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 yertle, Yesterday, 08:38 AM
      7 responses
      28 views
      0 likes
      Last Post yertle
      by yertle
       
      Started by bmartz, 03-12-2024, 06:12 AM
      2 responses
      21 views
      0 likes
      Last Post bmartz
      by bmartz
       
      Started by funk10101, Today, 12:02 AM
      0 responses
      5 views
      0 likes
      Last Post funk10101  
      Started by gravdigaz6, Yesterday, 11:40 PM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by MarianApalaghiei, Yesterday, 10:49 PM
      3 responses
      11 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X