Login Page - Create Account

Support Board


Date/Time: Thu, 26 Feb 2026 02:43:24 +0000



Add ACSIL variable for “ Market Depth Combine Increment in Ticks”

View Count: 277

[2026-01-10 05:04:58]
gcUserStudies - Posts: 124
Request to add a variable so ACSIL studies can read the value for “ Market Depth Combine Increment in Ticks” value.

Thanks
[2026-01-12 17:46:49]
Sierra_Chart Engineering - Posts: 23027
We will make a note of this.
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
[2026-02-04 19:18:20]
Sierra_Chart Engineering - Posts: 23027
This will be supported 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, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-02-05 15:34:45]
gcUserStudies - Posts: 124
Thanks for adding this!

I'm testing version 2877 and see the new functions have been added. I have set my chart's "Market Depth Combine Increment in Ticks" set to 2. Then I call the function to get the value, and also try setting the value to 5, and then get the value again. Here are the results. I may be doing something wrong, but wanted to double check. And also checking the value in the chart settings it didn't change to 5 either:


...
// Get initial value
apiValueBefore = sc.GetMarketDepthCombineIncrementInTicks(sc.ChartNumber);

// Try setting to 5
apiSetResult = sc.SetMarketDepthCombineIncrementInTicks(sc.ChartNumber, 5);

// Get value again to see if it changed
apiValueAfter = sc.GetMarketDepthCombineIncrementInTicks(sc.ChartNumber);
...

Log of result: "Debug: SC=2877, ChartNum=1, API_Before=0, Set(5)=0, API_After=0"
[2026-02-06 23:00:59]
Sierra_Chart Engineering - Posts: 23027
Make sure you are running an up-to-date version of Sierra Chart. Use the latest prerelease. Which is at this time 2877.
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

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

Login

Login Page - Create Account