Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Account Positions

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

    Account Positions

    Is there an accessible property to return REAL account positions within a NinjaScript Strategy?

    The value I'm looking for is the same as displayed in the SuperDom.



    Json


    #2
    imported post

    See this thread - http://ninjatrader.mywowbb.com/forum3/1774.html
    RayNinjaTrader Customer Service

    Comment


      #3
      imported post

      Tried -

      Cbi.Position myPosition = Account.Positions.FindByInstrument(Instrument);
      if (myPosition != null)
      Print(myPosition.Quantity);
      else
      Print("There is no position");

      Log Showed -

      Error on calling 'OnBarUpdate' method for strategy 'Test': Object reference not set to an instance of an object.

      Comment


        #4
        imported post

        I just applied the code lines below to a blank sample strategy no problem. -> The issue you experienced likely is related to something different.

        Please try finding the cause by (a) eliminating the other code from your strategu or (b) building a new startegy, coping code below first and then adding you other custom code step by step.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        238 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        383 views
        1 like
        Last Post Gavini
        by Gavini
         
        Started by oviejo, Today, 12:28 AM
        0 responses
        1 view
        0 likes
        Last Post oviejo
        by oviejo
         
        Started by pechtri, 06-22-2023, 02:31 AM
        10 responses
        125 views
        0 likes
        Last Post Leeroy_Jenkins  
        Started by judysamnt7, 03-13-2023, 09:11 AM
        4 responses
        59 views
        0 likes
        Last Post DynamicTest  
        Working...
        X