Created a strategy and testing on NQ. I enter Long when condition is true. I am using NinzaRenko of 10 bricks. I would like to have the trade entry on the same bar where condition is met. How do I do that? Any guidance? Same on ExitLong condition it is exiting couple of bars after the condition is met.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Condition and Entry on the same bar - how do I do it?
Collapse
X
-
Strategy Condition and Entry on the same bar - how do I do it?
TradeConditionvsEntry_080623.docxHi pls see the attached word doc.
Created a strategy and testing on NQ. I enter Long when condition is true. I am using NinzaRenko of 10 bricks. I would like to have the trade entry on the same bar where condition is met. How do I do that? Any guidance? Same on ExitLong condition it is exiting couple of bars after the condition is met.Last edited by tanagoswami; 08-06-2023, 06:35 AM. -
Hello tanagoswami,
In Real-time (State == State.Realtime) you can have actions be triggered intra-bar by setting Calculate to 'On each tick' or 'On price change'.
In historical, TickReplay must be enabled, and 1-tick intra-bar granularity implemented.
However, TickReplay may not work with this custom bar type, if the bar type is IsRemoveLastBarSupported. Which means this may not be possible.
"Note: The system bar types "Line Break" and "Renko" cannot be used with Tick Replay and as a result, the Tick Replay option will be disabled when configured with those bar types. There may be other 3rd party bar types which may also disable Tick Replay by design. If you are a developer, please see the property IsRemoveLastBarSupported for more information."
Either check the bar type code for IsRemoveLastBarSupported or check with the vendor or developer that has provided you with this custom software.
Hi Support I really could use some help from your guys. I have created a strategy based on the unirenko bars and the Fisher Transform indicator. I have led the strategy run the whole night, and when I then compare the strategy performance on the chart that has been running the whole night, and with a new duplicated chart withChelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
55 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
132 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|
Comment