Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
diff between onbarupdate and onmarket update
Collapse
X
-
Hi junkone,
The OnBarUpdate() is called for every bar's update - http://www.ninjatrader-support.com/H...dateEvent.html
This takes into account the CalculateOnBarClose setting - http://www.ninjatrader-support.com/H...BarClose1.html
When set to false, the OnBarUpdate() is called for every incoming tick.
The OnMarketData() is called for every change in Level1 data, for example Bid/Ask/Last/Volume - http://www.ninjatrader-support.com/H...arketData.html
OnMarketDepth would be used for Level2 data changes - http://www.ninjatrader-support.com/H...rketDepth.html
-
what defines tick in terms of IB as datasoruce. is it every bid/ask or is it the 5 sec update that IB sends.
the reason, i am very curious is that, my strategy subscribes to custom events. i can trace the processing to the event handler and it seems to process it. however further processing is not happening and the only bottle neck that i can see is that the strategy did not get a new barupdate tick and was waiting for it to come. i have seen it wait for the tick for as much as 20 seconds.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
310 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
199 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
186 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
278 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
229 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment