Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AddChartIndicator

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

  • NinjaTrader_PaulH
    replied
    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.

    Leave a comment:


  • Mangaldoiya
    started a topic AddChartIndicator

    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

Latest Posts

Collapse

Topics Statistics Last Post
Started by benmarkal, Yesterday, 12:52 PM
3 responses
22 views
0 likes
Last Post NinjaTrader_Gaby  
Started by helpwanted, Today, 03:06 AM
1 response
18 views
0 likes
Last Post sarafuenonly123  
Started by Brevo, Today, 01:45 AM
0 responses
11 views
0 likes
Last Post Brevo
by Brevo
 
Started by aussugardefender, Today, 01:07 AM
0 responses
6 views
0 likes
Last Post aussugardefender  
Started by pvincent, 06-23-2022, 12:53 PM
14 responses
244 views
0 likes
Last Post Nyman
by Nyman
 
Working...
X