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

Displaying plot of indicator used for computation.

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

    Displaying plot of indicator used for computation.

    I have a piece of code like :
    Code:
    double val = SMA(myDataSeries,10)[0] ;
    where myDataSeries is filled by the values computed by my code. For certain reason I would like to see a plot of SMA on my chart. Is it possible to do it programatically ?

    #2
    Originally posted by xTrader1 View Post
    I have a piece of code like :
    Code:
    double val = SMA(myDataSeries,10)[0] ;
    where myDataSeries is filled by the values computed by my code. For certain reason I would like to see a plot of SMA on my chart. Is it possible to do it programatically ?
    Create a Plot and Set the values to val?

    Comment


      #3
      Originally posted by koganam View Post
      Create a Plot and Set the values to val?
      Thanks, I know about, my example was improper, as SMA has only one plot. I'm using an indicator, which has a lot of plots, so getting their values and creating their plots in invoking indicator would be lengthy. Does somebody know a better trick ?

      Comment


        #4
        Hello xTrader1,

        Thank you for your post.

        Koganam is correct, you would need to create a plot. There is no other method to do this in an indicator's code. However, the Add() method in the strategy code will add the plot for the indicator added through the Add() method.

        For information on the Add() method in your strategy code please visit the following link: http://www.ninjatrader.com/support/h...s/nt7/add2.htm

        Please let me know if I may be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by cre8able, Today, 01:16 PM
        2 responses
        9 views
        0 likes
        Last Post cre8able  
        Started by chbruno, 04-24-2024, 04:10 PM
        3 responses
        48 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by samish18, Today, 01:01 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by WHICKED, Today, 12:56 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by WHICKED, Today, 12:45 PM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X