Click or drag to resize
SharpScriptBase Methods

The SharpScriptBase type exposes the following members.

Methods
  NameDescription
Public methodAddIndicatorT
Adds and/or retrieves sharp script from the cache
Public methodAddIndicatorT(Object)
Adds and/or retrieves and sharp script from the cache
Public methodAddIndicatorT(ISeriesDouble)
Adds and/or retrieves sharp script from the cache
Public methodAddIndicatorT(ISeriesDouble, Object)
Adds and/or retrieves and sharp script from the cache
Public methodAddLine
Add a new line
Public methodAddPlot
Add a new Plot
Protected methodAlert(String)
Sends a new Alert message to the Alert View
Protected methodAlert(AlertPriority, String)
Sends a new Alert message to the Alert View
Protected methodAlert(AlertPriority, String, Brush, Brush)
Sends a new Alert message to the Alert View
Public methodCalculateMinMax
Calculates the minimum and maximum values of the axis
Protected methodClone
Clones a sharpScript object
Public methodCrossAbove(Double, ISeriesDouble, Int32)
Evaluates when value crosses above a series
Public methodCrossAbove(ISeriesDouble, ISeriesDouble, Int32)
Evaluates when 2 (two) series crosses each other
Public methodCrossAbove(ISeriesDouble, Double, Int32)
Evaluates when the series crosses above the value
Public methodCrossBelow(Double, ISeriesDouble, Int32)
Evaluates when a value crosses below a series
Public methodCrossBelow(ISeriesDouble, ISeriesDouble, Int32)
Evaluates when 2 (two) series crosses below each other
Public methodCrossBelow(ISeriesDouble, Double, Int32)
Evaluates when series crosses below a value
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetAskPrice
Returns the ask price
Public methodGetBidPrice
Returns the bid price
Public methodGetFrozenBrush
Returns the brush as frozen
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLastPrice
Returns the last traded price. In case the real time price is not available the closing value of the current bar is returned
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasValue
Returns if the underlying series has a value
Public methodIsEqual
Compares two sharp script objects
Public methodIsInputEquals
Compares two input
Protected methodLog
Prints the messages in the Log tab in Main view
(Inherited from PrintLogBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyPropertyChanged
Notify property change
Protected methodOnBarUpdate
Called on a new tick
Public methodOnMarketData
Protected methodOnStateChange
Called on when the SharpScript state is changed
Public methodPlaySound
Plays a sound file
Public methodPlot
Plots the SharpScript series values
Protected methodPrint
Prints the message in the Output view
(Inherited from PrintLogBase.)
Public methodToString (Overrides ObjectToString.)
Top
See Also