Login Page - Create Account

Support Board


Date/Time: Wed, 04 Mar 2026 19:53:56 +0000



Post From: Historical market depth for chart with custom bars

[2026-01-22 22:18:44]
curious16 - Posts: 36
Regarding the coloring of custom bars, I believe this would be possible by using a sc.Subgraph of the custom bar study and setting its DrawStyle accordingly (e.g. to DRAWSTYLE_COLOR_BAR_CANDLE_FILL).

The problem I encountered is that the custom bar study is always hidden and this cannot be changed. I understand that this normally makes good sense because the custom bar study provides no sc.Subgraphs but only a custom version of sc.BaseData. However, if a custom bar study does provide sc.Subgraphs, it would be helpful to get the option to unhide these. Is there a fundamental limitation that makes it impossible to unhide custom bar studies, or could that be added as an option?