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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    56 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    143 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    276 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X