Show / Hide Table of Contents

    Class HistoryAggregationRenko

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class HistoryAggregationRenko : HistoryAggregationHeikenAshi, ICustomizable, ICloneable, IComparable

    Constructors

    HistoryAggregationRenko(Period, Int32, RenkoStyle, Int32, Int32, Boolean, Boolean)

    Declaration
    public HistoryAggregationRenko(Period period, int brickSize, RenkoStyle renkoStyle, int extension = 100, int inversion = 100, bool showWicks = false, bool buildCurrentBar = true)
    Parameters
    Type Name Description
    Period period
    System.Int32 brickSize
    RenkoStyle renkoStyle
    System.Int32 extension
    System.Int32 inversion
    System.Boolean showWicks
    System.Boolean buildCurrentBar

    Fields

    SETTINGS_AGGREGATION_RENKO_BRICK_SIZE

    Declaration
    public const string SETTINGS_AGGREGATION_RENKO_BRICK_SIZE = "Brick size"
    Field Value
    Type Description
    System.String

    SETTINGS_AGGREGATION_RENKO_BUILD_CURRENT_BAR

    Declaration
    public const string SETTINGS_AGGREGATION_RENKO_BUILD_CURRENT_BAR = "Build current bar"
    Field Value
    Type Description
    System.String

    SETTINGS_AGGREGATION_RENKO_EXTENSION

    Declaration
    public const string SETTINGS_AGGREGATION_RENKO_EXTENSION = "Extension, %"
    Field Value
    Type Description
    System.String

    SETTINGS_AGGREGATION_RENKO_INVERSION

    Declaration
    public const string SETTINGS_AGGREGATION_RENKO_INVERSION = "Inversion, %"
    Field Value
    Type Description
    System.String

    SETTINGS_AGGREGATION_RENKO_SHOW_WICKS

    Declaration
    public const string SETTINGS_AGGREGATION_RENKO_SHOW_WICKS = "Show wicks"
    Field Value
    Type Description
    System.String

    SETTINGS_AGGREGATION_RENKO_STYLE

    Declaration
    public const string SETTINGS_AGGREGATION_RENKO_STYLE = "Style"
    Field Value
    Type Description
    System.String

    Properties

    BrickSize

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

    BuildCurrentBar

    Declaration
    public bool BuildCurrentBar { get; }
    Property Value
    Type Description
    System.Boolean

    Extension

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

    Inversion

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

    RenkoStyle

    Declaration
    public RenkoStyle RenkoStyle { get; }
    Property Value
    Type Description
    RenkoStyle

    Settings

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

    ShowWicks

    Declaration
    public bool ShowWicks { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright © 2017 - 2018 Quantower LLC