Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Delay a new entry after the last exit.
Collapse
X
-
Delay a new entry after the last exit.
I'm having an issue with a startegy i built using strategy builder. How do I make sure my strategy doesn't take another trade right after exiting one with a stop loss or profit target? Say for X number of bars. The issue I am having is my strategy takes another trade right after exiting one because the entry signal might still be true but might be too extended and thus risky. I have Set 1 for long and Set 2 for short. I do not want the strategy to take a trade, either long or short, for X number of bars. I tried BarsSinceEntryExecution(), picture attached, one for long and another for short but still takes another trade right after exiting.1 PhotoTags: None
-
Hello AtradeAday,
I would expect BarsSinceExitExecution to be the right direction.
If you print BarsSinceExitExecution to the output window with the bar date time, is this value less than 10 when the entry condition evaluates as true?
Below is a link to a forum post that demonstrates printing to understand behavior and includes a video with the strategy builder.
Please save the output from the output window to a text file and attach this to your next post.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
45 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment