Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Help with Cumulative Delta indicators
Collapse
X
-
Hello Nick,
Thanks for the reply.
Since we are on the same version this discrepancy is unexpected behavior. Please clear the cache of your database then make a new 4 range chart with the two Cumulative Delta indicators added.
1.Shutdown NinjaTrader and Go to the Start Menu
2.Navigate to Documents/NinjaTrader 8/db.
3.Inside of the db folder, Delete the folder named "cache".
4.Then restart NinjaTrader and a fresh cache folder will generate.
If you continue to see the same after this please send an email to platformsupport[at]ninjatrader[dot]com so that I may take a look at your logs. Please include the link to this forum thread in your email body.
I look forward to hearing of your results.
Comment
-
Hello gogreen,
Thanks for the post, and welcome to the NinjaTrader forum.
It sounds like you want to add the volume of the previous bar to the volume of the current bar. This can be done by using this statement in a script:
Value[0] = Volume[0] + Volume[1];
A good reference for getting volume data and plotting it would be the VOL indicator. You can open up a NinjaScript editor via New> NinjaScript editor. Look for VOL in the Indicators folder.
There is no default way of doing this in the user interface, unfortunately.
Please let me know if I may be of any further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
69 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
24 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
27 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
54 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment