Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Limitat of the number of entries.
Collapse
X
-
Hello Czarek,
Thank you for your post.
Are you referring to the number of entries at one time? If so, the strategy properties allow you to set EntriesPerDirection which is based on the EntryHandling property. The default value for these properties may be set in State.SetDefaults and the values may be adjusted on the UI when setting up the strategy:- EntriesPerDirection - https://ninjatrader.com/support/help...rdirection.htm
- "Determines the maximum number of entries allowed per direction while a position is active based on the EntryHandling property."
- EntryHandling - https://ninjatrader.com/support/help...ryhandling.htm
- May be set to AllEntries or UniqueEntries
Please let us know if we may be of further assistance.
- EntriesPerDirection - https://ninjatrader.com/support/help...rdirection.htm
-
Hello Czarek,
You would need to accomplish this with logic.
For example you can increment an integer as a counter, and require the integer value to be less than a specific number in the condition that submits the entry.
Below is a link to a forum post that discusses.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
81 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
149 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
79 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
52 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
58 views
0 likes
|
Last Post
|

Comment