Click or drag to resize

IndicatorBase Properties

The IndicatorBase type exposes the following members.

Properties
 NameDescription
Public propertyAxisOrientationAxisOrientation
(Inherited from ChartVisualBase)
Public propertyBarsArray Gets the Bars array
Protected propertyBarsInProgress Gets the index of the current Bars calling the OnBarUpdate method
Public propertyBufferSize Gets or sets the buffer size. This property can be set only when the State is in Initialize state
Public propertyCalculate Gets or sets the Calculate mode. This property can be set only when the State is in Initialize state
Protected propertyClose Gets the Close price series of the BarsInProgress
Protected propertyCloses Gets the close series array
Public propertyCount 
Protected propertyCurrentBar Gets the current bar of the bars in progress
Public propertyCurrentBars Gets the current bars
Public propertyDebounceInterval Debounce interval
(Inherited from ChartVisualBase)
Protected propertyDialogService Opens a IDialogService dialog
(Inherited from ServiceBase)
Protected propertyDispatcher Gets the dispatcher
(Inherited from SharpScriptBase)
Public propertyDisplayName Gets the display name
(Overrides SharpScriptBaseDisplayName)
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Protected propertyFileService Opens a IFileService dialog
(Inherited from ServiceBase)
Public propertyHasLevel1Stream Has Level-I stream
(Inherited from ChartVisualBase)
Public propertyHasLevel2Stream Has Level-II stream
(Inherited from ChartVisualBase)
Protected propertyHigh Gets the High price seris of the BarsInProgress
Public propertyHighestHigh Highest high of the plot series
(Overrides ChartVisualBaseHighestHigh)
Protected propertyHighs Gets the high series array
Public propertyIndicators Gets the child indicators
Public propertyInput Gets the input series
Protected propertyInstrument Gets the IInstrument of the BarsInProgress
Public propertyInstruments Gets the Instruments array
Public propertyIsAutoScale Is autoscale
(Inherited from ChartVisualBase)
Protected propertyIsFirstTickOfBar Is first tick of bar of the bars in progress
Public propertyIsFirstTickOfBars Is first tick of the bars
Public propertyIsFormattedText If set to true, the indicator plot value are printed (e.g. in YAxis) as formatted text
Public propertyIsSelected Is the object selected or not
(Overrides ChartVisualBaseIsSelected)
Public propertyIsSharpScript Gets if the drawing object is created by a sharpScript code
(Inherited from ChartVisualBase)
Protected propertyIsValueChanged
(Inherited from ChartVisualBase)
Public propertyIsVisible Is series visible
(Inherited from ChartVisualBase)
Public propertyItemInt32 Gets the value of the series at the specified index
Public propertyItemString Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyLast 
Protected propertyLastSelectedIndex Gets the lastPrice selected series index
Public propertyLineHitTestWidth Gets teh Line hit test width
(Inherited from ChartVisualBase)
Public propertyLines Gets or sets the Lines
Protected propertyLow Gets the Low price series of the BarsInProgress
Public propertyLowestLow Lowest low of the plot series
(Overrides ChartVisualBaseLowestLow)
Protected propertyLows Gets the low series array
Protected propertyMedian Gets the Median price series of the BarsInProgress
Protected propertyMedians Gets the median series array
Protected propertyMessageBox Opens a IMessageBoxService dialog
(Inherited from ServiceBase)
Public propertyName Gets the name
(Inherited from SharpScriptBase)
Public propertyObserveAllMarketDataTypes Observe all MarketDataType
(Inherited from ChartVisualBase)
Protected propertyOpen Gets the Open price series of the BarsInProgress
Protected propertyOpenInterest Gets the open interest series of the BarsInProgress
Protected propertyOpenInterests Gets the Open Interests array
Protected propertyOpens Gets the Open series array
Public propertyPanelIndex Gets the panel index
(Inherited from ChartVisualBase)
Public propertyParent Gets the Bars of the Input series
(Overrides ChartVisualBaseParent)
Public propertyPlots Gets the Plots
Public propertySelectedSeriesIndex Gets the selected series index (Scanner View)
Protected propertySingletonService Opens a ISingletonService dialog
(Inherited from ServiceBase)
Public propertyState Gets the current State of the script
(Inherited from SharpScriptBase)
Public propertyTemplate Gets the user parameters xaml template. If not overriden will return the default template which populates the properties decorated with InputAttribute for types boolean, string, datetime, int, double and decimal.
(Overrides SharpScriptBaseTemplate)
Protected propertyTime Gets the time series of the BarsInProgress
Protected propertyTimes Gets the Times array
Protected propertyTypical Gets the Typical price series of the BarsInProgress
Protected propertyTypicals Gets the typical price series array
Public propertyValues Gets the series
Protected propertyVolume Gets the volume series of the BarsInProgress
Protected propertyVolumes Gets the Volumes array
Protected propertyWeighted Gets the Weighted price series of the BarsInProgress
Protected propertyWeighteds Gets the weighted series array
Top
See Also