Login Page - Create Account

Support Board


Date/Time: Sun, 06 Jul 2025 12:47:05 +0000



Post From: Drawing Volume Profile histogram programmatically

[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.