Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to submit unmanaged orders in a strategy - having trouble

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

    How to submit unmanaged orders in a strategy - having trouble

    Hi NT,

    please see the first picture - it provides that I am including "IsUnmanaged = true;" in the SetDefaults section, and that I would like to submit an order in the OnBarUpdate section, however, the trades still appear as a position for the strategy after they've been traded, but I am trying to avoid this. In that once the UnManagedTrade goes through, it still says "1L" under the position column in my strategy tab on the control center, but I want to avoid this - I want the order to be submitted outside of the strategy (which is what i thought unmanaged orders did, unless I have that wrong). looking for some help, thank you!
    Attached Files

    #2
    Hello Austiner87,

    The unmanaged approach would not prevent the strategy position from changing, as these orders still effect the strategy.

    To place orders outside of the strategy, it would be necessary to use the addon approach and send the orders through the Account with <Account>.CreateOrder() and <Account>.Submit().
    Note, orders can only be placed to the account during State.Realtime.

    Below are links to the help guide.

    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X