Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Return values of an indicator

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

    Return values of an indicator

    Hello
    I am developping a cusotm indicator and went through your 7 examples. Still, one question is open: Where do I define the return value?
    E.g., in your "indicator on indicator" example the return value is a double. But where is this defined? The indicator is only plotted, but it seems a value is returned. What if I want to return an int value? Or if I want to return an array?

    thanks & regards
    Andre

    #2
    Andre,

    You set a value to the plot. The plot value is what is returned when you call the indicator from another indicator or a strategy. That value is always a double since plots hold doubles. If you want to have additional values that are able to be returned you will have to expose those other objects separately. Please see this example: http://www.ninjatrader-support2.com/...ead.php?t=4991
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    174 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    329 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    252 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    355 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    182 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X