Click or drag to resize

IndicatorScanner Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Core.ViewModelServiceBase
      ArthaChitra.Model.SharpScriptSharpScriptBase
        ArthaChitra.Model.MarketScannerScannerBase
          ArthaChitra.Model.MarketScannerIndicatorScanner

Namespace: ArthaChitra.Model.MarketScanner
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class IndicatorScanner : ScannerBase

The IndicatorScanner type exposes the following members.

Constructors
 NameDescription
Public methodIndicatorScanner 
Top
Properties
 NameDescription
Public propertyAccount
(Inherited from ScannerBase)
Public propertyBackfillPolicy Gets or sets the backfill policy. Applicable for futures instrument only
Public propertyCellConditionItems
(Inherited from ScannerBase)
Public propertyCellConditonsSerializer
(Inherited from ScannerBase)
Public propertyDataLoadType 
Public propertyDaysToLoad Gets or sets the number of days of data to load
Public propertyDisplayName Gets the display zipFileName
(Overrides SharpScriptBaseDisplayName)
Public propertyDisplayValue The value to be displayed
(Inherited from ScannerBase)
Public propertyEndDate Gets or sets the end date of the bars
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyHeaderString Gets the header string
(Overrides ScannerBaseHeaderString)
Public propertyInputCommand 
Public propertyInstrument
(Inherited from ScannerBase)
Public propertyInstruments
(Inherited from ScannerBase)
Public propertyIsToday 
Public propertyIsTriggerVisible If true, then the Triggers can be configured via the column selector
(Inherited from ScannerBase)
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyName Gets the name
(Inherited from SharpScriptBase)
Public propertyRefresh
(Inherited from ScannerBase)
Public propertySelectedBarType Gets or sets the barType
Public propertySelectedBarTypeSerializer 
Public propertySelectedIndicator Gets or sets the indicator
Public propertySelectedIndicatorSerializer 
Public propertySelectedIndicatorType 
Public propertySelectedSession Gets or sets the session
Public propertySelectedSessionIdx 
Public propertyStartDate Gets or sets the start date of the bars
Public propertyState Gets the current State of the script
(Inherited from SharpScriptBase)
Public propertyTemplate Gets the template
(Overrides ScannerBaseTemplate)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetBindingString
(Overrides ScannerBaseGetBindingString(Int32))
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also