Class HistoryAggregationHeikenAshi
Syntax
public sealed class HistoryAggregationHeikenAshi : HistoryAggregation, IHistoryAggregationHistoryTypeSupport
Constructors
HistoryAggregationHeikenAshi(HeikenAshiSource, int, HistoryType, bool, HeikenAshiSmoosedType, HeikenAshiSmoosedType, int)
Declaration
public HistoryAggregationHeikenAshi(HeikenAshiSource source, int value, HistoryType historyType, bool smoothing, HeikenAshiSmoosedType smoothingType1, HeikenAshiSmoosedType smoothingType2, int smoothingPeriod)
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
Smoothing
Declaration
public bool Smoothing { get; set; }
Property Value
SmoothingPeriod
Declaration
public int SmoothingPeriod { get; set; }
Property Value
SmoothingType1
Declaration
public HeikenAshiSmoosedType SmoothingType1 { get; set; }
Property Value
SmoothingType2
Declaration
public HeikenAshiSmoosedType SmoothingType2 { get; set; }
Property Value
Source
Declaration
public HeikenAshiSource Source { get; set; }
Property Value
Value
Declaration
public int Value { get; set; }
Property Value
Methods
GetAggregationToDirectDownload(HistoryMetadata, ISessionsContainer, bool)
Declaration
public override HistoryAggregation GetAggregationToDirectDownload(HistoryMetadata metadata, ISessionsContainer sessionsContainer, bool isResetOnSessionBoundaryEnabled)
Parameters
Returns
Overrides
Implements
Please enable JavaScript to view the comments powered by Disqus.