Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
also number of contrat
Collapse
X
-
Hello Yesiam,
You can hard code the Quantity for any order in the Enter method overload parameters.
For example:
EnterLong(2, "myEntry");
EnterLong(int quantity, string signalName)
This would place an order with a contract size of 2.
You can also set the Default quantity when starting a script in the Strategy Parameters.
To do this set 'Set order quantity' to 'Default Quantity', and set a quantity.
Chelsea B.NinjaTrader Customer Service
-
Hello Yesiam,
Thank you for your response.
Please see my response at the following link: http://ninjatrader.com/support/forum...86&postcount=4
You can specify the order quantity in the order methods.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
7 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
41 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment