無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

Adaptive momentum oscillator idea from David Varadi. - MetaTrader 4のためのインディケータ

ビュー:
5395
評価:
(23)
パブリッシュ済み:
2022.03.06 13:02
アップデート済み:
2022.03.14 04:42
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

An original idea of David Varadi, check his blog here : https://cssanalytics.wordpress.com


    BreakEven Function BreakEven Function

    Just a Basic Functions For BreakEven.

    GARCHV2 GARCHV2

    A second version of GARCH volatility indicator of https://www.mql5.com/en/code/11776.

    MA Angle MA Angle

    Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

    Recursive Moving Average Recursive Moving Average

    Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.