Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 bortz, 11-06-2023, 08:04 AM
      47 responses
      1,610 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      9 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      19 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      6 views
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      16 views
      0 likes
      Last Post Javierw.ok  
      Working...
      X