Class HistoryAggregationPointsAndFigures
Syntax
public class HistoryAggregationPointsAndFigures : HistoryAggregationHeikenAshi, ICustomizable, ICloneable, IComparable
Constructors
HistoryAggregationPointsAndFigures(HistoryAggregationPointsAndFigures)
Declaration
protected HistoryAggregationPointsAndFigures(HistoryAggregationPointsAndFigures aggregation)
Parameters
HistoryAggregationPointsAndFigures(Period, Int32, Int32, PointsAndFiguresStyle)
Declaration
public HistoryAggregationPointsAndFigures(Period period, int boxSize, int reversal, PointsAndFiguresStyle style)
Parameters
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 |
System.Collections.Generic.IList<TradingPlatform.BusinessLayer.SettingItem> |
|
Overrides
Style
Declaration
public PointsAndFiguresStyle Style { get; }
Property Value