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 TraderBCL, Today, 04:38 AM
      2 responses
      17 views
      0 likes
      Last Post TraderBCL  
      Started by martin70, 03-24-2023, 04:58 AM
      14 responses
      106 views
      0 likes
      Last Post martin70  
      Started by Radano, 06-10-2021, 01:40 AM
      19 responses
      609 views
      0 likes
      Last Post Radano
      by Radano
       
      Started by KenneGaray, Today, 03:48 AM
      0 responses
      5 views
      0 likes
      Last Post KenneGaray  
      Started by thanajo, 05-04-2021, 02:11 AM
      4 responses
      471 views
      0 likes
      Last Post tradingnasdaqprueba  
      Working...
      X