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 CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            59 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 05-10-2026, 08:12 PM
            0 responses
            34 views
            0 likes
            Last Post CarlTrading  
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            198 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            363 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            282 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X