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 BarzTrading, Today, 07:25 AM
        2 responses
        21 views
        1 like
        Last Post BarzTrading  
        Started by devatechnologies, 04-14-2024, 02:58 PM
        3 responses
        20 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by tkaboris, Today, 08:01 AM
        0 responses
        4 views
        0 likes
        Last Post tkaboris  
        Started by EB Worx, 04-04-2023, 02:34 AM
        7 responses
        163 views
        0 likes
        Last Post VFI26
        by VFI26
         
        Started by Mizzouman1, Today, 07:35 AM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X