Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

View indicators in strategy analyzer chart

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

    View indicators in strategy analyzer chart

    Can I see historical trades from the strategy on chart with indicators used in strategy? In strategy analyzer charts I can see only trades.

    #2
    Hi nysetrader,

    Yes, you can Add() indicators to your strategy for visualization. There is a check box for this when using the indicator in the strategy wizard. This link can help adding with code:
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thanks Ryan.

      Comment


        #4
        Hi Ryan,

        I have the Add() in my Initialize() method, but the indicators (SMA()) are not displaying when I open the Chart from the Trades tab from a Strategy Analyzer. Could you suggest any further things to look out for?

        Here's my code:

        protected override void Initialize()
        {
        SMA(Fast).Plots[0].Pen.Color = Color.Orange;
        SMA(Slow).Plots[0].Pen.Color = Color.Red;
        Add(SMA(Fast));
        Add(SMA(Slow));
        CalculateOnBarClose = false;

        SetTrailStop(CalculationMode.Ticks, trailStopTicks);
        }

        Comment


          #5
          Yes, this would be unfortunately expected for the SA Chart tab, the added indicators would not be visualized - this would be an expected limitation.

          Comment


            #6
            Thanks for confirming, Bertrand. Any plans to add this to the SA Charts? That is one feature sorely missed from NT 6.5. When one opens the Trades for a backtest, one would want to see the Chart formation at a particular trade - if the indicators not shown in SA, is there any place where we can see the chart and indicators at a specific back-test-trade?

            If nowhere, don't you think this is a huge feature you have dropped from NT6.5 to NT7?

            Thanks!

            Comment


              #7
              abmninja, this would be unfortunately a known limitation for NT7, I've added your request to enhance this to our feedback list (item #222) - agreed a handy one to have. The current workaround would be going through the Chart tab to the trade date / # in question you would like to review.

              Comment


                #8
                Bertrand,
                Thanks for your prompt response and for adding the request for future enhancement. Yes, I am currently using the workaround you suggested, but as you can imagine, it's a huge pain for any non-trivial periods of backtesting. Hope you guys can bring this back to NT at your earliest - it's a MUST HAVE for strategy development. Thanks and have a great day!

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                650 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                370 views
                1 like
                Last Post Geovanny Suaza  
                Started by Mindset, 02-09-2026, 11:44 AM
                0 responses
                109 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                0 responses
                574 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                577 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X