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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
76 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
146 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
79 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
50 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
54 views
0 likes
|
Last Post
|

Comment