Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 22917
- Note:
- Publié:
- 2008.04.30 07:07
- Mise à jour:
- 2014.04.21 14:52
-
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

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

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