Login Page - Create Account

Support Board


Date/Time: Mon, 13 Jan 2025 17:15:33 +0000



[Programming Help] - Clear/Reset Pulling/Stacking Data via ACSIL

View Count: 914

[2023-06-13 07:39:07]
SavantTrader - Posts: 110
Dear Support:

Just as you have implemented these for the DOM...

sc.ClearCurrentTradedBidAskVolume();
sc.ClearRecentBidAskVolume();

Can you please add the ability to clear/reset DOM pulling and stacking data via ACSIL also?

This would complete the one missing piece.
[2023-06-17 01:08:56]
SavantTrader - Posts: 110
Dear Support - Can you please add this to your feature request list:

sc.ClearPullingStackingData();

(or similar)
[2023-06-20 17:08:32]
Sierra_Chart Engineering - Posts: 17922
There is not even a menu command for clearing pulling and stacking data. It is not supported to clear this data.
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
[2023-06-20 20:21:24]
SavantTrader - Posts: 110
Dear Support:

There is indeed a context menu command named "Clear Pulling and Stacking Data" (see attached), and it does indeed clear the data.

Can you please simply expose this already existing option via ACSIL, perhaps in this manner:

sc.ClearPullingStackingData();

Thank You.
Date Time Of Last Edit: 2023-06-20 20:22:41
imageCapture.png / V - Attached On 2023-06-20 20:21:18 UTC - Size: 90.11 KB - 238 views
[2023-06-21 13:54:09]
Sierra_Chart Engineering - Posts: 17922
Ok we see. We forgot about that.

Yes we can add that ACSIL function.
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
[2023-09-23 19:36:14]
@sstfrederik - Posts: 405
+1 for this from my end as well. Thanks.
[2023-10-05 17:40:16]
zippyzip - Posts: 293
+1 and the best programmer in the Sierra community is asking above me so that has to mean its useful !! thanks guys
[2023-10-05 17:45:04]
User431178 - Posts: 568
Seems already added in version 2513....
Check in sierrachart.h
[2023-10-05 17:57:15]
Sierra_Chart Engineering - Posts: 17922
Yes should be there.
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
[2024-11-24 16:47:54]
pike409 - Posts: 13
Can somebody point me the right direction how to use this?

I also want to clear pulling stacking on auto every 60sec for example.

Much apprechiated!
[2024-11-26 16:55:51]
svltan - Posts: 7
Hey @pike409, I built a simple script that will do an clear Recent and Current columns, which is based on the bar period the DOM is set to (in your case 60 sec)! Shouldn't be too hard to get the pulling/stacking columns in as well: https://github.com/svltvn/SierraChartStudies/blob/main/Sultan_DOM_IntervalClear.cpp
[2024-11-27 22:34:54]
Sébastien - Posts: 39
Thank you very much for the custom study svltan !
I was looking for something similar for a long time.
[2024-11-30 16:09:27]
Sébastien - Posts: 39
Dear support,

Can you please add an ACSIL function to "Re-center trade DOM scales" ?

My plan is to edit the custom study shared by svltan to add this functionnality, and also the "clear pull stack data" which I already integrated in the study.

When finished, I will share the custom study here.
I think it would be a great custom study to use for a lot of DOM traders.
[2024-12-19 15:02:33]
Sierra_Chart Engineering - Posts: 17922
Yes we will work on this:

Can you please add an ACSIL function to "Re-center trade DOM scales" ?

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
[2024-12-21 23:14:03]
Sébastien - Posts: 39
Hi support,
Thank you for taking into consideration this request.
How do I know when this feature will be live ? and what will be the function name ?

Much apprechiated!
[2025-01-11 15:26:13]
Sébastien - Posts: 39
Hi,
Thank you so much to the SierraChart team for having added the function
sc.ReCenterConstantRangeScale(sc.ChartNumber)
.

Thanks to this, the study coded by Svltan can now re-center the DOM periodicaly. I also added the option to clear the Bid/Ask Pull Stack column.

You'll find the source code in attached file.
attachmentSultan_DOM_IntervalClear_FINAL.cpp - Attached On 2025-01-11 15:25:44 UTC - Size: 3.19 KB - 9 views

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

Login

Login Page - Create Account