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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    210 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    120 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    145 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    227 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    188 views
    0 likes
    Last Post CarlTrading  
    Working...
    X