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 Mindset, Yesterday, 06:46 AM
        0 responses
        14 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        25 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        16 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        82 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        51 views
        0 likes
        Last Post PaulMohn  
        Working...
        X