I'm implementing an ATI strategy through VB, but, I cannot see the values updating.
Example:
I place an order through the following command line:
Command("PLACE", "SIM101", "MARKET", "BUY", 1 "STOP", 0, 100.50, "DAY", "", ID, "", "")
this order correctly goes on the market through Ninja.
I've got a textbox where the OrderStatus(ID) function is stored.
What I'm expecting to see, whenever the order goes on the market, is the text box valued with the "Accepted" value, but I have to refresh the text box manually to see it changing with the correct value.
I made the same test on excel spreadsheet and I'm facing the same trouble.
Could you help me to solve it?
Thanks.

Comment