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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      142 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      81 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      125 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      119 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      98 views
      0 likes
      Last Post CarlTrading  
      Working...
      X