Login Page - Create Account

Support Board


Date/Time: Sat, 28 Jun 2025 05:15:34 +0000



Is sc.GetOrderFillEntry() the only method to get info on a filled order?

View Count: 687

[2021-09-15 20:34:18]
Pawel_Szpak - Posts: 48
If I have an internal order Id, but it is no longer found with sc.GetOrderByOrderID (due to being cleared), is the only and quickest method to find the data for that order Id, to loop through all the available orders using (sc.GetOrderFillArraySize() - 1) --> 0 and sc.GetOrderFillEntry() until I find the one that matches the internal order ID I'm interested in?

Alternatively/Additionally does anything put into [Type: SCString] s_SCNewOrder::TextTag on an entry order, also get copied to a text tag for any attached orders?
[2021-09-16 10:51:32]
Sierra_Chart Engineering - Posts: 20007
Yes this is correct if the order is no longer in the order list. However, the idea would be to get information about the fill, before it is cleared. As soon at the order is filled.


does anything put into [Type: SCString] s_SCNewOrder::TextTag on an entry order, also get copied to a text tag for any attached orders?
No.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2021-09-16 10:51:39

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account