Indicator
<< Click to Display Table of Contents >> Indicator |
The methods and properties covered in this section are unique to custom indicator development. Indicator configuration properties globally define various behaviors of indicators. All properties have default values and can be overridden by setting them in the OnStateChange() method of the indicator.
Tip: See also the "Common" section for more method and properties which are shared by NinjaScript types |
Adds line objects on a chart. |
|
Adds plot objects that define how an indicator or strategy data series render on a chart. |
|
The number of bars on a chart required before the script plots. |
|
Determines if plot(s) display in the chart data box. |
|
Plots horizontal grid lines on the indicator panel. |
|
Determines the chart panel the draw objects renders. |
|
Plots vertical grid lines on the indicator panel. |
|
A custom TypeConverter class handling the designed behavior of an indicator's property descriptor collection. |
|
If true, any indicator will be only available for charting usage - indicators with this property enabled would for example not be expected to show if called in a SuperDOM or MarketAnalyzer window. |
|
Prevents real-time market data events from being raised while the indicator's hosting feature is in a state that would be considered suspended and not in immediate use by a user. |
|
If true, any indicator plot values display price markers in the y-axis. |
|
Determines if plot(s) values which are set to a Transparent brush display in the chart data box. |