instance of strategy, or there can run more invocations of this method paralelly?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Are calls OnBarUpdate synchronized ?
Collapse
X
-
Hello misova,
Thank you for your post.
The OnBarUpdate() is called for the bar series that the strategy is applied to and the added bar series in the code. Any bar update will call the OnBarUpdate() method, any bar update from a bar series the strategy is applied to or added in the code.
You would use BarsInProgress to determine the series calling the OnBarUpdate(). For information on BarsInProgress please visit the following link: http://www.ninjatrader.com/support/h...inprogress.htm
Please let me know if I may be of further assistance.
-
Thank you, that is what I needed.
Just extreme example to confirm my understanding:
Do I understand it correctly?, that if processing one OnBarUpdate() would take
10 minutes (and trading 1-minute bars), then I would completely slowed down
the whole processing like this:
- 1st OnBarUpdate() -- called immediately, takes 10 mins to finish
- 2nd OnBarUpdate() -- called after finishing previous, starts at T+10min, takes also 10 mins
- 3rd OnBarUpdate() -- called after finishing 2nd, starts at T+20min
- 4th OnBarUpdate -- called after finishing 3rd, starts at T+30min
It is clear, that such extremely heavy processing is not expected, but just to confirm the understanding how things really work under the hood of NT7..Last edited by misova; 12-08-2014, 08:09 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
47 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
15 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment