Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 03:11:00 +0000



DOM study / horizontal bars

View Count: 1885

[2015-04-15 12:59:03]
User48021 - Posts: 2
This request is related to DOM cumulative bid/ask volume columns

As I'm also interested in stacking/pulling feature of the DOM and have some swdev skills I decided to write a study for that as I read in another post, that it should be possible w/ ACSIL.

I checked all data needed for calucaltion and everthing looks good from that perspective but I ran into some issue when bringing the data to user. After some recherche I was not able to find a documentation or sample code, so I decided to ask:

1.) is it possible to draw horizontal bars as it used in the volume by price study. I expected to achive this when using
sc.GraphDrawType = GDT_VOLUME_BY_PRICE;
but I was not able to actually draw anyhing when using that GraphDrawType. Can you provide an example how to do that

2.) I was able to write out the stacking orders as text value to a study using multiple different sc.Subgraph[] - finally we want to have those data displayed in the DOM, so I used the price/study overlay study to make my study visible in the dom.
is there a way to directly make my study usable in the DOM window like the volume by price study does? Can you provide an example how to write a DOM study?

thank you for your help & kind regards,
Markus
[2015-04-15 18:20:14]
Sierra Chart Engineering - Posts: 104368
1. This Graph Draw Type cannot be used from ACSIL.

You would need to draw wide lines with square edges using the ACSIL drawing tools:
https://www.sierrachart.com/index.php?page=doc/doc_ACSILDrawingTools.html

2. Just add the study as a custom study to the trade DOM. This is documented here:
https://www.sierrachart.com/index.php?page=doc/doc_ChartTrading.html#AddingStudiesTradeDOM

When you press to Chart >> Studies >> Add Custom Study button, any of the studies listed can be added.



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
[2015-04-15 21:13:42]
User48021 - Posts: 2
drawing bars using lines works good for me also as dom study.

thank you & regards,
Markus

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

Login

Login Page - Create Account