Forum

MT5 Tester - Access to other symbols' priceseries when using "Open prices only" mode

Hi everyone, when I try to access the prices of another symbol when using the "Open prices only" mode, I recognize a delay of one bar. I made this simple EA to show the effect //+------------------------------------------------------------------+ //| Expert tick function

iCustom returns 0 when used on different timeframe

Hi, I'm using MT5 build 1627 and I noticed a potential bug. When using the iCustom- function on a different timeframe within an indicator, the result is always 0. For demonstration, i put the following code into a script: //+------------------------------------------------------------------+