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
You code will not place trades with the Broker I use for testing, it's an ECN "type" Broker. I'll adjust and set the TP and SL to 0.0
Thank you, how long should we wait? Like a day? I'm just asking because we've had this problem for months now, I was never able to fix it and now I have till the end of the month to either fix or fix this and other things I'm working on.
Thanks again!
Thank you, how long should we wait? Like a day? I'm just asking because we've had this problem for months now, I was never able to fix it and now I have till the end of the month to either fix or fix this and other things I'm working on.
Thanks again!
Thank you, can you do it? Not for special treatment but because they may use the platform you use and they may need the changes you made to the script.
I have raised the ticket, given a link to this thread and provided your sample code. I'll let you know when they reply.
Thank you very much.
That's because of UAC. Don't install terminal in \program files* on Vista/7/8. Prevent problems, install elsewhere.
Thank you, will try that.
if(ticket != -1){
if(OrderSelect(ticket, SELECT_BY_TICKET) == true){
datetime horacierre = OrderCloseTime();
if(horacierre == 0){
Qnt_Symb=FileWrite(Handle,TimeToStr(TimeLocal(),TIME_DATE|TIME_SECONDS)," - ","Orden ", ticket, " en par ". Symbol(), " sigue abierta.");
}
else{
Qnt_Symb=FileWrite(Handle,TimeToStr(TimeLocal(),TIME_DATE|TIME_SECONDS)," - ","La orden ", ticket, " se cerro automaticamente a las ", TimeToStr(horacierre,TIME_DATE|TIME_SECONDS));
}
}
}
}
There is a typo. You use dot instead of comma