Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Use of function

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

    Use of function

    Hi,
    I am new to Ninja trader, and try to adapt my indicator from tradestation easy language to ninja script.
    I would like to create a function lets say example
    such as example[reference] = SMA(Close,Lenght)[reference]
    that could be called into another indicator as for an example

    if(CrossAbove(example[0],0.25))
    indicator = 1;

    But this has not been working for me, any thoughts anyone.
    Regards

    #2
    letaxi, welcome to our forums here - there would be no need to create subfunction in NinjaScript, any indicator would already per default expose a callable method - like the SMA(Close, Period)[bars ago] you cited.

    Please be aware of the contents of this tip though - http://www.ninjatrader.com/support/f...ead.php?t=3170

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    154 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    306 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    244 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    345 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    176 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X