Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

MACD in MA - indicator for MetaTrader 4

Views:
20605
Rating:
(9)
Published:
2019.05.13 21:44
Updated:
2023.02.20 11:30
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.