Click or drag to resize

IndicatorCategoryAttribute Constructor (IndicatorCategory)

Creates new instance of IndicatorCategoryAttribute class with given category.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public IndicatorCategoryAttribute(
	IndicatorCategory category
)

Parameters

category
Type: FinAnalysis.BaseIndicatorCategory
Category of the indicator.
See Also