Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 22912
- Rating:
- Published:
- 2008.04.30 07:07
- Updated:
- 2014.04.21 14:52
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: 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.