Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Newbie Question - How do I prevent more than one entry per candle?
Collapse
X
-
Newbie Question - How do I prevent more than one entry per candle?
I'm working on a strategy that sometimes reaches its profit target on the entry candle. As soon as the profits are taken the strategy initiates another position (the entry conditions are still true). How do I limit the strategy to one position per bar?
Thanks.Tags: None
-
Hello Cliffg26,
You can use BarsSinceEntryExecution for that purpose.
This reports -1 if no entry had been placed yet, after the first entry it will report a number of bars since the last entry. The condition shown in the help guide would be the requirement to check for both -1 and then the number of bars you wanted to wait for another entry. That allows it to take an initial entry to start working.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
359 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
281 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment