Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 12:45:40 +0000



Trade and Chart DOM

View Count: 1599

[2017-08-07 09:55:12]
User99735 - Posts: 234
Hi,
Are the Trade and Chart DOM customizable ( eg changin color of a cell, adding new column ) using an ASCIL study indicator. If so please provide sample code.

Could find only SCSFExport scsf_DepthOfMarketData(SCStudyInterfaceRef sc) //scsf_DOMAccess which creates the DOM in spreadsheet.

Regards

Vivek
[2017-08-08 07:24:18]
Sierra Chart Engineering - Posts: 104368
We need some time to explain one way in which this can be done.
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
[2017-08-08 13:48:07]
Sierra Chart Engineering - Posts: 104368
There is no way from ACSIL to directly add a market data column on the Chart/Trade DOM. Those need to be done through the user interface but there are columns that can be used for custom data.

In a custom column, how many rows of numbers did you need to display? Is a limit of 60 acceptable?
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 13:48:47
[2017-08-08 14:05:35]
User99735 - Posts: 234
Yes 60 rows, should be fine.
[2017-08-09 05:44:18]
Sierra Chart Engineering - Posts: 104368
We have prepared this documentation for this:
ACSIL Programming Concepts: Displaying Custom Values in the Market Data Columns on the Chart / Trade DOM
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
[2017-08-09 19:36:51]
User99735 - Posts: 234
Thanks for the documentation.

Another query - Can the standard Trader DOM's price column be accessed through subgraph and background color changed?
[2017-08-09 21:14:20]
Sierra Chart Engineering - Posts: 104368
You can place labels in that column through study Subgraphs, and the color is controlled through the Subgraph color setting.
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
[2017-08-15 05:40:10]
Sierra Chart Engineering - Posts: 104368
We realize that the documentation we prepared here:

ACSIL Programming Concepts: Displaying Custom Values in the Market Data Columns on the Chart / Trade DOM

Explains how to display price values at the same vertical axis level as the particular set price value, in the label column but not some other value at a particular price level.

To do a custom value at a particular price level in the Label Column will require a new Subgraph label flag which we are going to add. Most likely LL_DISPLAY_CUSTOM_VALUE_AT_Y
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-15 05:41:00

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

Login

Login Page - Create Account