Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Detailed manual

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

    Detailed manual

    Where I can see detailed manual for programming Ninja script?
    Few days ago I starting learning Ninja script. Today I download strategy and begin learning syntax. I stopped on this raws:
    Code:
    Add(DM(DmiPeriods));
                Add(SMA(MAPeriods));
    In the reference I see other syntax:
    Code:
    Add(string instrumentName, PeriodType periodType, int period)
    Add(string instrumentName, PeriodType periodType, int period, MarketDataType marketDataType)
    As can see by link method Add() have 3 or 4 params, and don't talk aboute override. Becouse in the stretegy's raws, that I write use only 1 parameter? Where in the documentations I can see that?

    #2
    Hello hozman,

    Thank you for your inquiry.

    What this is doing is adding an Indicator only for the purposes of displaying it on the chart. If you type Add into the NinjaScript editor, you can see that this method has four overrides listed in the Intellisense:


    The NinjaTrader help guide has a handy alphabetical reference for NinjaScript: http://www.ninjatrader.com/support/h..._reference.htm

    Please, let us know if we may be of further assistance!
    Zachary G.NinjaTrader Customer Service

    Comment


      #3
      NinjaTrader_ZacharyG, Thank You, I'm understand this.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X