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 DannyP96, 05-18-2026, 02:38 PM
|
1 response
29 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
117 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
227 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
309 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment