Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is there a way to manually trigger new OnBarUpdate in Analyzer
Collapse
X
-
Is there a way to manually trigger new OnBarUpdate in Analyzer
When running the analyzer it seems that the only way to trigger the OnBarUpdate event (or any other available event) is to hit "Run." But what if I want to use the pencil tool to draw a line and then capture it's anchors in my strategy's code? OnBarUpdate will never trigger again since the data is historical and not live. In the live chart the updated bars triggers the event so no problem there. Or, is there another event I can use besides the OnBarUpdate while using the strategy analyzer to backtest?Tags: None
-
Hello Chippy,
Thanks for your post.
The Strategy Analyzer is historical processing only. OnBarUpdate is primarily what is used, but you technically could use Tick Replay for OnMarketData updates for Last ticks. Combining Tick Replay with a backtest may be very performance intensive so I would recommend avoiding it if possible. IF you can use a single tick data series, this would be preferred over Tick Replay.
There would not be another means to trigger OnBarUpdate in a strategy other than running/enabling it.
With regards to your obstacle, you would need to test the strategy in a realtime context since the behaviors of the strategy depend on human interaction. You could consider using the Playback Connection with Market Replay data to perform testing that mimics realtime.
Playback - https://ninjatrader.com/support/help...l?playback.htm
Additional information between differences between realtime and backtesting - https://ninjatrader.com/support/help...ime_vs_bac.htm
We look forward to assisting.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
638 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
572 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|


Comment