I note two problems (I think):
- sometimes, when I reload my strategy, some Orders was sent with ID equal to NT-0001, NT-0002, ecc.. For these orders, CancelOrder method didn't work correctly.Why?
- using more strategies and reload after a disconnection Ninja process for entire period (for example from 8:00 to 16:00) the first strategy, after process for entire period second strategy,..and finally process last strategy for entire period. But in real time each strategy will be process at the same time. For our, this behaviour is a problem because each strategy must know wich is the status of another strategy (for do this we are using windows registry and api to write the status). What can we do?
Thanks
Sincerely, Walter

Comment