Login Page - Create Account

Support Board


Date/Time: Mon, 16 Jun 2025 23:08:53 +0000



Left side fill space

View Count: 1202

[2018-07-31 08:28:59]
User428363 - Posts: 13
Would just like to suggest an option to create a leftside fill space for volume profiles etc. Sometimes the right side area can get quite messy when you have lvls, DOM and what not stacked up at the right side where the price action is. In addition to that it is not always perfect to have it overlayed the bars.
[2022-04-20 13:22:33]
User177741 - Posts: 48
Yes I would also like left side fill space.
[2025-05-13 07:13:07]
Tony - Posts: 594
Sorry for replying an old post, I would like to share some new findings after coding with ACSIL for a while, if I understand the OP correctly:

1, Sierra cannot have left side fill space, because sc.ActiveToolIndex is a unsigned integer, if left side fill space existed, then sc.ActiveToolIndex would have negative values.

2, To avoid bars overlay with VbP etc. we just need to set Graph Draw Type to "Blank" and write a subgraph to copy the main graph, and set a displacement for that subgraph.

3, When there are not enough bars on the chart, we can always load more days.
Date Time Of Last Edit: 2025-05-13 07:13:20

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

Login

Login Page - Create Account