Class HistoryAggregationHeikenAshi

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class HistoryAggregationHeikenAshi : HistoryAggregation

    Constructors

    HistoryAggregationHeikenAshi(HeikenAshiSource, int)

    Declaration
    public HistoryAggregationHeikenAshi(HeikenAshiSource source, int value)
    Parameters
    Type Name Description
    HeikenAshiSource source
    int value

    HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi)

    Declaration
    protected HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi aggregation)
    Parameters
    Type Name Description
    HistoryAggregationHeikenAshi aggregation

    Properties

    Name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    HistoryAggregation.Name

    Settings

    Declaration
    public override IList<SettingItem> Settings { get; set; }
    Property Value
    Type Description
    IList<SettingItem>
    Overrides
    HistoryAggregation.Settings

    Source

    Declaration
    public HeikenAshiSource Source { get; set; }
    Property Value
    Type Description
    HeikenAshiSource

    Value

    Declaration
    public int Value { get; set; }
    Property Value
    Type Description
    int

    Methods

    TryGetPeriod(out Period)

    Declaration
    public override bool TryGetPeriod(out Period period)
    Parameters
    Type Name Description
    Period period
    Returns
    Type Description
    bool
    Overrides
    HistoryAggregation.TryGetPeriod(out Period)
    Back to top Copyright QUANTOWER LLC. © 2017-2023. All rights reserved.