Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Strategy Analyzer: Does not show default chart

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

    Strategy Analyzer: Does not show default chart

    NT7

    When I run strategy analyzer, and then want to cursor through the symbols that were traded, and see the related chart below:

    The chart does not load the default indicators that I have inserted and saved as default chart template. It shows the charts with no indicators at all.

    Please help.
    Last edited by stevenev1; 04-14-2017, 11:17 AM.

    #2
    Hello stevenev1,

    In the strategy analyzer when you run a strategy and display the chart, indicators will only be displayed on the chart if the strategy calls the indicator with AddChartIndicator or sets a plot. Chart templates are not applicable on the chart within the SA. See the SampleMACross strategy within NinjaTrader for an example of AddChartIndicator.

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      I figured it out after a bit of google search Answer is here.



      Sorry to bother.

      Comment


        #4
        Thanks Alan.

        I used this idea from the other referenced thread and it works!

        protected override void Initialize()
        {


        this.Indicators.Add(this.EMA(20));

        }

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by proptrade13, Today, 11:06 AM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by quantismo, 04-17-2024, 05:13 PM
        4 responses
        30 views
        0 likes
        Last Post quantismo  
        Started by love2code2trade, 04-17-2024, 01:45 PM
        4 responses
        31 views
        0 likes
        Last Post love2code2trade  
        Started by cls71, Today, 04:45 AM
        2 responses
        10 views
        0 likes
        Last Post eDanny
        by eDanny
         
        Started by kulwinder73, Today, 10:31 AM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Erick  
        Working...
        X