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 Waxavi, Today, 02:10 AM
        0 responses
        3 views
        0 likes
        Last Post Waxavi
        by Waxavi
         
        Started by TradeForge, Today, 02:09 AM
        0 responses
        8 views
        0 likes
        Last Post TradeForge  
        Started by Waxavi, Today, 02:00 AM
        0 responses
        2 views
        0 likes
        Last Post Waxavi
        by Waxavi
         
        Started by elirion, Today, 01:36 AM
        0 responses
        4 views
        0 likes
        Last Post elirion
        by elirion
         
        Started by gentlebenthebear, Today, 01:30 AM
        0 responses
        4 views
        0 likes
        Last Post gentlebenthebear  
        Working...
        X