Forum

Drawdown - it still doesn't make sense to me

Hey, I just read a lot of explanations about absolute, maximum and relative drawdown. This one seemed very good to me: https://forum.mql4.com/41359 BUT now I made a backtest to see it for real - and the numbers look different. The above explanation can't be right.. I attached to files. One without

Scroll the chart via MQL4 ?

Hi, is there any way to scroll the chart via MQL4 ? I'd like to scroll it to data, when the price touches my Support and Resistance Lines, so I don't have to do it by hand. Thanks

How to get the Data shown in the Data Window? I'm interested in the Highs, Lows etc. at the current Mouse Position.

Hi, I try to get the Data shown in the Data Window, which pops up by pressing "Ctrl + D". I'm especially interested in the Highs, Lows, Close and Open at the current Mouse Position. Thanks in advance

Timeseries Access with five digits ?

Hi! I just get started with MQL4 and at them moment I'm trying to access the timeseries. I wanna ask for the High, Low etc. of a specific bar. I do it like this: int i= 1 ; int hour_bar=TimeHour(iTime( "EURUSD" , PERIOD_M1 ,i)); int min_bar=TimeMinute(iTime( "EURUSD" , PERIOD_M1 ,i));