Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4195
- Note:
- Publié:
- 2018.12.18 19:09
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Smoothed Momentum indicator is a smoothed momentum.
There are five inputs:
- Momentum period - calculation period
- Use smoothing (Yes/No)
- Smoothing period
- Smoothing method
- Applied price - Momentum calculation price
Calculation:
- If Use smoothing = Yes
Momentum = MA(Mom, Smoothing period, Smoothing method)
- otherwise
Momentum = Mom
where:
Mom = 100.0 * MA / PMA
MA - SMA(Applied price, 1)
PMA - SMA(Applied price) Momentum period back
Fig. 1. Smoothed Momentum, Use smoothing = Yes
Fig. 2. Smoothed Momentum, Use smoothing = No
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22610

This utility Expert Advisor works with a virtual stop loss and take profit. Trailing positions on the current symbol.

The trading system based on XBullsBearsEyes_Vol_Direct indicator signals