Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Indicateurs

Modified Heiken Ashi - indicateur pour MetaTrader 4

Vues:
22556
Note:
(8)
Publié:
2008.04.30 07:07
Mise à jour:
2014.04.21 14:52
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Added parameters:

extern int CountBar=1; // The amount of bars to calculate open price
extern int mode=0; // Choosing among alternatives of close price calculation method

// (mode==0) haClose=(High[pos]+Low[pos]+Close[pos])/3.0;
// (mode==1) haClose=(High[pos]+Low[pos]+Close[pos]+Open[pos])/4.0;


Modified Heiken Ashi




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

AvgRangeM AvgRangeM

Modified indicator AvgRangeM.

Range_v2.2 Range_v2.2

One more version of the indicator Range.

TREND_alexcud TREND_alexcud

A multi-timeframe indicator. It shows the trend direction for the charts of several timeframes in a separate window.

TZ-Pivot TZ-Pivot

Indicator TZ-Pivot. Gives the recommendation on a time interval. See in a code.