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

MACD in MA - MetaTrader 4のためのインディケータ

ビュー:
20379
評価:
(9)
パブリッシュ済み:
2019.05.13 21:44
アップデート済み:
2023.02.20 11:30
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Parameters

  • MA_Periods — Period for iMA.
  • MA_Method — Method for iMA.
  • MACD_FastEMA — Fast EMA for MACD.
  • MACD_SlowEMA — Slow EMA for MACD.
  • MACD_SignalSMA — SMA signal for MACD.
  • MACD_ApliedPrice — Price used for MACD.
  • BarsCount — How many bars will show the line.
  • ReverseSignals — Reverse up trend to down trend signals.

MM

    RSI in MA RSI in MA

    RSI in MA is an indicator to change color in iMA if iRSI crosses level up (uptrend) or crosses level down (downtrend). For more information about the indicator you can to visit the product's page: https://www.mql5.com/en/market/product/6446

    CCI in MA CCI in MA

    CCI in MA is an indicator to change color in iMA if iCCI crosses level up (uptrend) or crosses level down (downtrend). For more information, you can visit the product's page: https://www.mql5.com/en/market/product/6444

    STOCH in MA STOCH in MA

    STOCH in MA is an indicator which applies the stochastic changes to the iMA. It can help to detect the trend of prices. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/26467

    iCompass iCompass

    This indicator uses Moving Average to detect markets trend. It's a very useful tool for manual trading. It's better to use it with other technics as a complete system. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/6420 Update v1.2: Added popup alert.