Forum

is there any 64 bit strategy tester on MT4 ?

Hi Dears, I'm experiencing low speed on back testing MT4 strategy tester . looking for 64 bit MT4 to level up the test speed, but the MT4 website keeps giving me the MT5 app in MT4 installation file !!! dose ant one have solution to this ? Br, Aras

open the position once new candle opened

Hi dear, I heard that I can use below cods to open the position once new candle opened : if (iVolume(Symbol(),time,0)<=1 ) int tiketbuy=OrderSend(Symbol(),OP_BUY,lot,Ask,5,Ask-(st*Point),Ask+(tp*Point),"Aras",1111,0,clrGreen); OR if (Volume[0]<=1 ) int