Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator hosting
Collapse
X
-
Indicator hosting
I have a strategy which works in backtest mode it hosts multiple indicators which in turn each host a child indicator. In theory is it possible to convert this strategy to realtime mode with minimal effort? The state would move from historical to realtime for both the strategy and the indicators. Also in the backtest the tick replay option is used is there a realtime equivalent?Tags: None
-
Hi mballagan, thanks for writing in.
Test the strategy in the Playback connection to make sure it works in real time. Tick replay is not available in the strategy builder, so you would need to implement a 1 tick series as shown here. Tick replay is used to simulate tick-by-tick data in the historical data run. The equivalent in real time would be running the strategy OnEachTick and that's it, OnBarUpdate will be called on every incoming tick.
Best regards,
-ChrisL
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
44 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment