Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Set the number of trades for a strategy
Collapse
X
-
Hello henryd333,
Thank you for your post.
You would be able to set the quantity of an order placed by a strategy using the 'quantity' parameter when calling something like EnterLong()/EnterShort().
EnterLong(int quantity, string signalName)
A good example of this could be seen using the Strategy Builder. Open a New > Strategy Builder window, navigate to the Conditions and Actions screen, click 'add' in the Actions section, open the Order Management folder, select 'Enter long position', then set the quantity using the Quantity field, and click OK. You could then view the code that places a long entry order with a specified quantity by clicking the 'View code' button.
See the help guide documentation below for more information.
EnterLong() - https://ninjatrader.com/support/help.../enterlong.htm
Strategy Builder Actions - https://ninjatrader.com/support/help...MarketPosition
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Hello henryd333,
Thank you for your note.
Please refer to the SampleTradeLimiter example in the Help Guide linked below which demonstrates:- Resetting a variable at the beginning of a new trading session
- Limiting the number of trades a strategy can make per trading session
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
39 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
64 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment