Join our fan page
- Views:
- 21827
- Rating:
- 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.

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 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 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

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.