Login Page - Create Account

Support Board


Date/Time: Thu, 06 Mar 2025 09:29:46 +0000



ACSIL - Original Summary Trade Setting

View Count: 1207

[2022-01-18 02:51:09]
ejtrader - Posts: 688
SC Team - Any way to read/Set the current setting of the chart from ACSIL - whether set as Combine Trades into Original Summary Trade?

Thanks
imageSierra_OriginalSummaryTrades_Setting.PNG / V - Attached On 2022-01-18 02:50:56 UTC - Size: 9.38 KB - 216 views
[2022-01-29 17:31:29]
ejtrader - Posts: 688
SC Team - Would you please comment if it is possible to provide this function to detect/set?

Thanks
[2022-02-07 14:01:06]
ejtrader - Posts: 688
SC Team - Could you please review this request?

Thanks
[2022-02-10 13:11:45]
ejtrader - Posts: 688
SC Team - Could you please review this request? Certainly need a way to determine if the chart has this setting enabled or not? Even a readonly function is good enough.

Thanks
[2022-02-18 21:51:40]
ejtrader - Posts: 688
SC Team - Wondering if there are technical issues/challenges provide the detection of this setting.


Thanks
[2022-02-27 16:02:07]
ejtrader - Posts: 688
Bump...
[2022-02-27 16:45:59]
Sierra Chart Engineering - Posts: 104368
We will add an ACSIL function to get and set this.

We should get this out into the next release.
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
[2022-03-01 05:35:17]
ejtrader - Posts: 688
SC Team - I do see the new functions related to this in V2263 but unable to use/compile them. Is the implementation of this completed in v2263?

thanks
[2022-03-01 07:50:26]
Sierra Chart Engineering - Posts: 104368
Yes they are complete in 2263 if these new functions are in the header file you have:
  int (SCDLLCALL* GetCombineTradesIntoOriginalSummaryTradeSetting)();
  void (SCDLLCALL* SetCombineTradesIntoOriginalSummaryTradeSetting)(int NewState);
What is the specific issue you are having?
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: 2022-03-01 07:50:40
[2022-03-01 15:30:54]
ejtrader - Posts: 688
Thanks SC team - It was more to do with the Intellisense issue apparently. Sorry about the false alert. Appreciate you adding these functions.

Thanks
[2022-03-04 06:22:00]
ejtrader - Posts: 688
SC Team - Wanted to get back about this. There are no more compilation issues but not actually able to use these functions.

Getting CPU exception messages when this function is used. Could you please check on this?

SCSFExport scsf_SetSummaryTradeChart(SCStudyInterfaceRef sc) {

if (sc.SetDefaults)
{
// Set the configuration and defaults.
sc.GraphName = "SetSummaryTradeChart";
sc.AutoLoop = 0;
sc.GraphRegion = 0;
sc.UpdateAlways = 0;

sc.SetCombineTradesIntoOriginalSummaryTradeSetting(1);

return;
}

return;
}

[2022-03-04 13:27:50]
Sierra Chart Engineering - Posts: 104368
There was one step we missed in the implementation of this. This will be solved in the next release.
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