Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy will not enable
Collapse
X
-
Strategy will not enable
I am unable to a strategy to enable. I am using the order flow cumulative delta in the strategy. In the Log i have the message Order Flow Cumulative Delta tried to load additional data. All data must first be loaded by the hosting Ninjascript in its configure state. Any help would be appreciatedTags: None
-
Hello kudos,
Thanks for your post.
When using the Order Flow Cumulative Delta indicator in a NinjaScript strategy, you must add a 1-Tick series to the strategy by calling AddDataSeries() in OnStateChange() when State == State.Configure since the indicator requires a 1-Tick series to calculate values. If you do not include a 1-Tick additional data series, this error message will appear.
See this help guide page for more information about accessing Order Flow Cumulative Delta values and sample code: https://ninjatrader.com/support/help...ive_delta2.htm
And, see the attached sample script demonstrating how to print out the Delta Close value of the Order Flow Cumulative Delta indicator in a custom NinjaScript.
Let me know if I may further assist.Attached Files<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
88 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
135 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
69 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment