Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Modified Heiken Ashi - indicator for MetaTrader 4

Views:
22502
Rating:
(8)
Published:
2008.04.30 07:07
Updated:
2014.04.21 14:52
MQL5 Freelance 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

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.