📝 产品详情
AO Divergence F
| 作者 | Andrey Dik |
| 版本 | v1.20 |
| 更新 | 2022-09-22T10:45:50 |
| 激活数 | 0 |
專業的交易工具 - AO 和價格之間的背離指標,讓您及時接收趨勢反轉的信號或捕捉價格回調(取決於設置)。指標設置允許您調整由於 AO 峰值的斜率和價格變化的百分比而導致的背離強度,從而可以微調信號的強度。作為 EA 的一部分,指標代碼經過非常快速的優化和測試。
指標不會重新繪製,交易方向的箭頭正好位於信號出現的位置 - 在柱的開盤處。 Fractal True
FastPeriod_P = 5; //Fast period SlowPeriod_P = 34; //Slow period LeftBars_P = 1; //LeftBars RightBars_P = 1; //RightBars IndDivForce_P = 15.0; //Divergences force of indicator (not for Lite version) PriceDivForce_P = 0.01; //Divergences force of price (not for Lite version) Price_P = PRICE_CLOSE; //Price type AOupColor = clrGreen; //AO up AOdnColor = clrRed; //AO dn BsignalCol = clrBlue; //B signal SsignalCol = clrRed; //S signal UpPivotCol = clrCoral; //Up pivot DnPivotCol = clrDeepSkyBlue; //Dn pivot UpDiverCol = clrCoral; //Up diver DnDiverCol = clrDeepSkyBlue; //Dn diver
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览