Tam Vo Minh / Publications
Forum
Can not active as seller. SMS problem.
All thing are ready but, i can not received any SMS to active mobile phone number. I try to complain in "Contacts and requests" option but they didnt reply me and throught email as well. I need some suggestion... :((
Start trade
Any one please tell me. Can i open any order if my EA begin with the following code : int start() { uchar i= 0 ; uchar k= 0 ; uchar t= OrdersTotal (); for (i= 0 ;i<t;i++) { OrderSelect (i, SELECT_BY_POS , MODE_TRADES ); k= 0 ; if ( OrderSymbol ()== Symbol ()) k++;} if (k= 0 ) {
plus, subtract time code need help!
I dont know how to make a math with time. Can anyone help me to code this : oldtime=0; if (oldtime+5(minutes)<TimeCurrent()) {trade.... oldtime=TimeCurrent()} Thank you
"wrong parameters count" need help
Can someone help me to solver this error