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
    Chris L.NinjaTrader Customer Service

    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 hypercube, 03-07-2025, 12:22 AM
      2 responses
      32 views
      0 likes
      Last Post hypercube  
      Started by several, 03-18-2025, 03:53 AM
      19 responses
      265 views
      1 like
      Last Post workfornowork  
      Started by brucerobinson, Today, 07:08 AM
      4 responses
      31 views
      0 likes
      Last Post bltdavid  
      Started by aligator, Today, 06:32 PM
      0 responses
      19 views
      0 likes
      Last Post aligator  
      Started by clarocque1, Yesterday, 08:17 AM
      2 responses
      20 views
      0 likes
      Last Post clarocque1  
      Working...
      X