Support Board
Date/Time: Wed, 27 Nov 2024 06:32:51 +0000
Post From: Source Code for Delta Volume per Bar (under the bar type in chart setting)
[2023-09-18 14:48:23] |
User431178 - Posts: 543 |
In particular, would it be possible to include a part of the code that calls the start of the candle function, and perhaps the part of the code which accumulates volume wider and wider on these candles until the condition is met to begin a new candle?
Not John, but did you look at ACSILCustomChartBars_Example.cpp already? This has two working examples, including volume per bar, shouldn't be that hard for you to get from volume per bar to delta per bar. |