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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    54 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    72 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X