the fastest replay speed i managed to achieve without loosing any timer event is x4 while timer interval was set to 250ms. beyond that some calls are missed.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
fast replay using timer
Collapse
X
-
fast replay using timer
while using a timer, how can i increase replay speed without lose timer events?
the fastest replay speed i managed to achieve without loosing any timer event is x4 while timer interval was set to 250ms. beyond that some calls are missed.Tags: None
-
Your timer is not synchronized to anything, so its being triggered in an accelerated environment is dodgy and unpredictable.Originally posted by savekad View Postwhile using a timer, how can i increase replay speed without lose timer events?
the fastest replay speed i managed to achieve without loosing any timer event is x4 while timer interval was set to 250ms. beyond that some calls are missed.
-
that's right and the only resolution that i know of is a suggestion made by Joydeep - conditioning code not to timer event but to OnMarketData() or other data-chage related events.
thing is that even those are not 100% guaranteed to fire because data is not sure to arrive every second.
any suggestions?
Comment
-
No. the only possibility is to tie things to events that are internally synchronized by NT, such as any of its event-handlers. They are internally synchronized; just uniformly sped up if you accelerate MarketReplay, so all events will fire, pretty much each in individual sequence. Now, it is possible for the inter-event sequencing to change, but that should hardly change the results.Originally posted by savekad View Postthat's right and the only resolution that i know of is a suggestion made by Joydeep - conditioning code not to timer event but to OnMarketData() or other data-chage related events.
thing is that even those are not 100% guaranteed to fire because data is not sure to arrive every second.
any suggestions?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
649 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 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
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
576 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment