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 lakman184, 03-24-2024, 01:30 PM
        7 responses
        34 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by MrAdamSK, 04-02-2024, 11:25 PM
        2 responses
        40 views
        0 likes
        Last Post Marcos De Luca  
        Started by DawnTreader, 05-08-2024, 05:58 PM
        20 responses
        79 views
        0 likes
        Last Post DawnTreader  
        Started by llanqui, Yesterday, 10:29 AM
        5 responses
        26 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by lorem, 04-25-2024, 09:18 AM
        14 responses
        61 views
        0 likes
        Last Post lorem
        by lorem
         
        Working...
        X