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
STORMER's IFR 2 strategy or if you prefer RSI 2. It consists of a trader technique known as STORMER. This strategy works preferentially in the daily period. But it does not prevent it from being used in other periods. Dissecting the strategy: Buy when 2-Period IFR smaller Oversold n periods in example 10. And close the trade when the price reaches the maximum of...
More info here: stockcharts.com and here: systemtradersuccess.com Very interesting and simple scalping strategy with unbelievable results. I added 4 versions that combines only the RSI OB/OS thresholds. Also the single variable that you can change is the RSI, sometimes RSI 3 or RSI 4 works better then the original. Also his exit point is not quite good in these...
Live, non-repainting strategy using RENKO and RSI mixed together to multiple types of long and short positions. - Features - Live entry direction with trade warnings and alerts Live trade building buy and sell limits (for buy/sell limits) Entry location icons as well as pyramid entries (to add to existing position) Swing trades that keep you in...
Live, non-repainting strategy using RENKO and RSI mixed together to multiple types of long and short positions. - Features - Live entry direction with trade warnings and alerts Live trade building buy and sell limits (for buy/sell limits) Entry location icons as well as pyramid entries (to add to existing position) Swing trades that keep you in...
The goal of this indicator is to plot the RSI values "as if" the chart is a true price action based Renko chart. It can be used on a time series chart or Renko series chart. The RSI is derived from the raw price action of a time-based chart, where the historic and live price is clustered into Renko bricks. The Renko brick production algorithm is entirely backed by...
This purpose of this script is to test new features we might want to implement in Tensor Cloud (See: . Also, to work towards a full, all-in-one indicator solution (Tensor Toolbox). In this first version of Tensor Toolbox Overlay, we propose two new features for Tensor Cloud: The Veil. Ichimoku Weight/Smoothing. The Veil is an RSI filter. The Ichimoku...