Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CumulativeDelta Values at Swing Highs and Lows
Collapse
X
-
The 1 min bar for example will only give the close value for 1 min. What I need is the second wise(or tick wise) graph, but the counter starting from 0, after every minute.Originally posted by NinjaTrader_ChelseaB View PostHello SuperDriveGuy,
You can draw a line after every 1 minute bar close with Draw.Line().
You can trigger an alert when the .DeltaClose[0] is greater than 100 with Alert().
https://ninjatrader.com/support/help...ive_delta2.htm
Comment
-
counter, not literally, but the count(value) of the CVD.Originally posted by NinjaTrader_ChelseaB View PostHello SuperDriveGuy,
You want a tick counter on a 1 minute bar series?
e.g.
session: start from the beginning of the session
bar: start from the bar start, 1 min, 5 min etc
NEEDED:
CVD value starting from a minute ago(could be 30 secs, 5 mins, 30 mins etc) based on the parameter passed.
see attachment. In this example, the CVD resets to 0 every 30 secs, so at 10:27 we have a low value of 125 for that 30 second period, and at 10:28 we have a high value of 50 for that 30 seconds period.
Comment
-
Hello SuperDriveGuy,
The picture does not appear to be of NinjaTrader, and I'm not getting any information from this other than there are green lines at regular intervals on the chart.
When you say you want to 'count the value of the CVD' do you mean you want to count how often the Order Flow Cumulative Delta indicator DeltaClose value changes?
You want to accumulate the DeltaClose on each new tick to a double variable and then reset this to 0 on a regular interval?
Chelsea B.NinjaTrader Customer Service
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment