Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Setting the number of contracts to trade with a parameter
Collapse
X
-
Hello DenMan,
Thanks for writing in and I am happy to assist you.
The Enter methods have overloads where you can set the quantity. For example the EnterLong overloads below have a quantity parameter where you can set an appropriate quantity.
EnterLong(int quantity)
EnterLong(int quantity, string signalName)
EnterLong(int barsInProgressIndex, int quantity, string signalName)
This is true for any Enter/Exit methods
Please let me know if I can assist you any further.JoydeepNinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
574 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment