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 CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    56 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    34 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    195 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    359 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    281 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X