MetaTrader 5 / Indikatoren
Smoothed_Momentum - Indikator für den MetaTrader 5
649
Der Indikator Smoothed Momentum zeigt ein geplättetes Momentum.
Es gibt fünf Eingabeparameter:
- Momentum period - Berechnungsperioden
- Use smoothing (Yes/No)
- Glättunglänge
- Glättungsverfahren
- Applied price - Berechnungspreis des Momentums
Berechnung:
- If Use smoothing = Yes
Momentum = MA(Mom, Smoothing period, Smoothing method)
- sonst
Momentum = Mom
wobei:
Mom = 100.0 * MA / PMA
MA - SMA(Applied price, 1)
PMA - SMA(Applied price) Momentum period back

Abb. 1. Smoothed Momentum, Use smoothing = Yes

Abb. 2. Smoothed Momentum, Use smoothing = No
Übersetzt aus dem Russischen von MetaQuotes Ltd.
Originalpublikation: https://www.mql5.com/ru/code/22610