[]
Defines a builder to configurate FinancialExtraOptions.
public class FinancialExtraOptionsBuilder : BaseBuilder<FinancialExtraOptions, FinancialExtraOptionsBuilder>
| Name | Description |
|---|---|
| FinancialExtraOptionsBuilder(FinancialExtraOptions) | Creates one FinancialExtraOptionsBuilder instance to configurate |
| Name | Description |
|---|---|
| KagiFields(DataFields) | Configurates KagiFields. Specifies the DataFields used for the Kagi chart. |
| KagiRangeMode(RangeMode) | Configurates KagiRangeMode. Specifies the RangeMode for the Kagi chart. |
| KagiReversalAmount(int) | Configurates KagiReversalAmount. Specifies the reversal amount for the Kagi chart. |
| LineBreakNewLineBreaks(int) | Configurates LineBreakNewLineBreaks. Sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts. |
| PointAndFigureBoxSize(int) | Configurates PointAndFigureBoxSize. Specifies the box size for the point and figure chart. |
| PointAndFigureFields(DataFields) | Configurates PointAndFigureFields. Specifies the DataFields used for the point and figure chart. |
| PointAndFigurePeriod(int) | Configurates PointAndFigurePeriod. Specifies the ATR period of the point and figure chart. |
| PointAndFigureReversal(int) | Configurates PointAndFigureReversal. Specifies the reversal amount for the point and figure chart. |
| PointAndFigureScaling(PointAndFigureScaling) | Configurates PointAndFigureScaling. Specifies the scaling mode for point and figure chart. |
| RenkoBoxSize(int) | Configurates RenkoBoxSize. Specifies the box size for the Renko chart. |
| RenkoFields(DataFields) | Configurates RenkoFields. Specifies the DataFields used for the Renko chart. |
| RenkoRangeMode(RangeMode) | Configurates RenkoRangeMode. Specifies the RangeMode for the Renko chart. |