Built-in Tools
Built-in Tools
Indicator Tutorial 5
A major part of the indicator can be reused by other indicators. The application includes tools folder with a set of reusable classes and functions. Indicators can import them via require construction of Javascript.
For example, our EMA can be rewritten as this one:
Source codes of the tools folder are available via the Code Explorer module of the application.

