Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 01:15:09 +0000



numbers bars calculated values source code

View Count: 1859

[2017-08-04 09:45:13]
traderacademie - Posts: 38
Hi,

I want to program some other statistics derived from the volume, but I need to learn how to code in Sierra Charts. I have a professional programming background. Would it be possible to study the source code of the "numbers bars calculated values" study, so I can learn how to code custom calculated values?

Will
[2017-08-04 17:32:27]
Sierra Chart Engineering - Posts: 104368
You should not need to rely upon the source code and it is not in a format which is compatible with ACSIL.

Tell us one thing you want to do and we will explain how to do it.
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: 2017-08-04 17:32:34
[2017-08-07 10:04:30]
traderacademie - Posts: 38
Well, I am researching different statistics, so it's not definitive. Something I would like to do is e.g. see the number of trades and volume on the bid/ask filtered by different trade sizes. And display this visually.
Date Time Of Last Edit: 2017-08-07 10:06:29
[2017-08-08 17:21:44]
Sierra Chart Engineering - Posts: 104368
Filtering is done through the Chart Settings. Refer to:
Chart Settings: Volume Filter (Chart >> Chart Settings >> Data Limiting >> Volume Filter Settings menu)

There is nothing in the Numbers Bars Calculated Values source code which would show how this is done.

There is only one set of volume filtering per chart.

Here is the ACSIL documentation to access the volume and number of trades data:
ACSIL Interface Members - Variables and Arrays: sc.BaseDataIn[][] / sc.BaseData[][]

The data you access through ACSIL is after the volume filtering is applied.
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: 2017-08-08 17:22:26

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

Login

Login Page - Create Account