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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    55 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    132 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X