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 CarlTrading, Yesterday, 09:41 PM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        29 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        29 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-25-2026, 09:53 PM
        0 responses
        33 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 03-25-2026, 09:51 PM
        0 responses
        19 views
        0 likes
        Last Post CaptainJack  
        Working...
        X