Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Different Results between strategy analyzer and running strategy live
Collapse
X
-
Hello samish18,
Thanks for your response.
I looked at the code for LineBreak and it does utilize IsRemoveLastBarSupported similar to Renko (although this is not mentioned in the Help Guide page for backtesting considerations).
You are correct, they are similar to Renko in that they can change the open price after the bar is formed. This wouldn't work well for backtesting and is not compatible with Tick Replay.
If you want to backtest using Line Break charts, it may be better to do backtesting using Playback with Market Replay for higher accuracy.
Comment
-
Hello samish18,
You can always try implementing intrabar granularity to try to get more accurate results by submitting orders to a more granular series.
However as mentioned, since LineBreak bars use IsRemoveLastBarSupported like Renko they are also not ideal for backtest and are very difficult to simulate historically.
The other would be to use the Playback Connection with Market Replay data, this would simulate getting real-time data from the data that you have either recorded/downloaded.
Comment
-
Hello,
It is likely that the Close will remain the same if the ticks that built the bar are exactly the same. However, it is possible that ticks can be included with different bars because of the time stamp or that the real-time ticks are different than the historical ticks, which could cause a different Close.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 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