Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem with PositionAccount in strategy.

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

    Problem with PositionAccount in strategy.

    Hi, i'm using version 8.0.28.0 64-bit.
    PositionAccount.MarketPosition and PositionAccount.Quantity don't work as expected(on SIM or IB TWS).

    Case 1 to reproduce:
    1. OnBarUpdate Add Print status
      Code:
      " Print(PositionAccount.MarketPosition.ToString() + " " + PositionAccount.Quantity.ToString());​"
    2. When start strategy I don't have opened position on account.
    3. When strategy is running I open position via broker terminal or NT ChartTrader
    4. Code print always that market Position is flat and Quantity is 0

    Case 2 to reproduce:
    1. When start strategy I have opened position on account.
    2. Code print correct information about position
    3. When strategy is running I close position via broker terminal or NT ChartTrader
    4. Code print always that market Potion is previous status and previous quantity

    Seems like PositionAccount for Strategy Updated only when strategy started, after does not updated.

    How can I retrieve real data in real-time?

    #2
    Hello, thanks for writing in. PositionAccount is working for me. I attached my test script if you would like to try this out. Please make sure you are running the supported version of TWS/Gateway. They can be downloaded here:
    Attached Files

    Comment


      #3
      Thanks! I found my mistake. I try to access data from UI thread, and I think it was a problem.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      108 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      55 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      37 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      38 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      75 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X