Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Internal Order Handling Rules look like applied to market order
Collapse
X
-
Hello margandi,
Below is a link to the help guide on Internal Order Handling Rules.
With the error you have specified this would be related to using SetStopLoss(), SetTrailStop(), or SetProfitTarget().
Set() methods that generate orders to exit a position will be ignored if:
•A position is open and an order submitted by an enter method (EnterLongLimit() for example) is active and the order is used to open a position in the opposite direction
•A position is open and an order submitted by a non market order exit method (ExitLongLimit() for example) is active
Are either of these the case in your script?
-
Internal Order Handling Rules look like applied to market order
good day,
i have error of "an Set() method to submit an exit order has been ignored. Please seach on the term"Internal order Handing Rules"
I´ve seen relevant information. As far as :Note: These rules do not apply to market orders, such as ExitLong() or ExitShort().
In my strategy i have just market orders, simpe EnetLong(),ExitLong().
Also i have :
EntriesPerDirection = 1;
EntryHandling = EntryHandling.UniqueEntries;
But my orders have different names:
EnterLong("first");
EnterLong("second").
if i leave just one EnterLong().There is no more error. But when i increase number of entries por direction with one EnterLong(), it also produces error log.
What should i change?Last edited by margandi; 10-09-2019, 03:12 AM.Tags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
52 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
31 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
194 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
355 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
274 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Leave a comment: