Library "lib_no_delay" This library contains modifications to standard functions that return na before reaching the bar of their 'length' parameter. That is because they do not compromise speed at current time for correct results in the past. This is good for live trading in short timeframes but killing applications on Monthly / Weekly timeframes if...
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...
============ ENGLISH ============ - Description: This strategy is based on the original Larry Connors strategy, using 2 SMAs and RSI. The strategy has been optimized for better total profit and works better on 4H (tested on BTCUSDT). LONG: Price must be ABOVE the slow SMA. When a candle closes in RSI oversold area, the next candle closes out of the oversold area...
This strategy uses the CCI + 2 RSIs + 2 EMAs to generate trade signals. Trades are only taken during the normal trading session and all open trades are closed 15 min before the close of the current session. A trailing stop loss is used and is customizable. Not trading advice, use at your own risk.
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 strategy 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 trailing stop loss (%) is used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and Price < Slow MA...
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...
When the price is over the EMA and RSI 2 is less then 25 so an open order is going to be made and the strike is the high of the antepenultimate price
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