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 kinfxhk, 07-14-2026, 09:39 AM
            0 responses
            17 views
            0 likes
            Last Post kinfxhk
            by kinfxhk
             
            Started by kinfxhk, 07-13-2026, 10:18 AM
            0 responses
            59 views
            0 likes
            Last Post kinfxhk
            by kinfxhk
             
            Started by kinfxhk, 07-13-2026, 09:50 AM
            0 responses
            43 views
            0 likes
            Last Post kinfxhk
            by kinfxhk
             
            Started by kinfxhk, 07-13-2026, 07:21 AM
            0 responses
            47 views
            0 likes
            Last Post kinfxhk
            by kinfxhk
             
            Started by kinfxhk, 07-11-2026, 02:11 AM
            0 responses
            38 views
            0 likes
            Last Post kinfxhk
            by kinfxhk
             
            Working...
            X