If indicator output data (return value of calculate function) is array with more values and you want to allow calculation of another indicator on it on only on one value then set this to index of value in array
Color names, to be displayed on edit indicator form
Display name of indicator
List of draw functions that can be used with indicator
Input data type required to calculate indicator
Is this a base indicator? Like OHLC, Price or Volume?
Maximum value indicator can hold
Minimum value indicator can hold
Should Indicator be drawn on new grid? Does it has completelly different series of data?
default colors for outputing data -> used on tooltip
Display names on chart
Output data type
Output display data, should be different from null only if data displayed on tooltip should be different then one displayed on chart (returned from calculate function)
Default parameters values
Display names of parameters, to be displayed on edit indicator form
Calculate output data
Generated using TypeDoc
Can we have new indicator based on output data of this indicator?
{boolean}