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, 05-11-2026, 05:56 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    32 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    195 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    359 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    278 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X