Just wanted to share as this is not a common programming pattern we see with free indicators/code. In this example I have a single ‘producer’ indicator that shares data with ‘consumer’ indicator (the volume profile). If you have many volume profiles, this saves a lot of RAM, CPU, and most importantly shortens NT8 thread execution time (avoiding bottlenecks), while making indicator loading instant. In this example I copy the window and new window does not load data, just draws immediately because ‘producer’ holds data for it.
The ‘Producer’ indicator is not shown, both windows have ‘consumer’ indicators that access producer’s shared static class, buys/sells at tick resolution, and calculate their own bar indexed data for rendering and stats.
I did it as a Drawing Tool manually place it anywhere on the chart, drag it, resize it, and add multiple copies.
and Indicator so it can stay active on the chart and automatically updates while live market events occur. I also added a check box so it can start whenever I place it and it will auto spread to the current candle,
Looks sharp. One note, your heatmap is of whole VP, where as the one I’ve shown is of (increasingly larger) layers of rolling volume from End Anchor. Overlay of VP of 10000, 20000, 50000, 1000000, 200000 rolling volumes in the example.
Now I am curious how vertical gradient would look like. Gradient scaled not by pixel distance but volume at level. This way colors would reveal strength of each node, no matter how it’s scaled.
agree the option is there to do so , I’m also planning on adding like three different color templates, in case they need eye safe color or if they need hard core red and green colors lol,
Can I use the Shared Static Class indicator to make the indicators I use work faster? I use Volume Profiles, Opening Ranges and VWAPs. If I download the Shared Static Class indicator, will it speed-up these other indicators? I am tired of the “Loading” and “Calculating” messages locking up my charts.
This was discussed in the old 30 year-old ninjatrader forum, in depth, and I think everyone should reach out to Ninja Trader (email them) to provide a way to access to old forum. Or at least integrate the old forum into the new forum. Because rediscovering things like this, is gonna take another 30 years.