QuantStrategies
QuantStrategies
QuantStrategies
Published code High frequency volatility trader ( EURUSD H1 ONLY)
Expert advisor uses the difference between bar closes and a close moving average to detect unusual activity, it will then buy arbitrary volatility spikes. This is a prototype that I will be expanding on in the future, at the moment the user can input an arbitrary level to buy at. In future developments I plan on building a neural network in the EA that detects and compares volatility levels.
· 1 5339 1923
QuantStrategies
Published code Volatility Indicator
Great indicator for Time series analysis as shows stationary properties. Indicator calculates the difference between a 14 period Double exponential moving average and price closes. Great to help identify unusual price activity.
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
Published code Support and Resistance Trader
Expert adviser scans past 500 closing bars and looks for common closing regions as entries.
· 2 13065 4619
QuantStrategies
Registered at MQL5.community