Forum

open pending order and modify in mq5

Hlw i hv enough knowledge in mq4 programming but in mq5 i m almost new asking some help in place order my mq4 code here: // ---------------------------------------------------------------- New pending order if condition

mt4 meta editor : showing error TesterWithdrawal() - ambiguous call to overload function

any body please help i want to deduct commission for ecn acc by TesterWithdrawal() method in strategytester i just follow the code bool TesterWithdrawal ( double money ); double com; void OnTick (){ int total = OrdersTotal (); for (ig=total- 1 ; ig >= 0 ; ig--) { if ( OrderSelect