Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Initialise being called twice and OnBarUpdate not being called atall
Collapse
X
-
Initialise being called twice and OnBarUpdate not being called atall
I have proved using Print statements in my strategy code that Initialise is being called twice but the OnBarUpdate is not being called at all. I am running the strategy on a 2 min simulated chart can somebody please help?Tags: None
-
Hello Venkatesh,
Thank you for your post.
The double call for Initialize() is expected as this method gets called when you bring up the Strategies window and when you first apply it.
However for the second part that is not.
Can you share with me the script that you use for the OnBarUpdate()?Cal H.NinjaTrader Customer Service
-
Have you enabled the strategy?Originally posted by venkatesh View PostI have proved using Print statements in my strategy code that Initialise is being called twice but the OnBarUpdate is not being called at all. I am running the strategy on a 2 min simulated chart can somebody please help?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
344 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
557 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment