R3 ETF StrategyThis strategy is a modification of the “R3 Strategy” from the book "High Probability ETF Trading" by Larry Connors and Cesar Alvarez. This RSI strategy is for a 1-day time-frame and has these 3 simple rules:
Criteria:
The price must be above the 200 day moving average.
The 2-period (day) RSI drops 3 days in a row.
The 2-period RSI must have been below 60 3 days ago and below 10 today.
Entry and Exit:
If the 3 rules above are true, then buy on the close of the current day.
Exit on the day's close when the RSI crosses above 70.
How it works :
The Strategy will buy when the buy conditions above are true. The strategy will sell when the RSI crosses above 70. The RSI period/length, and RSI entry/exit criteria thresholds have all been coded to be adjustable with inputs.
Plots :
Blue line = 200 Day EMA (Used as Entry Criteria)
Disclaimer: Open-source scripts I publish in the community are largely meant to spark ideas that can be used as building blocks for part of a more robust trade management strategy. If you would like to implement a version of any script, I would recommend making significant additions/modifications to the strategy & risk management functions. If you don’t know how to program in Pine, then hire a Pine-coder. We can help!
M-oscillator
Market Risk IndicatorThere are many tools for swing traders. Position traders have not as much, perhaps because they live in the fringe zone between fundamental analysis and trend following.
In order to bridge this gap between fundamental analysis and technical analysis on large timeframes, we decided to work on building a market indicator that assesses its risk and quantifies it on a single dimension number.
The challenge is to consider as input different assets, that individually are themselves often market driving forces, and collectively, more often than not, are sufficient to determine the market status quo.
We came up with DXY , US10Y , HYG and WTI. The latter, the bigger the better; the former, vice versa.
Each asset is evaluated against its recent max/min range, percentually. The positive ones add up and vice versa.
This is still ongoing work. the math and code are simple. the heart of the matter is selecting the proper assets and processing them even better.
Thank you.
CA - Indicators ColorsThe following indicator help to have an idea of the current state of the MACD and FullStochastic in 1 hour and 1 day. If you are a trader that is regularly using stochastics and macd indicator and don't have enough space in you screen this might help to increase the space in your screen.
Parameters used on MACD: 12, 26,9
Parameters used on Stochastics: 14,5,5
The whole idea of the indicator is if you see an entry for a long position, you can confirm that a higher timeframe its aligned by both indicators and if you are seeing an entry for a short position you can confirm with a higher timeframe.
This indicator doesn't provide an entry or exit signal, but lets you verify where is the trend going in those timeframes so it helps you decide to make the trade.
Stochastic
Green: going up
Red: going down
Macd
Green: going up
Light Green: previous was green and going down.
Red: going down
Light Red: previous was red and going up
Keep in mind, the colors are going to get updated as long as the market is active.
Any feedback its appreciated.
Acrypto - Weighted StrategyHello traders!
I have been developing a fully customizable algo over the last year. The algorithm is based on a set of different strategies, each with its own weight (weighted strategy). The set of strategies that I currently use are 5:
MACD
Stochastic RSI
RSI
Supertrend
MA crossover
Moreover, the algo includes STOP losses criteria and a taking profit strategy. The algo must be optimized for the desired asset to achieves its full potential. The 1H and 4H dataframe give good results. The algo has been tested for several asset (same dataframe, different optimization values).
Important note:
Backtest the algorithm with different data stamps to avoid overfitting results
Best,
Alberto
Ehlers Leading Indicator [CC] RibbonQuoted from Cheatcountry : “The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235) and as the name implies, this is a leading indicator that provides super early signals. Feel free to change the alpha values to adjust to your needs. Buy when the indicator line is green and sell when it is red.”
His original script:
This is a mod of Cheatcountrys script. I put it into a function and plotted several and implemented a tally of all.
Credit to him and John Ehler. Published with permission.
Ichimoku Cloud OscillatorThe script looks at how far the price is below or above the ichimoku cloud, and publishes an oscillator.
Low or high oscillator values are indicative of reversals, to assist with long or short entry decisions.
SMI Ergodic Indicator Bar ColorsThis script simply displays bar colors corresponding to the SMI Ergodic Indicator. It does not display the oscillator or indicator itself. I prefer not to crowd my display with too many oscillators - others may find this script useful as well. Used in conjunction with other indicators, the SMII can give early reversal signals.
Thanks to the TV community.
Display CaseDisplay Case is a customizable multiple Indicator package that is usable right out of the box or can be modified to include your favorite oscillators, moving averages, or anything else! The display case dimensions and colors can be user defined in the Settings menu, as well as the candle length and heights of each indicator so they can be stacked separately or together as desired. Finally, color matched labels are generated to easily reference each indicator and its value without having to clog the scale display or reference the Settings. This is a light resource indicator that won't bog your chart, but allow you to easily switch between some of the most popular indicators quickly and easily!
And, besides, what other indicator has a checkerboard floor?!
Modified Mannarino Market Risk IndicatorThis indicator is meant to give an overall indication of risk and a very basic implementation of the modified mannarino market risk indicator. I take no credit for the original formula, and just decided to hack this together so that it could be useful to the community
Better Divergence On Any Indicator [DoctaBot]This is an expansion of the Tradingview built in Divergences indicator (bottom) with 2 MAJOR differences.
First, and most importantly, the built in indicator identifies pivots in your chosen oscillator, but then utilizes the corresponding candle's HIGH or LOW to identify potential divergences. I'm not a fan of this method because oscillator values are typically calculated using the candle CLOSE values, so, in my opinion, divergences should be identified using the candle CLOSE value as well, as they are in this script.
Second, the built in divergence indicator only looks back one oscillator pivot for potential divergences. I coded this to look back one additional pivot as well to identify more valid potential divergences. The script will only identify these types of "multiple pivot divergences" if the oscillator pivot in between the two diverging pivots DOES NOT intersect the line being drawn them.
Notes for chart:
#1: This built in Divergence indicator misses this hidden bearish divergence because of the pivot in between (marked with red vertical line). No divergence exists between the most recent pivots, but it does if we compare it to the next one back.
#2: The RSI14 is making a lower high here, the first criteria for a bearish divergence. The built in Divergence indicator then references the candles' HIGHS. Because the most recent HIGH exceeds the previous one, it is considered a higher high and incorrectly identified as a bearish divergence. If we use the candle CLOSE price to identify divergences, this does not qualify.
#3: Here, we see both of the updates in action. Neither of these bearish divergences are identified with the built in Divergence Indicator. The first divergence s missed due to the use of candle HIGHS rather than closes; the original HIGH is greater than the next HIGH, however, comparison of closes shows that it is, in fact, a higher CLOSE. The second divergence is missed because original indicator can only look back one pivot and, consequently, misses the divergence between the next one back.
Please note, you may notice while using this script that some of the older divergences do not show any lines between the oscillator pivots. THIS IS NOT A BUG! In order to draw divergence lines properly for multiple pivots back, I had to use the line.new functions rather than plot functions. These line functions will delete old lines when a certain number have been drawn on the chart so these old ones are automatically erased as time passes.
Bitcoin Golden Bottom Oscillator (MZ BTC Oscillator)This indicator uses Elliot Wave Oscillator Methodology applied on "BTC Golden Bottom with Adaptive Moving Average" and Relative Strength Index of Resulted EVO to form an Oscillator to detect trend health in Bitcoin price. Ticker is set to "INDEX : BTCUSD" on 1D timeframe.
Methodology
Oscillator uses Adaptive Moving Average with 1 year of length, Minor length of 50 and Major length of 100 to mark AMA as Golden Bottom.
Percentage Elliot Wave Oscillator is calculated between BTC price and AMA.
Relative Strength Index of EVO is calculated to detect trend strength and divergence detection.
Hull Moving Average of resulted RSI is used to smoothen the Oscillator.
Oscillator is hard coded to 'INDEX:BTCUSD' ticker on 1d so it can be used on any other chart and on any other timeframe.
Color Schemes
Bright Red background color indicates that price has left top Fib multiple ATR band and possibly go for top.
Light Red background color indicates that price has left 2nd top Fib multiple ATR band and possibly go for local top.
Lime background color indicates that price has entered lowest band indicating local bottom.
Bright Green background color indicates that price is approximately resting on Golden Bottom i.e. AMA.
Oscillator color is set to gradient for easy directional adaption.
BTC Golden Bottom with Adaptive Moving Average
Stock Rotation Model [CC]This is an original indicator so a true hidden gem in my opinion. I based this idea off of the work by Giorgos Siligardos (Stocks and Commodities Aug 2012) with his indicator called the Sector Rotation Model. This indicator is best used as a trend confirmation in combination with another indicator such as a leading indicator. This will show you how strong the current stock you are looking at is compared to the S&P 500 which almost everyone uses as a relative strength comparison. Feel free to change the default lengths if you would like as these were just the settings that I liked the best overall. Let me know if you find any good combos that works for most stocks in general. I have included strong buy and sell signals in addition to normal ones so strong signals are darker in color and normal signals are lighter in color. Buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators or scripts you would like to see me publish!
CHOPORSI
CHOPORSI is a multiindicator.
This indicator help You to recognize potential in or out singal.
Base singals are from Choppines, RSI, AND DMI indicators.
It is a combination of 3 separate indicators like choppines RSI and DMI.
Then our new indicator see like bellow on next image.
Yellow line is sum of CHOP index and RSI , in this case we can say its a CHOPORSI Index.
Green line is DMI- line , this show us strength of sell position on the market.
We schould use other signals, like LSMA 50/100 to improve trend changing. Like on next picture.
Now how this indicator works?
Yellow line is the sum oF Chop and RSI value - 50.
Max and minimum value of CHOP and RSI are the same from 0 to 100.
We have sum of them.
Our minimum signal is 0+0-50=-50
maximum signal is 100+100-50= 150
Most times if both of tem are on top level ( then we have 150) the trend is chanhing from bullish to bearish.
The same way if the RSI ist on 0 and chop is over 50 ( then we have index 0 ) wee changing the tren from bearish to bullish.
Off course it not every time. We see other signals, to take our risk self not sugested by some art of indicators.
But if we are abowe topline, witch is set to 85 we can sey, we have have oversold signal.
Underline 30 isour potentialy buy signal.
Midrange 50 is mostly trand changin line.
This valu of top, mid bottom line you can change on the setting.
Every Coin have another level of this lines, and need to be checked individual to the coin.
Standard, settings are set fo timeframe : 12 min. 24 min, 1H and 4 H >
Blue crosses signalize possibilities trend changing.
This picture shou us how this indicator works.
Buy long signal : If yellow line is mostly at the bottom and green mostly on the top.
Sell long signal l. Yellow -top , green -bottom.
The Green line is from Directional Movement Index and is - DI line. Its show us selling trend. even higher position then mor sell of .
Standard value of CHOPPINES is 14 , works fin on 1H and abowe also wit the value of 28
Standard value for RSI AND -DI unchanging 14.
I tjink this is a simplu helpfull indycator.
WARNING!!! IF YOU AT THIS POINT CANT UNDERSUD THIS INDICATOR, PLEASE DONT USE THEM .
Signal, schould be confirmed with other indicators like MA, EMA even better with LSMA .
Please try it an make only paper trading, to undertand how its realy works.
Thank You!
Spread 9 ExchangesSpread between Perpetual contrat and SPOT (funding)
- ByBit
- Binance
- FTX
- OKEX
- BITMEX
- PHEMEX
- KRAKEN
- HUOBI
- OKEX
Compound IndicatorThis is an indicator finds end points of short term market trends. this is a combination of many indicators such as
1. Volume change oscillator
2. Money flow index (MFI)
3. Momentum Oscillator (MOM)
4. Stochastic Indicator
6. Relative Strength Indicator (RSI)
7. Relative volatility index (RVI)
8. Balance of power (BOP)
9. Small moving average (SMA)
10. Exponential moving average (EMA)
11. Parabolic SAR
12. Super trend indicator
this script forms a compound indicator after analysing movements of those indicators through different time frames and measure its co-relation and variance with the price action. buy doing that, indicator in a position to identify short term market reversals and presented.
All EMA cross that you need (200EMA-100-50-20 and(7 optional )HELLO TRADERS !!
In this indicator, I have considered all crosses for the EMA of 20, 50, 100 and 200 and 1 optional ema(7).
Although the EMAs indicator is very old and sometimes has a lag, but sometimes we have seen exactly a heavy purchase and sharp move happened by the crossover or huge sell and fall by crossunder at the same time , and this shows that institutions and hedge funds use it yet , it is not obsolete yet, so it can still be used well.
As you may know, to use it, you have to be able to consider a series of settings. For example, I usually get very valid signals from it in 4-hour timeframe, I get signal with cross of 50EMA with 100 or with EMA200 cross signals. Of course, there is a slight delay, so I can use it in shorter time frame or use the cross of EMA 20 with higher EMAs to enter or exit earlier.
But consider this point, for example, in the image below, as long as EMA50 does not have crosses with 100 or 200 , we can not be sure of a change in market trends, and we see that most returns are actually pullbacks to higher EMAs that act as resistance, and we can even do it again. so you can Add funds to your positions in the pullbacks.
Hope you enjoy using it
Detrended Ehlers Leading Indicator [CC]The Detrended Ehlers Leading Indicator was created by Bill Mars based off of Ehlers work and this is his attempt to create a leading indicator based on the previous Detrended Synthetic Price . I will be honest that this is a bit of a strange script because it is an indicator based off of the detrended synthetic price which is based off of Ehlers work so I haven't found clear buy and sell signals so I'm open to suggestions. His suggestion for buy and sell signals is to only buy and sell at the indicator crossings but haven't found buy and sell logic that I'm sure about. I have included strong buy and sell signals in addition to normal ones so strong signals are darker in color and normal signals are lighter in color. Buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators or scripts you would like to see me publish!
Buy / Sell indicator light version [Crypto_BCT]The indicator is based on the search for the lowest bars in a given period (can be customized).
You can add a search for the highest bars to determine the closed order points.
You can add a filter by the value of the RSI (you can customized it separately for buying and selling).
Alerts for buying and selling are set.
It can be used to work with bots, for example 3COMMAS DCA bot.
--------------------------
Signal Condition Settings:
(Buy) Lowest Bar
The closing of the current bar is lower than the closing of the bars back in this range
(Buy) RSI value <
The RSI index is below this value
(Sell) Highest Bar
The closing of the current bar is higher than the closing of bars in this range
(Sell) RSI value >
The RSI index is higher than this value
Multi-Timeframe Squeeze Pro/DIM/Momentum/MAIMPORTANT NOTE:
-> The table will not display any timeframes lower than the current one
-> This indicator combine multiple popular indicators and give ability to use them on Multiple timeframes (MFT)
-> Indicators used for the MFT are: Squeeze / Momentum / 10X DIM and Stacked MA (or EMA)
-> Give at glance a good way to see the trend all different timeframes
-> If you are using in combination with squeeze pro please use the one from @Beardy_Fred since it matches the colours and condition used
Credits :
-> J. Welles Wilder creating the Directional Movement System (DMS) (1978); and
-> John Carter applying the DMS to create the popular Simpler Trading 10X Bars indicator.
-> @Beardy_Fred creating a first version including MOM and SQZ
-> Makit0's evolution of Lazybear's script to factor in the TTM Squeeze Pro upgrades - Squeeze PRO Arrows
I have adapted the version from @Beardy_Fred to provide a more complete and customisable indicator while including also the Stacked EMA/MA for further validation
Explanation:
You can learn more about each indicators following those links:
Squeeze Pro:
10X:
Momentum Histogram:
The stacked EMA/MA highlights when the MA/EMA are in order:
Red when they are stacked from the highest to the lowest
Green when they are stacked from the lowest to the highest
Yellow when they are stacked without a clear order
Customisation:
You can customise:
Timeframes
Settings for each indicators (10X/MA/Momentum/Squeeze)
Colors
Visibility
Trade Signals:
If you are going Long, Since this is a combination ideally on the timeframe you are trading you should have all green + green on the above timeframes (those colors are the default ones but can be changed)
-> Green on 10X indicator meaning you are in an uptrend
-> EMA or MA (depending on the configuration of the indicator) Green meaning EMA or MA
-> Squeeze should be Orange or Red ideally (indicating an high or medium Squeeze)
-> Momentum should be Cyan indicating an increase in momentum (while Dark Blue could indicate a reversal)
Standalone indicators:
- Squeeze Pro
- 10X Bar
- Stacked MA
- Momentum
Detrended Synthetic Price [CC]The Detrended Synthetic Price was created by Bill Mars and this indicator is another undiscovered gem that I have found very useful. He obviously took inspiration from John Ehlers in the creation of this indicator and I would describe this indicator as a combination of a MACD and Ehlers work. This indicator is extremely smooth and gives very clear buy and sell signals. Let me know how this indicator works for you. I have included strong buy and sell signals in addition to normal ones so strong signals are darker in color and normal signals are lighter in color. Buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators or scripts you would like to see me publish!
Overbought & Oversold TrackerAbout this indicator:
- This indicator is basically a stochastic indicator that shows to you the crossover in an Overbought or Oversold area DIRECTLY on the chart
How does it works:
- When Stochastic crosses at Oversold area, a Blue Triangle will appear below the candle with a Blue Dotted Line at the low of the current candle
- The Blue Triangle is to help you to see easily the candle where the crossover is occurring
- At the same time, the Blue Dotted Line will act as a minor Support for the current price
- If the current candle breaks the Blue Dotted Line (minor Support), the candle will be displayed in a red color
- Same things will occur if Stochastic crosses at the Overbought area, but at this time, a Red Triangle with Red Dotted Line will appear just to differentiate between Overbought and Oversold crossover
The advantage of using this indicator:
- You can easily see the point of stochastic crossover DIRECTLY on the chart without analyzing the stochastic indicator
- At the same time, it helps you to see clearly either the price is at the bottom / reversal by combining it with S&R / trendlines or other indicators
Personally, I will combine this indicator with:
a. Support and Resistance or Trendlines
b. Fibonacci retracement
c. Candlestick indicator (see my script list)
d. Ultimate MACD (see my script list)
e. Volume indicator
These combinations personally increase the possibility for me to buy exactly at the point of reversal in a pullback
- This indicator is preset at the value of 25 (oversold) and 75 (overbought) k line, it's my own preference. You can change these values at the setting menu to suit your trading style.
- Once again, I am opening the script for anyone to modify/alter it based on you own preference. Have a good day!
CHOPperIt is based on the Choppiness Index indicator. It can show you when the market is in range. If the lines are below the lower band, it can be a strong trend, if it is inside the 2 bands, it is considered to be a choppy market, and if it is crossed down the upper band, it can be a developing trend.
This indicator does not show you the trend direction! This may be used as a confirmation indicator.
The improvements this indicator provides over the original:
It uses ATR instead of just TR (if ATR length is 1, it is the original TR)
It uses my ATRWO (ATR Without Outliers) indicator inside, which can remove extreme highs and lows from calculation. You can tune this by the "ATRWO STDev Mult" parameter. Higher value means more outliers are allowed.
It has 2 lines, one uses ATR(WO) (the blue one), which can be similar to the original Choppiness Index, the other uses standard deviation (the teal one).
The 2 lines can be used together, or you can hide one of them.
Projection Oscillator [CC]The Projection Oscillator was created by Mel Widner (Stocks and Commodities Jul 1995) and this is another hidden gem that is of course a great complementary indicator to my previous Projection Bands . I would recommend to use both on the same chart so you get the full array of information. This indicator tells you where the current price falls between the bands and the higher the oscillator is, the closer the price is to the upper band and vice versa. Now since the price never falls outside of the bands, the indicator is limited from 0 to 100. You will notice that with this indicator it gives even earlier signals than the Projection Bands so a very useful indicator indeed. I have included strong buy and sell signals in addition to normal ones so strong signals are darker in color and normal signals are lighter in color. Buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators or scripts you would like to see me publish!