After todays update... Trade.IsExecuting is obsolete
Created at 02 Jul 2014, 13:36
After todays update... Trade.IsExecuting is obsolete
02 Jul 2014, 13:36
Dear developers!
After todays update... I have a Warning 'cAlgo.API.Robot.Trade' is obsolete for the following code
if (Trade.IsExecuting) return;
What I must use instead ?
Best Regards
Replies
Paulo_Lira
07 Jul 2014, 04:30
sorry but how we know markets are open??
sorry but how we know markets are open?? this function is so usefull for weekend...
@Paulo_Lira
Spotware
02 Jul 2014, 14:51
Trade.IsExecuting doesn't work with new trading API since it was released:
/forum/whats-new/1937 (22 Nov 2013).
Why do you want to check it? Do you use asynchronous trade methods?
@Spotware