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 futurenow, 12-06-2021, 05:49 PM
      18 responses
      878 views
      0 likes
      Last Post dj0ntz
      by dj0ntz
       
      Started by nailz420, 05-14-2025, 09:14 AM
      1 response
      117 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Started by NinjaTrader_Brett, 05-12-2025, 03:19 PM
      0 responses
      521 views
      1 like
      Last Post NinjaTrader_Brett  
      Started by domjabs, 05-12-2025, 01:55 PM
      2 responses
      84 views
      0 likes
      Last Post domjabs
      by domjabs
       
      Started by Morning Cup Of Trades, 05-12-2025, 11:50 AM
      1 response
      122 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Working...
      X