Login Page - Create Account

Support Board


Date/Time: Fri, 18 Oct 2024 08:43:45 +0000



Post From: Reset pulling and stacking data programmatically

[2024-08-17 02:29:48]
User745789 - Posts: 269
ClearMarketDepthPullingStackingData

It sound like it is what I need. But I was looking here and didnt find it. https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html

Indeed, a search of that term in google only produces this thread as a hit. Where does it come from?

The only way to do this is to reconnect to the data feed.

Thank you. I searched but so far have not found an ACSIL function to disconnect/connect to the feed. Also, that process might be a bit slow. I need to clear pulling and stacking at an exact second time stamp. It has to be done within a second.

At the OS level, I created macro that gives cursor focuses on a DOM, and then click the Clear Pulling/Stacking button. And is executed using Windows Task Scheduler. But it is SLOW. And also I am not sure my OS clock is exactly the same as my SC exchange time. This task is very time specific.


...........

I inadvertently posted this in a duplicate thread of mine on the topic, and repost it here....

I see I can get the pulling/stacking values.
sc.GetAskMarketDepthStackPullSum()
sc.GetBidMarketDepthStackPullSum()

But I don't see where I can clear them with a function?

I note that there is a function to clear recent bid/ask volume for all symbols.
sc.ClearRecentBidAskVolumeAllSymbols()

Is it possible to have a similar function for pulling and stacking, all symbols clear?
Date Time Of Last Edit: 2024-08-17 02:34:16