| IndicatorBase Class |
Namespace: SharpCharts.Base.SharpScript
public abstract class IndicatorBase : SharpScriptBase
The IndicatorBase type exposes the following members.
| Name | Description | |
|---|---|---|
| IndicatorBase |
Constructor for IndicatorBase
|
| Name | Description | |
|---|---|---|
| BackBrush |
Gets the Background brush series
(Inherited from SharpScriptBase.) | |
| BarBrush |
Gets the Bar brush series
(Inherited from SharpScriptBase.) | |
| Bars |
Gets or sets the Primary bar
(Inherited from SharpScriptBase.) | |
| BarsInProgress |
Gets the Current bars array in progress
(Inherited from SharpScriptBase.) | |
| Calculate |
Gets or sets the Calculate type
(Inherited from SharpScriptBase.) | |
| Close |
Gets the Close series
(Inherited from SharpScriptBase.) | |
| Closes |
Gets the Close series array
(Inherited from SharpScriptBase.) | |
| Count |
Gets the total bar count
(Inherited from SharpScriptBase.) | |
| CurrentBar |
Gets the Current bar
(Inherited from SharpScriptBase.) | |
| CurrentBars |
Current bar series
(Inherited from SharpScriptBase.) | |
| DefaultTemplate |
Gets the Default template of the sharp script
(Inherited from SharpScriptBase.) | |
| DisplayName |
Gets the display name
(Inherited from SharpScriptBase.) | |
| Error |
Gets the Error string
(Inherited from MessageBoxBase.) | |
| Guid | (Inherited from SharpScriptBase.) | |
| High |
Gets the High series
(Inherited from SharpScriptBase.) | |
| Highs |
Gets the High series array
(Inherited from SharpScriptBase.) | |
| Input |
Gets or sets the Input series
(Inherited from SharpScriptBase.) | |
| Inputs |
Gets or sets the Input series array
(Inherited from SharpScriptBase.) | |
| IsFirstTickOfBar |
Is first tick of bar
(Inherited from SharpScriptBase.) | |
| IsOverlay |
Gets or sets Is overlay
| |
| IsRealTime |
Gets if the sharpscript Is real time
(Inherited from SharpScriptBase.) | |
| ItemString |
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.) | |
| ItemInt32 |
Returns the value of the sharp script
(Inherited from SharpScriptBase.) | |
| Lines |
Gets or sets the Line array
(Inherited from SharpScriptBase.) | |
| Low |
Gets the Low series
(Inherited from SharpScriptBase.) | |
| Lows |
Gets the Low series array
(Inherited from SharpScriptBase.) | |
| Median |
Gets the Median series
(Inherited from SharpScriptBase.) | |
| Medians |
Gets the Median series array
(Inherited from SharpScriptBase.) | |
| Name |
Gets the name of the Sharp Script
(Inherited from SharpScriptBase.) | |
| Open |
Gets the Open series
(Inherited from SharpScriptBase.) | |
| OpenInterest |
Gets the Open Interest series
(Inherited from SharpScriptBase.) | |
| OpenInterests |
Get the Open Interest series array
(Inherited from SharpScriptBase.) | |
| Opens |
Gets the Open series array
(Inherited from SharpScriptBase.) | |
| PanelCount |
Gets or sets the panel count. 0 (zero) = new panel
| |
| PlotPens |
Gets the Plot pen series array
(Inherited from SharpScriptBase.) | |
| Plots |
Gets or sets the Plot array
(Inherited from SharpScriptBase.) | |
| PriceFormat |
Gets the Price format string
(Inherited from SharpScriptBase.) | |
| PriceType |
Gets or sets the Price type
(Inherited from SharpScriptBase.) | |
| SeriesDisplayName |
Gets the series display name
(Inherited from SharpScriptBase.) | |
| ShowLines |
Gets or sets whether the Lines parameter will be displayed in the Indicator Selector view
(Inherited from SharpScriptBase.) | |
| ShowNativeParameters |
Gets or sets whether Native parameters will be displayed in the Indicator Selector view
(Inherited from SharpScriptBase.) | |
| ShowPlots |
Gets or sets whether the Plots parameter will be displayed in the Indicator Selector view
(Inherited from SharpScriptBase.) | |
| State |
Gets the current state of the sharp script
(Inherited from SharpScriptBase.) | |
| Template |
Gets the name of the template
(Inherited from SharpScriptBase.) | |
| TemplateType |
Gets the Template type
(Inherited from SharpScriptBase.) | |
| Time |
Gets the Time series
(Inherited from SharpScriptBase.) | |
| Times |
Gets the Time series array
(Inherited from SharpScriptBase.) | |
| Typical |
Gets the Typical series
(Inherited from SharpScriptBase.) | |
| Typicals |
Gets the Typical series array
(Inherited from SharpScriptBase.) | |
| Values |
Gets the Plot value series array
(Inherited from SharpScriptBase.) | |
| ViewModel |
Gets the View associated with the Sharp Script
(Inherited from SharpScriptBase.) | |
| Volume |
Gets the Volume series
(Inherited from SharpScriptBase.) | |
| Volumes |
Get the Volume series array
(Inherited from SharpScriptBase.) | |
| Weighted |
Gets the Weighted series
(Inherited from SharpScriptBase.) | |
| Weighteds |
Gets the Weighted series array
(Inherited from SharpScriptBase.) | |
| YAxisScaleType |
Gets or sets the YAxis ScaleType
|
| Name | Description | |
|---|---|---|
| AddIndicatorT |
Adds and/or retrieves sharp script from the cache
(Inherited from SharpScriptBase.) | |
| AddIndicatorT(Object) |
Adds and/or retrieves and sharp script from the cache
(Inherited from SharpScriptBase.) | |
| AddIndicatorT(ISeriesDouble) |
Adds and/or retrieves sharp script from the cache
(Inherited from SharpScriptBase.) | |
| AddIndicatorT(ISeriesDouble, Object) |
Adds and/or retrieves and sharp script from the cache
(Inherited from SharpScriptBase.) | |
| AddLine |
Add a new line
(Inherited from SharpScriptBase.) | |
| AddPlot |
Add a new Plot
(Inherited from SharpScriptBase.) | |
| Alert(String) |
Sends a new Alert message to the Alert View
(Inherited from SharpScriptBase.) | |
| Alert(AlertPriority, String) |
Sends a new Alert message to the Alert View
(Inherited from SharpScriptBase.) | |
| Alert(AlertPriority, String, Brush, Brush) |
Sends a new Alert message to the Alert View
(Inherited from SharpScriptBase.) | |
| CalculateMinMax |
Calculates the minimum and maximum values of the axis
(Inherited from SharpScriptBase.) | |
| Clone |
Clones a sharpScript object
(Inherited from SharpScriptBase.) | |
| CrossAbove(Double, ISeriesDouble, Int32) |
Evaluates when value crosses above a series
(Inherited from SharpScriptBase.) | |
| CrossAbove(ISeriesDouble, ISeriesDouble, Int32) |
Evaluates when 2 (two) series crosses each other
(Inherited from SharpScriptBase.) | |
| CrossAbove(ISeriesDouble, Double, Int32) |
Evaluates when the series crosses above the value
(Inherited from SharpScriptBase.) | |
| CrossBelow(Double, ISeriesDouble, Int32) |
Evaluates when a value crosses below a series
(Inherited from SharpScriptBase.) | |
| CrossBelow(ISeriesDouble, ISeriesDouble, Int32) |
Evaluates when 2 (two) series crosses below each other
(Inherited from SharpScriptBase.) | |
| CrossBelow(ISeriesDouble, Double, Int32) |
Evaluates when series crosses below a value
(Inherited from SharpScriptBase.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Inherited from SharpScriptBase.) | |
| GetAskPrice |
Returns the ask price
(Inherited from SharpScriptBase.) | |
| GetBidPrice |
Returns the bid price
(Inherited from SharpScriptBase.) | |
| GetFrozenBrush |
Returns the brush as frozen
(Inherited from SharpScriptBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLastPrice |
Returns the last traded price. In case the real time price is not available the closing value of the current bar is returned
(Inherited from SharpScriptBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasValue |
Returns if the underlying series has a value
(Inherited from SharpScriptBase.) | |
| IsEqual |
Compares two sharp script objects
(Inherited from SharpScriptBase.) | |
| IsInputEquals |
Compares two input
(Inherited from SharpScriptBase.) | |
| Log |
Prints the messages in the Log tab in Main view
(Inherited from PrintLogBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NotifyPropertyChanged |
Notify property change
(Inherited from SharpScriptBase.) | |
| OnBarUpdate |
Called on a new tick
(Inherited from SharpScriptBase.) | |
| OnMarketData | (Inherited from SharpScriptBase.) | |
| OnStateChange |
Called on when the SharpScript state is changed
(Inherited from SharpScriptBase.) | |
| PlaySound |
Plays a sound file
(Inherited from SharpScriptBase.) | |
| Plot |
Plots the SharpScript series values
(Inherited from SharpScriptBase.) | |
Prints the message in the Output view
(Inherited from PrintLogBase.) | ||
| ToString | (Inherited from SharpScriptBase.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Property changed event handler
(Inherited from SharpScriptBase.) |