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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    62 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    134 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X