Announcement

Collapse
No announcement yet.

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.

    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.

        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.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by NullPointStrategies, Yesterday, 05:17 AM
            0 responses
            63 views
            0 likes
            Last Post NullPointStrategies  
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            139 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            75 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            45 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            50 views
            0 likes
            Last Post TheRealMorford  
            Working...
            X