MACD in MA
- インディケータ
- Nikolaos Pantzos
- バージョン: 1.10
- アップデート済み: 23 3月 2020
iMACD in iMA is indicator to change color in iMA if iMACD is upper of zero (up trend) or lower of zero (down trend). It is a useful tool to track when the upside and the downside iMACD on iMA.
You can to get source code from here.
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.