tradeit
tradeit
Friends

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

tradeit
Registered at MQL5.community
tradeit
Added topic RefreshRates()
I have a little issue with the update of prices. I call RefreshRates() and the Ask and the Bid are updated OK. But the other historic price information are wrong. Any idea why this could be? Many thanks! 09:45:21 test #FDXU2,Daily: Ask: 6747.5
tradeit
Added topic #ifdef compiler switch
Is there some sort of compiler switch available for mql4 ? Like #ifdef? Thanks
tradeit
Added topic Experts logs deleted regularly
MetaTrader stores the experts logs under "C:\Programme\FxPro - MetaTrader\experts\logs". However there always are only the logs from the last six or seven days. Older logs are somehow deleted. Does anyone know how those log files are
tradeit
Added topic iHigh() Problem
I have a problem with strategy tester . When applying High[0], Low[0], Close[0], Open[0] it always returns the same values (although the values are in fact different). If I do High[1], Low[1], Close[1], Open[1] it works as expected. Any idea why this
superzon
superzon 2023.11.27
I always use custom high or low. It work well from m5 over. Instead of call in iHigh on M5, I look highest value from in time of m5[0] to timecurrent. In case you want to look in m1, you can recover bid or seek price every tick. Do not trust broker database 100%, he may give mistake, especially during encapsulating data time before change to new candle.