Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Analyzer for Daily
Collapse
X
-
Hello r3n3v, thanks for your post.
What data feed are you using?
Also, add Print statements throughout your strategy to see if code is actually being reached e.g.
Does it work if you test on the SampleMACrossover strategy?Code:protected override void OnBarUpdate() { Print("Checking Entry Condition " + Time[0]); if(<EntryCondition>) { Print("Entry Condition True" + Time[0]); EnterLong(); } ...
I look forward to hearing from you.
-
Hello r3n3v, thanks for your reply.
Were you able to complete the other tests?
It could be your BarsRequiredToTrade setting, if there are not enough daily bars loaded the strategy could be ignoring orders due to this:
https://ninjatrader.com/support/help...redtotrade.htm
Best regards.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
478 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
319 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
258 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
341 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
309 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment