Show / Hide Table of Contents

    Class HistoryAggregationPointsAndFigures

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class HistoryAggregationPointsAndFigures : HistoryAggregationTime, ICustomizable, ICloneable, IComparable

    Constructors

    HistoryAggregationPointsAndFigures(HistoryAggregationPointsAndFigures)

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

    HistoryAggregationPointsAndFigures(Period, Int32, Int32, PointsAndFiguresStyle)

    Declaration
    public HistoryAggregationPointsAndFigures(Period period, int boxSize, int reversal, PointsAndFiguresStyle style)
    Parameters
    Type Name Description
    Period period
    System.Int32 boxSize
    System.Int32 reversal
    PointsAndFiguresStyle style

    Properties

    BoxSize

    Declaration
    public int BoxSize { get; }
    Property Value
    Type Description
    System.Int32

    Reversal

    Declaration
    public int Reversal { get; }
    Property Value
    Type Description
    System.Int32

    Settings

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

    Style

    Declaration
    public PointsAndFiguresStyle Style { get; }
    Property Value
    Type Description
    PointsAndFiguresStyle

    Implements

    ICloneable
    IComparable
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.