QuantStrategies
QuantStrategies
QuantStrategies
パブリッシュされたコード高周波ボラティリティトレーダー (EURUSD H1 のみ)
このEAは、普通でない動きを検知するために、足の終値と終値の平均の差を使います。ボラティリティスパイクのアービトラージを行います。 これは、後々拡張するプロトタイプで、現在はユーザーがアービトラージレベルをインプットすることができます。 次の開発では、ボラティリティのレベルを比較するニューラルネットワークを構築する予定です。
QuantStrategies
パブリッシュされたコードボラティリティインジケータ
固定のプロパティを示す時系列解析のグレイトインジケータ。 このインジケータは、14期間の二重指数移動平均と終値の差を計算します。 異常な価格変化を識別するのに優れています。
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
パブリッシュされたコードサポートレジスタンストレーダー
このEAは、過去500の足をスキャンし、エントリーのための共通の終値領域を探します。
QuantStrategies
MQL5.communityに登録されました