Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 08:38:48 +0000



[Programming Help] - Display Custom Pullback Bar

View Count: 508

[2023-12-09 19:17:39]
SavantTrader - Posts: 110
I would appreciate a hint from anyone in the know:

o I've created a custom study that maintains and processes its own pullback data.
o I would like to display this data as a numbers bar in the pullback column of my chart.
o My chart uses the numbers bar study (with its own pullback turned off) for its normal charting.

I'd like to do this in the least complicated manner. If I can simply overwrite the storage location that numbers bar study uses for pullback data, and let it display it for me, that's fine.

If that's not possible, how do I display a custom pullback column while continuing to use the numbers bar study for the chart?

Is there any code example for displaying pullback data in the pullback column of the chart?

Thank you in advance.
Date Time Of Last Edit: 2023-12-10 02:03:34
[2023-12-13 15:28:32]
SavantTrader - Posts: 110
Does anyone have a hint on how to display a custom pullback bar (driven by my custom study) on a chart, using ACSIL?

Gomi does this, as does SimpleSystemTrading, Emoji, and others.
[2023-12-13 15:41:36]
User431178 - Posts: 541
Extended Array Elements
ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].ExtendedArrayElementsToGraph

or

Drawing Tools
Using Drawing Tools From an Advanced Custom Study
Date Time Of Last Edit: 2023-12-13 15:41:45

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

Login

Login Page - Create Account