Hello,
I want to send an order by button clicking.
But if I'm not mistaken I can submit orders only from strategy.
So, I have created code with button on form. Button handler starts strategy and strategy submit my order in onStart() method.
But there is 50 millisecond delay between button clicked and order submittion started. I suppose this time is used for strategy initialization (or something else).
So, my question is: Can I submit orders without strategy starting. Or may be start it before and then just run some method when I need it to immidiately submit order?
Sorry for my english
