Login Page - Create Account

Support Board


Date/Time: Tue, 03 Mar 2026 17:32:19 +0000



numbers bars pullback column

View Count: 324

[2026-01-14 20:51:22]
coachted - Posts: 490
I am trying to get a better understanding of the numbers pullback column ...why does the column reset sometimes after 5 prices and sometimes it's bigger..
[2026-01-14 22:22:46]
John - SC Support - Posts: 44905
Refer to the following:
Chart Settings: Historical Pullback Data (Chart >> Chart Settings >> Chart Data >> Chart Data menu)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-15 14:15:54]
coachted - Posts: 490
Thank you, also is the code for the Ask/Bid Volume difference bars available and if so could you provide me .cpp file it is contained in...thank you
[2026-01-15 17:12:25]
John - SC Support - Posts: 44905
The code for the "Ask/Bid Volume Difference Bars" is in the "Studies8.cpp" file in the "ACS_Source" folder under your main Sierra Chart installation folder. Refer to the following:
How to Build an Advanced Custom Study from Source Code
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-15 18:54:23]
coachted - Posts: 490
Hi John, last question, is it possible to get Denali feed updating my charts and execute through rithmic order routing?
[2026-01-15 19:08:48]
John - SC Support - Posts: 44905
is it possible to get Denali feed updating my charts and execute through rithmic order routing?

Yes. This is specifically how Sierra Chart is setup to work and is our recommendation. Refer to the following:
Denali Exchange Data Feed: Integration with Trading Services
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-15 20:35:58]
coachted - Posts: 490
ok so can i use rithmic for the rounting in SC and then use the rithmic data in another platfrom as per rithmics info
[2026-01-15 21:34:43]
John - SC Support - Posts: 44905
If you are logged into an account with Rithmic through Sierra Chart, then you can not access that account on another system. This is a restriction on the interface that Rithmic uses with Sierra Chart, in that it only allows for a single connection to that account.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-16 18:45:41]
coachted - Posts: 490
Good afternoon,

I am curious if the trade log activity has a script in any of the .cpp files?
[2026-01-19 15:23:06]
John - SC Support - Posts: 44905
We are not understanding what you are asking. Please try wording this a little different so we know what exactly you are looking for.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-19 15:27:30]
coachted - Posts: 490
I am looking to find out if there is a script/code inside a studies.cpp file for the trade activity log
Date Time Of Last Edit: 2026-01-19 15:28:49
[2026-01-19 21:44:37]
John - SC Support - Posts: 44905
To do what with the Trade Activity Log?

Also, you should look through the source code that is available to see if you can find what you are looking for. Refer to the following specifically, and the rest of the information that page:
How to Build an Advanced Custom Study from Source Code: Searching for Source Code for Sierra Chart Built-In Studies
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-20 19:18:35]
coachted - Posts: 490
I am looking to find a list of field names that can be used to code custom studies can you provide me where i can find that.
[2026-01-20 21:43:20]
John - SC Support - Posts: 44905
We are not understanding what you mean by "field names".

All of the ACSIL documentation can be found starting at the following link:
Table of Contents | (Advanced Custom Study/System Interface and Language (ACSIL))
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-20 22:35:08]
coachted - Posts: 490
so for example in the trade activity log there is a tab called trade activity...if i click trade activity there are columns...suppose i want to write code that would capture transdatetime or fillprice or any other information contained in the columns...how do i reference the data in the columns... is there a place in sierra charts support material that would state the exact language i need to reference the data in each of those columns.

Or can i only access this data by manually exporting the tradelog?
Date Time Of Last Edit: 2026-01-20 22:37:51
[2026-01-21 15:09:43]
John - SC Support - Posts: 44905
There is not a way to specifically access the fields from the Trade Activity Log with ACSIL. Rather, you are accessing the Order information or the Position information. The documentation for these are here:
Automated Trading From an Advanced Custom Study: Getting Order Information

Automated Trading From an Advanced Custom Study: Getting Trade Position Data
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-21 15:12:42]
coachted - Posts: 490
Thank you

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

Login

Login Page - Create Account