Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 18:16:49 +0000



How to tell if an order is a simulated order?

View Count: 622

[2018-03-12 08:41:23]
User79074 - Posts: 105
For example

s_SCTradeOrder od;
sc.GetOrderByOrderID(500, od)

Is there something like this

od.isSimulatedOrder()?

Or another way to determine that the order is simulated?
[2018-03-12 19:10:18]
Sierra Chart Engineering - Posts: 104368
You can indirectly tell and this is explained here:
http://www.sierrachart.com/index.php?page=doc/ACSILTrading.html#GetOrderByOrderID

But we will add a flag variable indicating this to the order structure.
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2018-03-13 08:27:58]
User79074 - Posts: 105
I'm not able to piece it together, can you provide an example?
[2018-03-13 18:49:39]
Sierra Chart Engineering - Posts: 104368
Update to the current version of Sierra Chart:

Software Download: Fast Update

There is now this new structure member to determine this:
Automated Trading From an Advanced Custom Study: [Type: int] IsSimulated
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account