Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 9479
- Note:
- Publié:
- 2018.03.01 11:39
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
A trend oscillator. It is calculated by the following formula:
SMA(3) of EMA (66) of ( Momentum[period] - Momentum[period-1] )
It has four configurable parameters:
- Period of momentum - momentum calculation period;
- Primary smoothing period - EMA smoothing period (66);
- Secondary smoothing period - SMA smoothing period (3);
- Applied price - price used for calculating the momentum.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19887

The indicator searches for a sequence of candlesticks on a chart and marks bullish and bearish sequences.

The Difference indicator shows the difference between the current prices and prices as of N periods ago.

Logarithmic regression channel.

A moving average drawn as candlesticks on a chart.