Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem with position tab

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

    Problem with position tab

    HI,

    The following code outputs the position that difers from one shown in Positions tab of Control Center.

    if (FirstTickOfBar){
    Print (Time[0] + "start : "+ Position.MarketPosition + " = " + Position.Quantity );

    Also the oredrs that are placed to exit positions, are exiting acording to position i see in my output and not what i see in a tab

    What am i doing wrong?


    Thanks

    #2
    Am851, when you start a strategy, it goes through all the historical bars and returns a position the strategy thinks it should be in. This is known as a strategy position and it can and will be different from the account position until the strategy is able to synchronize itself. It is a "virtual" position.

    This link explains the differences between account position and strategy position.
    AustinNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    650 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    370 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    577 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X