Backtest |
public sealed class BacktestBars : Bars
The BacktestBars type exposes the following members.
| Name | Description | |
|---|---|---|
| BacktestBars |
| Name | Description | |
|---|---|---|
| ActualPanelIndex |
Gets or sets the actual panel index
(Inherited from Bars) | |
| Any |
If the bars array has any bar
(Inherited from Bars) | |
| AxisOrientation |
Gets or sets the y-axis orientation
(Inherited from Bars) | |
| BackfillPolicy |
Gets or sets the BackfillPolicy (Inherited from Bars) | |
| BarType |
Gets the BarType associated with the bars
(Inherited from Bars) | |
| Count |
Gets the bars count
(Inherited from Bars) | |
| CurrentBar |
Gets or sets the current bar
(Inherited from Bars) | |
| DataLoadType |
Gets or sets the DataLoadType (Inherited from Bars) | |
| DaysToLoad |
Number of days of historical data to load
(Inherited from Bars) | |
| DisplayName |
Gets the display name
(Inherited from Bars) | |
| EndDate |
Gets the end date of the bars
(Inherited from Bars) | |
| FirstBarPainted |
Gets or sets the last bar painted
(Inherited from Bars) | |
| HighestHigh |
Gets the highest high value
(Inherited from Bars) | |
| Indicators |
Gets or sets the Indicator associated with the bars
(Inherited from Bars) | |
| Instrument |
Gets the Instrument (Inherited from Bars) | |
| IsAutoScale |
Gets or sets if auto scale
(Inherited from Bars) | |
| IsSelected |
Is the visual selected
(Inherited from Bars) | |
| IsValueChanged |
Gets or sets if the value has changed
(Inherited from Bars) | |
| IsVisible |
Gets or sets if the object can draw
(Inherited from Bars) | |
| Item |
Gets the PriceType value of the specified index
(Inherited from Bars) | |
| Last |
Last traded price
(Inherited from Bars) | |
| LastBarPainted |
Gets or sets the last bar painted
(Inherited from Bars) | |
| LowestLow |
Gets the lowest low value
(Inherited from Bars) | |
| PanelIndex |
Gets or sets the panel index
(Inherited from Bars) | |
| Session |
Gets the Session associated with the bars
(Inherited from Bars) | |
| SessionCount |
Gets the number of session the bars has
(Inherited from Bars) | |
| SessionEnd |
The actual date from where the bars session ends
(Inherited from Bars) | |
| SessionStart |
The actual date from where the bars session starts
(Inherited from Bars) | |
| StartDate |
Gets the start date of the bars
(Inherited from Bars) | |
| State |
Gets the State of the bars
(Inherited from Bars) | |
| Strategies |
Gets or sets the Strategy associated with the bars
(Inherited from Bars) |
| Name | Description | |
|---|---|---|
| CalculateBarSpan |
Calculate bar span as defined in CalculateBarSpan(Bars, DateTime) (Inherited from Bars) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetBar |
Get the bar value of the specified index
(Inherited from Bars) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | (Inherited from Bars) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from NotifyPropertyBase) |