Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 16:42:10 +0000



[Programming Help] - sc.NumberofAskTrades

View Count: 253

[2023-07-24 14:17:37]
User769783 - Posts: 182
When using this function as well as sc.NumberofBidTrades, why does it not update? Trying to develop a simple algo using these but it seems they are not updating with the chart. Any suggestions, thank you...
[2023-07-24 14:36:34]
User431178 - Posts: 544
Did you set sc.MaintainAdditionalChartDataArrays?

ACSIL Interface Members - Variables and Arrays: sc.MaintainAdditionalChartDataArrays
[2023-07-24 14:50:37]
User769783 - Posts: 182
It was set to 1, but I just set it to true just to see any difference, none.
[2023-07-24 15:56:22]
User769783 - Posts: 182
So yes, there is an error in my coding logic. Im trying to access the previous tick's information for sc.NumberOfAskTrades. So, something like sc.NumberOfAskTick[sc.Index -1]. Not sure how to write it but hopefully someone understands what Im getting at. Thanks

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

Login

Login Page - Create Account