I am running NinjaTrader 8.0.12.0 64-bit
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Referencing OrderFlowCumulativeDelta
Collapse
X
-
Referencing OrderFlowCumulativeDelta
I am trying to reference OrderFlowCumulativeDelta in the attached indicator and when i do, I receive the following error: A hosted indicator tried to load additional data. All data must first be loaded by the hosting NinjaScript in its configure state.
I am running NinjaTrader 8.0.12.0 64-bitTags: None
-
Hello Jack22,
Thank you for your note.
If you add a secondary tick series in State.Configure, does that resolve the issue?
For example,
I look forward to your reply.Code:else if (State == State.Configure) {[INDENT] AddDataSeries(Data.BarsPeriodType.Tick, 1); [/INDENT] }Alan P.NinjaTrader Customer Service
-
All good now with the additional DataSeries, appreciate it.Originally posted by NinjaTrader_AlanP View PostHello Jack22,
Thank you for your note.
If you add a secondary tick series in State.Configure, does that resolve the issue?
For example,
I look forward to your reply.Code:else if (State == State.Configure) {[INDENT] AddDataSeries(Data.BarsPeriodType.Tick, 1); [/INDENT] }
Comment
-
Now I have a new scenario with referencing OrderFlowCumulativeDelta. I reference DeltaClose, which references perfectly historically, but when I try and reference DeltaClose in real-time I get a different value than what is plotted by the indicator. In the attached image, where the arrow is starts the first real-time bar (all bars before this are historical and the number drawn corresponds to panel 2. The bar with the arrow prints OnBarClose -50, but the panel 2 value is 41--this is a huge difference. Why am I seeing such a huge difference in real-time (OnBarClose) versus historical?
Comment
-
The indicator in panel 2 and the one I reference I have set to OnBarClose--in the image in my last post.Originally posted by NinjaTrader_PatrickH View PostHello Jack22,
Thank you for your post.
Set the Order Flow Cumulative Delta indicator on the chart to Calculate.OnBarClose just like your custom indicator does and the two values will match.
I will report the behavior when it is using OnPriceChange to our development team.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 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
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment