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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      54 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      25 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      17 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      24 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X