Class HistoryAggregationRenko
Syntax
public sealed class HistoryAggregationRenko : HistoryAggregationTime, IHistoryAggregationHistoryTypeSupport
Constructors
HistoryAggregationRenko(Period, HistoryType, int, RenkoStyle, int, int, bool, bool)
Declaration
public HistoryAggregationRenko(Period period, HistoryType historyType, int brickSize, RenkoStyle renkoStyle, int extension = 100, int inversion = 100, bool showWicks = false, bool buildCurrentBar = true)
Parameters
Fields
SETTINGS_AGGREGATION_RENKO_BRICK_SIZE
Declaration
public const string SETTINGS_AGGREGATION_RENKO_BRICK_SIZE = "Brick size"
Field Value
SETTINGS_AGGREGATION_RENKO_BUILD_CURRENT_BAR
Declaration
public const string SETTINGS_AGGREGATION_RENKO_BUILD_CURRENT_BAR = "Build current bar"
Field Value
SETTINGS_AGGREGATION_RENKO_EXTENSION
Declaration
public const string SETTINGS_AGGREGATION_RENKO_EXTENSION = "Extension, %"
Field Value
SETTINGS_AGGREGATION_RENKO_INVERSION
Declaration
public const string SETTINGS_AGGREGATION_RENKO_INVERSION = "Inversion, %"
Field Value
SETTINGS_AGGREGATION_RENKO_SHOW_WICKS
Declaration
public const string SETTINGS_AGGREGATION_RENKO_SHOW_WICKS = "Show wicks"
Field Value
SETTINGS_AGGREGATION_RENKO_STYLE
Declaration
public const string SETTINGS_AGGREGATION_RENKO_STYLE = "Style"
Field Value
Properties
BrickSize
Declaration
public int BrickSize { get; }
Property Value
BuildCurrentBar
Declaration
public bool BuildCurrentBar { get; }
Property Value
Extension
Declaration
public int Extension { get; }
Property Value
Inversion
Declaration
public int Inversion { get; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Overrides
RenkoStyle
Declaration
public RenkoStyle RenkoStyle { get; }
Property Value
Settings
Declaration
public override IList<SettingItem> Settings { get; set; }
Property Value
Overrides
ShowWicks
Declaration
public bool ShowWicks { get; }
Property Value
Methods
GetAggregationToDirectDownload(HistoryMetadata)
Declaration
public override HistoryAggregation GetAggregationToDirectDownload(HistoryMetadata metadata)
Parameters
Returns
Overrides
GetBaseAggregation()
Declaration
public HistoryAggregation GetBaseAggregation()
Returns
Implements