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