This is my Double RSI Trend Indicator. It issues Buy and Sell signals based on the Supertrend and a double RSI . The RSIs cross near or at the same time as the Supertrend fires. It has the ability to change if you want signals based on the RSI cross on the same candle, one candle before, and two candles before. I find this one extremely good at catching...
I've seen several youtubers using 2 RSI's on top of one another to filter trades for their strategies. I figured I would just code it up as an all-in-one indicator for people who have the basic package. This way they have an extra slot for another indicator if they need one and also for convenience. Longs only when RSI 1 is above RSI 2 and shorts only when...
A simple indicator using two RSIs. Conditions for buy: RSI(slow) < RSI(fast) and RSI(slow) < long_trigger Conditions for sell: RSI(slow) > RSI(fast) and RSI(slow) > short_trigger It is recommended to use in small timeframes for scalping. Recommended settings: slow = 3 fast = 14 long_trigger = 30 short_trigger = 70 In markets where there is very high...
A simple script that adjusts the RSI visibly in order to better accommodate swing trading and certain swing trading setups/strategies. -------------------------------------------------------------------------------------------------------------------------------------------------------- Best used in conjunction with "Linear Regression Channel by...
This indicator compares the RSI of the symbol you're viewing against; - TOTAL ( market cap of the entire cryptocurrency market ) - TOTAL2 ( market cap of the entire cryptocurrency market excluding BTC ) - BTCs market cap - ETHs market cap ----- This helps to track the trend of a certain symbol and to quickly see how it's performing in contrast to key market...
This study implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs (EMA or SMA) having different lengths (by default, I use 50 and 200). A take profit (%) and a trailing stop loss (%) are used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and...
Indicator for the Larry Connors RSI2 R3 Setup. Green Candle: When RSI2 is decreasing for 3 candles, the first is below 60 and the last is below 10. There is a SMA200 Filter option