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

Printing Indicator Variables

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

  • MojoJojo
    replied
    By using reflection all the properties with the Display attribute can be found.
    https://stackoverflow.com/questions/...iven-attribute
    After that use reflection to get the value of each property.

    Leave a comment:


  • chrismcdermut
    replied
    Thank you so much for this information.

    Is there a way to see what variables are exposed from the indicator?

    Leave a comment:


  • NinjaTrader_Kate
    replied
    Hello chrismcdermut,

    Thank you for your post.

    Not all variables within an indicator may be accessed from other scripts - plots would generally be exposed, and other variables can be specifically programmed to be exposed. Adding the indicator to a chart and seeing what plots are available from the indicator would be helpful. If you can see the code for the indicator in the NinjaScript Editor, you can take a look at that; however, if the indicator is part of a compiled assembly you wouldn't have that option. You can also try using it in the Strategy Builder to see what information is exposed from it.

    Please let us know if we may be of further assistance to you.

    Leave a comment:


  • chrismcdermut
    started a topic Printing Indicator Variables

    Printing Indicator Variables

    Hello, I am trying to figure out how to know what the variable names are available from an indicator I am using. I am able to print Open/High/Close/Low but do not know what the variable names are in a streamwriter addon script I am writing.

    How do i know what the variable names are from the indicator to use in the script?

Latest Posts

Collapse

Topics Statistics Last Post
Started by gbourque, Today, 06:39 AM
2 responses
4 views
0 likes
Last Post gbourque  
Started by cre8able, Yesterday, 07:24 PM
1 response
13 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by cocoescala, 10-12-2018, 11:02 PM
6 responses
939 views
0 likes
Last Post Jquiroz1975  
Started by cmtjoancolmenero, Yesterday, 03:58 PM
1 response
17 views
0 likes
Last Post NinjaTrader_Gaby  
Started by benmarkal, Yesterday, 12:52 PM
3 responses
23 views
0 likes
Last Post NinjaTrader_Gaby  
Working...
X