Login Page - Create Account

Support Board


Date/Time: Sun, 06 Jul 2025 11:23:08 +0000



[Programming Help] - Drawing Volume Profile histogram programmatically

View Count: 359

[2024-11-05 06:19:35]
Trade Dojo - Posts: 55
From ACSIL I could access VbP and build a custom volume profile (VP). And now I want to graphically plot the profile onto the chart, is there a way to do that efficiently?

I could think of something like histogram/column chart with transposed axis. I could do this easily with other library like SciChart, but I'm not sure with Sierra Chart.

Or another method for me is to plot multiple rectangle...this is a nightmare for coding and performance.

And yet, I don't want to use sc.AddStudyToChart because basically I don't need those extra calculations from the built-in volume profile.
[2025-06-21 21:16:49]
LVincentB - Posts: 1
Were you ever able to find a solution for this? A little disappointed how elaborative the plotting of value areas are.

TradingView has a simple "drag and drop" tool, but I moved to Sierra for a reason.
[2025-06-22 02:18:22]
Trade Dojo - Posts: 55
No, I have another thread and SC Support told me they dont support this. Either doing it with custom graphic drawing or just calculation without plotting.

I ended up with using SciChart and pipeline real time data from SC to my C# app.
[2025-06-22 10:41:28]
User431178 - Posts: 733

Were you ever able to find a solution for this? A little disappointed how elaborative the plotting of value areas are.

TradingView has a simple "drag and drop" tool, but I moved to Sierra for a reason.

What is your actual question?
You state that TV has a drag and drop tool (for value areas?), if you are looking for same in Sierra Chart, then the answer is the Draw Volume Profile tool.

Volume By Price Study: Draw Volume Profile

You can configure the DVP however you want and have different versions, e.g. a version that shows only value areas.
[2025-06-23 06:08:27]
Trade Dojo - Posts: 55
Yeah if you only need manual drawing of VP for certain period of candle chart, Sierra supports that. SC has really good VP capability.

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

Login

Login Page - Create Account