Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

No TraceOrders in Playback

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

    No TraceOrders in Playback

    Hi, I have added the following code to my strategy (actually just a copy of your Sample ATM Strategy), but no order tracing is sent to the output window when using Playback.

    The code from your strategy plus my TraceOrder = True at the end. It compiles fine but nothing happens.

    if (State == State.SetDefaults)
    {
    Description = "SampleATMStrategyStopLoss";
    Name = "SampleATMStrategyStopLoss";
    // This strategy has been designed to take advantage of performance gains in Strategy Analyzer optimizations
    // See the Help Guide for additional information
    IsInstantiatedOnEachOptimizationIteration = false;
    TraceOrders = true;
    }​

    Please advise.

    #2
    Hello sjmuk1,

    Thanks for your post.

    TraceOrders will print information about Managed Approach orders submitted by a strategy such as when the order is submitted, modified, or rejected.

    Atm Strategy Methods are not part of the Managed Approach order methods in the help guide page listed below and TraceOrders will not print to the Output window for strategies that use Atm Strategy Methods.

    Managed Approach: https://ninjatrader.com/support/help...d_approach.htm

    To print information out about the strategy, you would need to use the Atm Strategy Methods to get and print out information as listed in the help guide below.

    Atm Strategy Methods: https://ninjatrader.com/support/help...gy_methods.htm
    Using Atm Strategies in NinjaScript: https://ninjatrader.com/support/help...strategies.htm

    Please let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    104 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    52 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    34 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    38 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    74 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X