一个专业的交易工具是OsMA和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据OsMA峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。
指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True .
InpFastEMAPeriod = 12; //Fast EMA period InpSlowEMAPeriod = 26; //Slow EMA period InpSignalSMAPeriod = 9; //Signal SMA period LeftBars_P = 1; //LeftBars RightBars_P = 1; //RightBars IndDivForceL = "<15.0>"; //Diver force of indicator (not for the Lite version) PriceDivForceL = "<0.01>"; //Diver force of price (not for the Lite version) Price_P = PRICE_CLOSE; //Price type