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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
46 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment