entryOrderShort1 = EnterShortStop(0, true, varQuantity, sigPrice, "MyEntryShort1"); entryOrderShort2 = EnterShortStop(0, true, varQuantity, sigPrice, "MyEntryShort2"); entryOrderShort3 = EnterShortStop(0, true, varQuantity, sigPrice, "MyEntryShort3");
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
3x EnterShortStop() - only first submits
Collapse
X
-
3x EnterShortStop() - only first submits
What can be cause of not submit second and third order?
In logs, there are only records for MyEntryShort1 (Pending ->Accepted ->Working). For other orders there is nothing. Strange.Code:Tags: None
-
Make sure your EntriesPerDirection is at least 3Originally posted by Argo1 View PostWhat can be cause of not submit second and third order?
In logs, there are only records for MyEntryShort1 (Pending ->Accepted ->Working). For other orders there is nothing. Strange.Code:entryOrderShort1 = EnterShortStop(0, true, varQuantity, sigPrice, "MyEntryShort1"); entryOrderShort2 = EnterShortStop(0, true, varQuantity, sigPrice, "MyEntryShort2"); entryOrderShort3 = EnterShortStop(0, true, varQuantity, sigPrice, "MyEntryShort3");
or entry handling = "UniqueEntries"
Comment
-
The rules will never be hit simply from having three short orders. It is in conjunction with some other part of your strategy that the rules are hit if they are.
You can view the various rules here: http://www.ninjatrader-support.com/H...tml?Overview36Josh P.NinjaTrader Customer Service
Comment
-
I agree with Argo: this order handling rules even prohibit basic entry strategies as breakout from a low volatility range with a double-sided stop order.Originally posted by NinjaTrader_Josh View PostThe rules will never be hit simply from having three short orders. It is in conjunction with some other part of your strategy that the rules are hit if they are.
You can view the various rules here: http://www.ninjatrader-support.com/H...tml?Overview36
I know that it will be possible with v.7 to submit orders directly. But IMHO the more efficient way would have been to simply abandon this limitating rules.
This, together with the missing possibility of executing portfolio backtests, are IMHO the two big limitations of NT, that I like very much in other respects.
Comment
-
There are many reasons the rules have to be in place. You cannot submit simultaneous working orders in opposite directions of the market. If you want this behavior, just submit one order. When price moves closer to the opposite's direction, cancel the first and submit the second. If it reverses back up, cancel the 2nd and resubmit the first.Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 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
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment