Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AddChartIndicator

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

    AddChartIndicator

    I get an error when I tried to use the AddChartIndicator()

    I followed the method described in:

    https://ninjatrader.com/support/help...8/?seriest.htm

    please see the attached picture...If I comment out the line 65, it compiles without error


    #2
    Hello Mangaldoiya,

    Thanks for your post.

    AddChartIndicator() method is only available for strategies and this is why in the indicator you are getting the error message that AddChartIndicator does not exist in the current context (indicator).
    Reference: https://ninjatrader.com/support/help...tindicator.htm

    To accomplish your goal of plotting the SMA(200) in your indicator, you would need to add another plot using AddPlot() in the indicator.
    Reference: https://ninjatrader.com/support/help...8/?addplot.htm

    You would also need to create the output for the plot in #Region Properties.

    In the OnBarUpdate() you would need to assign the SMA(200)[0] value to the plot.
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    5 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    13 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    11 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    13 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,982 views
    3 likes
    Last Post jhudas88  
    Working...
    X