Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 11:36:03 +0000



Post From: How to plot a horizontal histogram?

[2025-02-05 08:47:57]
fooboy - Posts: 3
Suppose I have values {2,2,0,2,2} distributed across prices {98,99,100,101,102} — such as from a depth of market — and I wish to plot their distribution in a horizontal histogram beside the candlestick chart. I can easily express this in plain language, but I do not know how to express this in ACSIL.

Initially DRAWSTYLE_HORIZONTAL_PROFILE seemed promising, but when I read the [documentation](Chart Studies: Horizontal Profile (ACSIL: DRAWSTYLE_HORIZONTAL_PROFILE)) it seems inappropriate.

Is this correct? How can I achieve the objective I'm pursuing?

Thanks