Skip to content

Installing the SMACD Indicator

Neil McGuire edited this page Jun 13, 2020 · 1 revision

To install an indicator, follow these steps:

For this demo, we will use the SMACD indicator.

  1. From the Control Center, choose New -> NinjaScript Editor.
  2. Right-click on Indicators and choose New Indicator.
  3. Click Next.
  4. Type in the name of the indicator and click Generate.
  5. Browse to the source file on Github and click Raw to open a page with only the code in it.
  6. Use Control + A (or any other method you know) to select all of the source code.
  7. Copy the source code.
  8. Back in the NinjaScript Editor, select all of the text and Paste.
  9. Save the file.
  10. Compile by pressing F5 or clicking this icon at the top.
  11. The indicator should now appear in the list of indicators you can add to a chart, like this:
Clone this wiki locally