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 frslvr, 04-11-2024, 07:26 AM
        6 responses
        105 views
        1 like
        Last Post NinjaTrader_BrandonH  
        Started by trilliantrader, 04-18-2024, 08:16 AM
        6 responses
        26 views
        0 likes
        Last Post trilliantrader  
        Started by arvidvanstaey, Yesterday, 02:19 PM
        5 responses
        14 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Rapine Heihei, Yesterday, 08:25 PM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Mongo, Yesterday, 11:05 AM
        6 responses
        27 views
        0 likes
        Last Post Mongo
        by Mongo
         
        Working...
        X