無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 22398
- 評価:
- パブリッシュ済み:
- アップデート済み:
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
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.
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).

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

STOCH in MA is an indicator which applies the stochastic changes to the iMA.

This indicator uses Moving Average to detect markets trend.