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 traderqz, Today, 12:06 AM
        10 responses
        18 views
        0 likes
        Last Post traderqz  
        Started by algospoke, 04-17-2024, 06:40 PM
        5 responses
        46 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by arvidvanstaey, Today, 02:19 PM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by mmckinnm, Today, 01:34 PM
        3 responses
        5 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by f.saeidi, Today, 01:32 PM
        2 responses
        9 views
        0 likes
        Last Post f.saeidi  
        Working...
        X