yes.
thank you, i'm going to read this topic..
do you know how disable asynchronous mode?
best regards
zartan:
You can't and this is the problem. Synchronous mode is only partially synchronous. You have to deal with and use a workaround.
yes.
thank you, i'm going to read this topic..
do you know how disable asynchronous mode?
best regards
Can be this workaround some code in OnTradeTransaction, sleeping while the order is really confirmed (or failed)?
zartan:
Can be this workaround some code in OnTradeTransaction, sleeping while the order is really confirmed (or failed)?
It's a possibility.
Can be this workaround some code in OnTradeTransaction, sleeping while the order is really confirmed (or failed)?
Are there other possibilities , please :-) .
zartan:
Are there other possibilities , please :-) .
Yes, some are explain in the above mentioned thread. There are more, allow your imagination to find them. Are there other possibilities , please :-) .
ok, thank you both :
ps :where can i find the smileys ?
Cool !
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
hello !
my EA seed several same orders (generated by onTick() ) although my first lines are :
i think it's a problem of waiting time on the queue server.
may i treat my first order in OntradeTransaction event?
an other solution ?
best regards.