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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
333 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
211 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
196 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
287 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
242 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|


Comment