Alarska
Alarska
Friends

Add friends via their profile or user search and you will be able to see if they are online

Alarska
Added topic 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
Alarska
Registered at MQL5.community
Alarska
Added topic 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
Alarska
Added topic 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
Alarska
Added topic 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