Class HistoryAggregationHeikenAshi
Syntax
public sealed class HistoryAggregationHeikenAshi : HistoryAggregation, IHistoryAggregationHistoryTypeSupport
Constructors
HistoryAggregationHeikenAshi(HeikenAshiSource, int, HistoryType)
Declaration
public HistoryAggregationHeikenAshi(HeikenAshiSource source, int value, HistoryType historyType)
Parameters
HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi)
Declaration
protected HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi aggregation)
Parameters
Properties
HistoryType
Declaration
public HistoryType HistoryType { get; set; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Overrides
Settings
Declaration
public override IList<SettingItem> Settings { get; set; }
Property Value
Overrides
Source
Declaration
public HeikenAshiSource Source { get; set; }
Property Value
Value
Declaration
public int Value { get; set; }
Property Value
Methods
GetAggregationToDirectDownload(HistoryMetadata)
Declaration
public override HistoryAggregation GetAggregationToDirectDownload(HistoryMetadata metadata)
Parameters
Returns
Overrides
Implements