Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Virtual trades NT8

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

    #16
    Hello bergimax,

    You will not be able to obtain the cumulative profit from the other account.

    The strategy is not managing the orders that were placed on the other account.
    Zachary G.NinjaTrader Customer Service

    Comment


      #17
      Hi ZacharyG!
      I have another problem with the change order!

      I use this to change the order, but it doesn't work:

      if( positin == long )
      {
      ChangeOrder( stopOrder, stopOrder.Quantity, avgPrice - 1 * TickSize, avgPrice - 1 * TickSize );
      myAccount.Change( new[] { stopOrder } );
      }


      This is in OnBarUpdate(). If i put the Print("move") under myAccount.Change, in the output condition i see "move".

      I think there is something in the change order rule's that i don't understand.

      Comment


        #18
        Hello bergimax,

        Testing on my end, I am able to change the price of a stop order that was placed on the second account.

        Please take a look at the Change() method's documentation. It provides an example of how the stop price for the order is modified: http://ninjatrader.com/support/helpG...us/?change.htm
        Zachary G.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        673 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        379 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        111 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        578 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        582 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X