Daily High and low OF indicator

Hi,
I’m looking to calculate data from an indicator (daily high/low).

Just trying with iCustom but… I’m not so good at MQL4.

Does anybody have any suggestion?

Hi Denzelxy,

On a daily chart High[1] and Low[1] will give you yesterdays High and Low, as simple as that.

You can use High[i] and Low[i] and give values to i, so for example when i = 2 it will be like High[2] which in a daily chart will give you the High of 2 days back.

Anyway, if you tell me exactly what you need to do I can try and help further, but in this case I don’t think you need iCustom.