Login Page - Create Account

Support Board


Date/Time: Sun, 29 Dec 2024 00:31:28 +0000



Post From: how to implement order callbacks in sierra chart

[2016-02-09 20:53:55]
User405124 - Posts: 1
I would like to move from Ninja Trader to Sierra Chart. After reading the documentation, I have to admit that the support from Sierra Chart is much better, and the learning curve of the ACSIL is deep.

Now the biggest question for me is how to implement the order callbacks in ACSIL. In ninjatrader, when the order changes status, I can hook up the call back function and update my strategy accordingly. I am wondering how to achieve this in Sierra Chart. Do I have to loop through the whole order list and figure out which one of them has just changed status?