Click or drag to resize

BacktestBars Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.ChartBars
      ArthaChitra.Model.ChartBacktestBars

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public sealed class BacktestBars : Bars

The BacktestBars type exposes the following members.

Constructors
 NameDescription
Public methodBacktestBars 
Top
Properties
 NameDescription
Public propertyActualPanelIndex Gets or sets the actual panel index
(Inherited from Bars)
Public propertyAny If the bars array has any bar
(Inherited from Bars)
Public propertyAxisOrientation Gets or sets the y-axis orientation
(Inherited from Bars)
Public propertyBackfillPolicy Gets or sets the BackfillPolicy
(Inherited from Bars)
Public propertyBarType Gets the BarType associated with the bars
(Inherited from Bars)
Public propertyCount Gets the bars count
(Inherited from Bars)
Public propertyCurrentBar Gets or sets the current bar
(Inherited from Bars)
Public propertyDataLoadType Gets or sets the DataLoadType
(Inherited from Bars)
Public propertyDaysToLoad Number of days of historical data to load
(Inherited from Bars)
Public propertyDisplayName Gets the display name
(Inherited from Bars)
Public propertyEndDate Gets the end date of the bars
(Inherited from Bars)
Public propertyFirstBarPainted Gets or sets the last bar painted
(Inherited from Bars)
Public propertyHighestHigh Gets the highest high value
(Inherited from Bars)
Public propertyIndicators Gets or sets the Indicator associated with the bars
(Inherited from Bars)
Public propertyInstrument Gets the Instrument
(Inherited from Bars)
Public propertyIsAutoScale Gets or sets if auto scale
(Inherited from Bars)
Public propertyIsSelected Is the visual selected
(Inherited from Bars)
Public propertyIsValueChanged Gets or sets if the value has changed
(Inherited from Bars)
Public propertyIsVisible Gets or sets if the object can draw
(Inherited from Bars)
Public propertyItem Gets the PriceType value of the specified index
(Inherited from Bars)
Public propertyLast Last traded price
(Inherited from Bars)
Public propertyLastBarPainted Gets or sets the last bar painted
(Inherited from Bars)
Public propertyLowestLow Gets the lowest low value
(Inherited from Bars)
Public propertyPanelIndex Gets or sets the panel index
(Inherited from Bars)
Public propertySession Gets the Session associated with the bars
(Inherited from Bars)
Public propertySessionCount Gets the number of session the bars has
(Inherited from Bars)
Public propertySessionEnd The actual date from where the bars session ends
(Inherited from Bars)
Public propertySessionStart The actual date from where the bars session starts
(Inherited from Bars)
Public propertyStartDate Gets the start date of the bars
(Inherited from Bars)
Public propertyState Gets the State of the bars
(Inherited from Bars)
Public propertyStrategies Gets or sets the Strategy associated with the bars
(Inherited from Bars)
Top
Methods
 NameDescription
Public methodCalculateBarSpan Calculate bar span as defined in CalculateBarSpan(Bars, DateTime)
(Inherited from Bars)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetBar Get the bar value of the specified index
(Inherited from Bars)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Inherited from Bars)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also