Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Text and marker labels

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

    Text and marker labels

    So when I load my strategy built in the strategy buildwr it always loads text and marker for trade history that didn’t really happen. It’s like it’s trying to show me what trades it would have taken and it’s not even accurate. I want to see only the real trades it has taken. Is there anyway to do that in the strategy builder?

    #2
    Hi Shiner452, thanks for posting.

    You must unlock the strategy to ignore the historical orders. e.g.

    Code:
    OnBarUpdate()
    {
    
    if(State == State.Historical)
    return;
    If you want the account to sync up to the strategy position, change the Startup behavior to "Wait Until Flat, Synchronize account" or "Immediately Submit, Syncronize account".
    Further details here: https://ninjatrader.com/support/help..._positions.htm

    Kind regards,
    -ChrisL
    Last edited by NinjaTrader_ChrisL; 10-08-2021, 08:51 AM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X