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

Values from Other Indicators

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

    Values from Other Indicators

    I can't find the name of an indicator that I want to get values from. I have purchased this indicator and it is on my chart. I know that the basic syntax of reading from the indicator is:

    Indicator myIndicator = Indicator ();

    How do I find the name of the indicator? It seems that the name of this indicator starts with a space and has a space in the middle of its name.

    #2
    Originally posted by nedrob519 View Post
    I can't find the name of an indicator that I want to get values from. I have purchased this indicator and it is on my chart. I know that the basic syntax of reading from the indicator is:

    Indicator myIndicator = Indicator ();

    How do I find the name of the indicator? It seems that the name of this indicator starts with a space and has a space in the middle of its name.
    Contact the vendor, to tell you the "class" name. That is the simplest way.

    Whereas it is possible to use Intellisense to get this information, it does require a fair bit of deduction by elimination to do so.

    Comment


      #3
      nedrob519, I would agree with the suggestion to contact the vendor to try getting a sample callable overload for your indicator to us accessing the values.

      Another approach for getting the class name could be trying to set a default value template for the script, this should show the needed name when you right click on the indicator parameters to push them to a default template to use (set default for xxx).
      BertrandNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ageeholdings, Today, 07:43 AM
      0 responses
      6 views
      0 likes
      Last Post ageeholdings  
      Started by pibrew, Today, 06:37 AM
      0 responses
      4 views
      0 likes
      Last Post pibrew
      by pibrew
       
      Started by rbeckmann05, Yesterday, 06:48 PM
      1 response
      14 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      12 views
      0 likes
      Last Post burtoninlondon  
      Working...
      X