toast:
Try this
That is what i had used initially. didn't work :(
cryptex:
Can't figure out why do i keep getting 4108 error.
Can't figure out why do i keep getting 4108 error.
Don't use the position (t) as ticket number in OrderClose() function:
OrderClose(t,quant,Bid,60,clrNONE); // t is not the ticket number
Use OrderTicket() to retrieve ticket number for selected trade.
Thirteen:
Don't use the position (t) as ticket number in OrderClose() function:
Use OrderTicket() to retrieve ticket number for selected trade.
thanks a ton :) works like charm

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register