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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
476 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
254 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
306 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment