Forum

Why doesn't my indicator perform all the way?

Hello, MQL community. I hope you can help me with the following issue: I am trying to print a zScore of daily ranges (which is just the standardize function in excel) and horizontal lines in the same chart. When the zScore[i] > 4.36, the code zooms into the 1H time frame of daily bar[i], looks for

Select a 1H bar from a daily bar

I am trying to select a price level on a 1hour bar that is part of a daily bar with a certain characteristic. Something along the following line, as an example: If ((daily bar == certain characteristic) -> zoom into 1hour bars and do 'whatever'...) To make the transfer from Daily to 1H, I thought

z-score indicator

Hello, MQL community I am trying to create an indicator which returns, in Histogram format, values equivalent to the Standardize function in Excel. However, I am trying to do it for Ranges of candles, not prices. Description of Standardize function from Excel Help: Returns a normalized value from a