RSI Divergence F
- 指标
- Andrey Dik
- 版本: 1.80
- 更新: 12 七月 2023
一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。
指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True.
PeriodRSI_P = 14; //Period IndentFrom50_P = 10.0; //Indent +- from 50 [0...50] LeftBars_P = 1; //LeftBars RightBars_P = 1; //RightBars IndDivForce_P = 15.0; //Divergences force of indicator (not for the Lite version) PriceDivForce_P = 0.01; //Divergences force of price (not for the Lite version) Price_P = PRICE_CLOSE; //Price type
Good if you know how to use it.