Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Internal Order Handling Rules look like applied to market order

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NinjaTrader_ChelseaB
    replied
    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?

    Leave a comment:


  • 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.

Latest Posts

Collapse

Topics Statistics Last Post
Started by burtoninlondon, Today, 12:38 AM
0 responses
2 views
0 likes
Last Post burtoninlondon  
Started by AaronKoRn, Yesterday, 09:49 PM
0 responses
11 views
0 likes
Last Post AaronKoRn  
Started by carnitron, Yesterday, 08:42 PM
0 responses
11 views
0 likes
Last Post carnitron  
Started by strategist007, Yesterday, 07:51 PM
0 responses
12 views
0 likes
Last Post strategist007  
Started by StockTrader88, 03-06-2021, 08:58 AM
44 responses
3,982 views
3 likes
Last Post jhudas88  
Working...
X