Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 02:01:07 +0000



ACSIL Trade Related Structures storage arrays

View Count: 825

[2017-03-25 05:21:12]
User553714 - Posts: 184
There are various trade related structures (s_ACSTradeStatistics, s_ACSTrade, s_SCOrderFillData, s_SCNewOrder, s_SCTradeOrder, s_SCPositionData) but there seems to be no information as to whether they have corresponding data arrays?
I know you can access the structures members using various sc functions like; sc.GetOrderByOrderID, sc.GetOrderByIndex, IsWorkingOrderStatus(), sc.IsWorkingOrderStatusNoChild() etc
But are there any existing ACSIL data/float arrays for accessing historical values. In particular I am after the data array names for ACSTradeStatistics & s_SCPositionDataso so I can produce my own text file reports. Regards
[2017-03-25 10:53:26]
Sierra Chart Engineering - Posts: 104368
You will want to use these functions:
Automated Trading From an Advanced Custom Study: Getting Trade Position Data

https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html#scGetTradeStatisticsForSymbol

There is no further help we can provide. There are no arrays.
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
[2017-03-25 21:09:19]
Sierra Chart Engineering - Posts: 104368
In the next release s_SCOrderFillData will have a TradePositionData member.

You might also want to access the historical order fills:
Automated Trading From an Advanced Custom Study: sc.GetOrderFillEntry()
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