Support Board
Date/Time: Sun, 22 Dec 2024 09:33:13 +0000
Post From: DOM study / horizontal bars
[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 |