QuantStrategies
QuantStrategies
QuantStrategies
已发布代码High frequency volatility trader ( EURUSD H1 ONLY)
这个EA交易使用了柱收盘价之间的差和移动平均来侦测异常的行为,然后它会进行买入套利。这是一个原型,我将会在未来扩展它,现在用户可以输入买入的套利水平。在未来的开发中我计划在EA中构建一个神经网络来侦测和比较波动性水平。
· 1 1200 1926
QuantStrategies
已发布代码波动性指标
用于时间序列分析的很好的指标,显示了稳定的属性。指标计算了周期数为14的双重指数移动平均和收盘价格的差距,非常有助于识别异常的价格波动。
1085 1347
GerdSteinbach
GerdSteinbach 2020.03.18
Hello, I like your Volatility Indicator very much! Is it possible that you can write a new version with a push/mail alert in the volatility indicator MT5--> https://www.mql5.com/de/code/22389
I have to attemped to create an alert indicator an base of the original indicator.
But without a succsess! When I compile the alert indicator I receive
—> ‘if’ – expressions are not allowed on a global scope Row 72 col 2 if (((TriggerCandle > 0) && (time[rates_total – 1] > LastAlertTime)) || (TriggerCandle == 0))
—> ‘}’ – not all control paths return a value Row 65 col 7
can you help me to solve that failure or serve a Volatility Indicator with push and mail alerts?

https://pastebin.com/fXbe6YeC

Thanks very much!
QuantStrategies
已发布代码Support and Resistance Trader
这个EA交易会扫描最近500个关闭的柱来寻找统一的收盘价区域来入场。
· 2 2341 4623
QuantStrategies
已在MQL5.community注册