Whether this is NT7 or NT8, the screen you showed is for user input parameters that show up when you are in an indicator's properties screen in a chart.
If you are using NT7, you will actually want to launch the strategy wizard to pull code from. You can do so by visiting the NT7 Control Center -> Tools -> New NinjaScript -> Strategy . This wizard is much more robust, and most of the code you generate can be used directly in an indicator. To view your Indicator's source, from the screen you showed me, simply click Next -> Next -> Next -> Finish.
If, on the other hand, you would like to build an NT8 strategy, you can start a more robust Indicator wizard from the NT8 Control Center -> New -> NinjaScript Editor -> Right-click Indicators on the right -> New Indicator -> Give this indicator a unique name -> Next . From here, you can follow the wizard instructions here, http://ninjatrader.com/support/helpG...?ns_wizard.htm , using context sensitive help (select an element to learn about and press F1) as needed. We are happy to answer any questions specific to the wizard we can. You will also want to create a Strategy Builder by visiting New -> Strategy Builder . This will give you something to pull more complicated code samples from. You can view your indicator's source once you are done with the wizard by clicking "Generate".
This is some advice I give people often that are new to NinjaScript.
a link to our help guide can be found below: http://www.ninjatrader.com/support/h...?tutorials.htm
I am also linking you to the educational resources section of the help guide to help you get started with NinjaScript:
You will find reference samples online as well as some tips and tricks for both indicators and strategies:
These samples can be downloaded, installed and modified from NinjaTrader and hopefully serve as a good base for your custom works.
There is a also a growing library of user submitted custom indicators (100+) and strategies that can be downloaded from our support form. Please look in the NinjaScript file sharing section of our support forum as you may find what you are looking for there: http://www.ninjatrader.com/support/f...splay.php?f=37
Finally, the following link is to our help guide with an alphabetical reference list to all supported methods, properties, and objects that are used in NinjaScript.
With regard to this,

Comment