RSI Divergence Plus
- Göstergeler
- Boonyapagorn Rodvattanajinda
- Sürüm: 3.0
- Güncellendi: 10 Nisan 2022
- Etkinleştirmeler: 20
- RSI Divergence Plus is an RSI indicator which also detects divergences & Reversal candlestick pattern & Trend (Moving Average).
- RSI Divergence Plus Send Arrows signal on the chart where you should buy and sell.
Input parameters :
- Rsi Period (Default 8)
- True=Close/Open, False=High/Low (Default true)
- Alerts (Default true)
Return parameters:
- 0 = Divergence Up Signal ---> iCustom(Symbol,TimeFrame,"RSI Divergence Plus",8,true,false,0,1)
- 1 = Divergence Down Signal ---> iCustom(Symbol,TimeFrame,"RSI Divergence Plus", 8,true,false, 1,1)
- 2 = RSI Value ---> iCustom(Symbol,TimeFrame,"RSI Divergence Plus", 8,true,false,2,1)
* Please note that this indicator Return 3 buffers and doesn't repaint making it an exceptional indicator for Expert Advisors.