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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    80 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X