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

Nbr of Contracts ?

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

    Nbr of Contracts ?

    In live trading, how do I get the number of contracts that my strategy currently has positions on? That is, my strategy might buy a few contracts, then sell a few contracts. So, how do I find out how many contracts my account is holding at any given time? (Yes, there is "OnPositionUpdate()", but is that giving actual, current account status?)

    #2
    Hello spottysallrite,

    You can use Position.Quantity to get the current quantity of contracts that the strategy has.

    JesseNinjaTrader Customer Service

    Comment


      #3
      Thanks, but is there any way to find out how many contracts are being held by any particular account? That is, I know how to access (in the strategy) what the current account balance is. So, seems like there would be a similar way to find out how many contracts the account is holding. No ?

      Comment


        #4
        Hello spottysallrite,

        You can also use the PositionAccount object to see the account position but that may contain contracts your strategy does not manage.
        JesseNinjaTrader Customer Service

        Comment


          #5
          Ok, but how do I know which account "PositionAccount" is referencing ?

          Comment


            #6
            Hello spottysallrite,

            That would be the account you selected when you applied the strategy to it.
            JesseNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by ezekilany, Today, 01:10 AM
            0 responses
            3 views
            0 likes
            Last Post ezekilany  
            Started by usjavaburn, Today, 12:59 AM
            0 responses
            3 views
            0 likes
            Last Post usjavaburn  
            Started by heatherjmarshalls, Today, 12:56 AM
            0 responses
            2 views
            0 likes
            Last Post heatherjmarshalls  
            Started by Nicholewatkinsi, Yesterday, 10:53 PM
            0 responses
            6 views
            0 likes
            Last Post Nicholewatkinsi  
            Started by dward123, 01-02-2024, 09:59 PM
            4 responses
            176 views
            0 likes
            Last Post Lancer
            by Lancer
             
            Working...
            X