Login Page - Create Account

Support Board


Date/Time: Tue, 25 Feb 2025 07:36:47 +0000



Accessing 'Singles' lines in a TPO Chart via ASCIL function

View Count: 772

[2021-03-27 15:06:59]
User99735 - Posts: 234
Hi,
Is it possible to access multiple 'Singles' lines price in a TPO Chart via ASCIL function?
SG31 will give price for only one 'Singles' line.
n_ACSIL::s_StudyProfileInformation does not have info on 'Singles'.

Any suggestions.

Regards

Vivek
[2021-03-29 03:59:04]
Sierra Chart Engineering - Posts: 104368
No there is not support for this in ACSIL.
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
[2021-03-29 08:39:03]
User99735 - Posts: 234
Thanks, can you open a new feature request for this.
[2021-03-30 14:08:55]
User99735 - Posts: 234
Also can you provide a 'Chart' version of
int GetStudyProfileInformation(const int StudyID, const int ProfileIndex, n_ACSIL::s_StudyProfileInformation& StudyProfileInformation);

ie, have ChartID also in the inputs?
[2021-04-06 15:25:55]
Sierra Chart Engineering - Posts: 104368
Yes we can do this:
Also can you provide a 'Chart' version of
int GetStudyProfileInformation(const int StudyID, const int ProfileIndex, n_ACSIL::s_StudyProfileInformation& StudyProfileInformation);

ie, have ChartID also in the inputs?

Very sorry about the delay. We are under a very heavy workload at this time including support.
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
Date Time Of Last Edit: 2021-04-06 15:26:03
[2021-04-06 15:29:20]
User99735 - Posts: 234
Tx, have a customer waiting for this enhancement. So request you to take up this enhancement at the earliest.
[2021-04-06 15:37:06]
Sierra Chart Engineering - Posts: 104368
We will have it done today.
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
[2021-04-06 15:37:43]
Sierra Chart Engineering - Posts: 104368
Actually it is already released:
// 2244
  int (SCDLLCALL* GetStudyProfileInformationForChart)(const int ChartNumber, const int StudyID, const int ProfileIndex, n_ACSIL::s_StudyProfileInformation& r_StudyProfileInformation) = nullptr;

So it is available now. Update to the latest prerelease.
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