Forum

AccountFreeMarginCheck & AccountFreeMargin MT4 problem

void OnTick () { double vol= 0.01 ; Print ( "AccountFreeMargin before:" ,DoubleToStr(AccountFreeMargin())); Print ( "AccountFreeMarginCheck:" ,DoubleToStr(AccountFreeMarginCheck( Symbol (),OP_BUY,vol))); OrderSend ( Symbol (),OP_BUY,vol,Ask, 0 , 0 , 0 , "test" , 0 , 0

Can't start expert AND script simultaneously via config startup file(+)

Hi, first of all thank's for a good update! But seems there is a lot of work to do more)) Windows XP 64 and MT4 Build 670 in Program Files (x86) I'm launching fresh installed MT4 via \Program Files (x86)\MT4\start.cmd: cd /d "%~dp0" terminal boot_r.bin /portable exit boot_r.bin is: Login=****