BarSeries Class

Represents a series of bar objects
public class BarSeries : IIdNamedItem
IDataSeries
ISeries
IEnumerable<Bar>
This language is not supported or no code example is available.
public ref class BarSeries  : public IIdNamedItem^, 
public IDataSeries^, 
public ISeries^, 
public IEnumerable<Bar^>^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Name Description
Public constructor BarSeries(string, string, int, int) Initializes a new instance of the BarSeries class.
Public constructor BarSeries(int)
Top
Name Description
Public property Count Gets the count.
Public property Description Gets the description.
Public property First Gets the first.
Public property FirstDateTime Datetime of the first item in this time array
Public property Id Gets the id.
Public property Indicators Gets the indicators.
Public property Item(DateTime, IndexOption) Gets the Bar with the specified date time.
Public property Item(int) Gets the Bar at the specified index.
Public property Item(int, BarData) Gets the Double at the specified index and bar data.
Public property Last Gets the last.
Public property LastDateTime Datetime of the last item in this time array
Public property MaxLength
Public property Name Gets the name.
Top
Methods
 
Name Description
Public method Add(Bar) Adds the specified bar.
Public method Ago(int)
Public method Clear() Clears this instance.
Public method Compress(TimeSpan, TimeSpan)
Public method Compress(long)
Public method Contains(DateTime)
Public method GetDateTime(int) Gets the date time.
Public method GetEnumerator() Returns an enumerator that iterates through the collection.
Public method GetIndex(DateTime, IndexOption) Gets the index.
Public method GetMax() Gets the maximum.
Public method GetMax(DateTime, DateTime) Gets the maximum.
Public method GetMax(int, int, BarData) Gets the maximum.
Public method GetMin() Gets the minimum.
Public method GetMin(DateTime, DateTime) Gets the minimum.
Public method GetMin(int, int, BarData) Gets the minimum.
Public method HighestHigh() Highests the high.
Public method HighestHigh(DateTime, DateTime) Highests the high.
Public method HighestHigh(int, int) Highests the high.
Public method HighestHigh(int) Highests the high.
Public method HighestHighBar() Highests the high bar.
Public method HighestHighBar(DateTime, DateTime) Highests the high bar.
Public method HighestHighBar(int, int) Highests the high bar.
Public method HighestHighBar(int) Highests the high bar.
Public method HighestLow(DateTime, DateTime) Highests the low.
Public method HighestLow(int, int) Highests the low.
Public method HighestLow(int) Highests the low.
Public method HighestLowBar(DateTime, DateTime) Highests the low bar.
Public method HighestLowBar(int, int) Highests the low bar.
Public method HighestLowBar(int) Highests the low bar.
Public method LowestHigh(DateTime, DateTime) Lowests the high.
Public method LowestHigh(int, int) Lowests the high.
Public method LowestHigh(int) Lowests the high.
Public method LowestHighBar(DateTime, DateTime) Lowests the high bar.
Public method LowestHighBar(int, int) Lowests the high bar.
Public method LowestHighBar(int) Lowests the high bar.
Public method LowestLow() Lowests the low.
Public method LowestLow(DateTime, DateTime) Lowests the low.
Public method LowestLow(int, int) Lowests the low.
Public method LowestLow(int) Lowests the low.
Public method LowestLowBar() Lowests the low bar.
Public method LowestLowBar(DateTime, DateTime) Lowests the low bar.
Public method LowestLowBar(int, int) Lowests the low bar.
Public method LowestLowBar(int) Lowests the low bar.
Top
Fields
 
Name Description
Protected field description
Protected field name
Top

In this article

Definition