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

CCI in MA - indicator for MetaTrader 4

Views:
18402
Rating:
(12)
Published:
Updated:
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

CCI in MA is an indicator to change color in iMA if iCCI crosses level up (uptrend) or crosses level down (downtrend).

It helps any trader to see the trend of pair.


Parameters

  • MA_Periods—Period for iMA.
  • MA_Method — Method for iMA.
  • CCI_Periods—Period for iCCI.
  • CCI_ApliedPrice — Price used for iCCI.
  • CCI_LevelsUp — Level iCCI for up trend.
  • CCI_LevelsDN — Level iCCI for down trend.
  • BarsCount — How many bars will show the line.
  • ReverseSignals — Reverse up trend to down trend signals.

CM

    HistoryInfoEA HistoryInfoEA

    This expert is a tool which helps every trader to see the historical results by magic number or orders' comment.

    iBrokerInfo iBrokerInfo

    It's an indicator to show some information about the account on the chart.

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

    MACD in MA MACD in MA

    MACD in MA is an indicator to change color in iMA if iMACD is upper of zero (uptrend) or lower of zero (downtrend). It helps any trader to see the trend of pair.