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:
- 8580
- Note:
- Publié:
- 2010.09.21 11:23
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The indicator plots the smoothed value of the following experession:
Out[i]=MathLog(Close[i]/Close[i+ExtPeriodAcc]),
where ExtPeriodAcc is the accelerator period, defined by "Acc period" input parameter.
The smoothing is carried out by four-pass EMA with period, specified in the "MA period" input parameter.
Input parameters:
- Acc period – accelerator period;
- MA period – averaging period;
- N History - number of bars to plot.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/192

It plots the bar-averaged price charts (median price).

The script calculates the number of lots to trade using the specified percentage of risk funds.

The indicator plots a price channel using the Hodrick-Prescott Filter.

The indicator shows the position of the current price in a channel.