IsChartOnly
<< Click to Display Table of Contents >> IsChartOnly |
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.
This property returns true if the indicator can only be used on a chart; otherwise, false. Default set to false.
Warning: This property should ONLY bet set from the OnStateChange() method during State.SetDefaults or State.Configure |
IsChartOnly
protected override void OnStateChange() |