[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.FinancialExtraOptionsBuilder.PointAndFigurePeriod

PointAndFigurePeriod Method

PointAndFigurePeriod(int)

Configurates PointAndFigurePeriod. Specifies the ATR period of the point and figure chart.

Declaration
public FinancialExtraOptionsBuilder PointAndFigurePeriod(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
FinancialExtraOptionsBuilder

Current builder.

Remarks

The default is 20. Must be an integer less than the length of the data and greater than one.