Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How many days does Tick Replay load?
Collapse
X
-
How many days does Tick Replay load?
What dictates how many days of ticks are replayed when Tick Replay is in use? Is there a way for a Custom Indicator to set the number of days? I'm trying to build an indicator that calculates on 1 minute bars for history prior to 3 days ago. Then calculate using tick data for the last 3 days. -
Hello swcooke,
TickReplay will load historical Tick data for all days loading of the primary series.
There is not a way to load different amounts of tick data and have this not match the primary series with TickReplay.
The Days to load in the Data Series will control the amount of historical data loading for the primary series and for the historical tick data with TickReplay.Chelsea B.NinjaTrader Customer Service
-
Is there a way to load a single tick series with 3 days history and process that through OnBarUpdate without turning on Tick Replay? This way I can control how much tick data I want to process without having to replay all of the main instrument which really slows things down. It seems like when I try this, Tick Replay automatically gets checked which is what I am trying to avoid.
Comment
-
Hello swcooke,
This would not really be possible with AddDataSeries(). This will also load the same amount of days (or number of bars as the primary series).
Below is a link to a forum post about adding a 1 tick series.
A BarsRequest would allow you to call data out of sync. However, this cannot be supplied to indicators and this would not be in sync with the primary series OnBarUpdate().
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 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
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment