Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
5588
Note:
(18)
Publié:
2012.12.28 08:51
Mise à jour:
2023.03.29 13:42
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The real author:

Victor Nicolaev

A trend indicator which determines its values based on the signals taken from the LRMA Moving Average and a group of its signal lines whose periods change in the arithmetic progression.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging price series for intermediate calculations without using additional buffers".

This indicator was first implemented in MQL4 and published in Code Base on 19.09.2008.

Fig.1 The VininI_Trend_LRMA indicator

Fig.1 The VininI_Trend_LRMA indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/1360

VininI_Trend VininI_Trend

A trend indicator which determines its values based on the signals with the group of Moving Averages whose periods change in the arithmetic progression.

Pivot Points to Html Pivot Points to Html

The script calculates Pivot Point on all the symbols from the market watch and displays the results in html-file.

Exp_CorrectedAverage Exp_CorrectedAverage

The breakthrough system with the CorrectedAverage Moving Average.

EF_distance EF_distance

Another variation on Moving Averages...