Help me please to sort the following question out. Is there a way to get entry at some intrabar moment when backtesting with disabled Tick Replay option? By default the strategy place entry marker at the 1st tick of the next bar in historical mode. What if I use some secondary 1-tick chart that can be added with using of AddDataSeries(BarsPeriodType.Tick, 1) method? Will it help me to place the order at the specific place of primary bar when BarInProgress = 1?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Intrabar entry in Backtest
Collapse
X
-
Intrabar entry in Backtest
Hello NT8.
Help me please to sort the following question out. Is there a way to get entry at some intrabar moment when backtesting with disabled Tick Replay option? By default the strategy place entry marker at the 1st tick of the next bar in historical mode. What if I use some secondary 1-tick chart that can be added with using of AddDataSeries(BarsPeriodType.Tick, 1) method? Will it help me to place the order at the specific place of primary bar when BarInProgress = 1?Tags: None
-
Hello PopovDS,
You can add a data series with AddDataSeries() and place orders to that 1 tick series while that BarsInProgress is updating OnBarUpdate().
Note, any primary bar indicators would not be changing value while that 1 tick series progresses (until a primary bar closes) without TickReplay enabled.
Below is a link to the reference sample which demonstrates adding a 1 tick series and placing orders to it.
As well as a link to a guide on 1-tick intra-bar granularity.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
24 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
120 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 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