Skip to content

ChartTemplateIndicator

Summary

The interface representing an indicator of to a chart template.

Signature

1
public abstract interface ChartTemplateIndicator

Namespace

cAlgo.API

See Also

Properties

Id

Summary

Gets the ID of a specific indicator.

Signature

1
public abstract string Id {get;}

Return Value

string

Type

Summary

Gets the IndicatorType of an indicator.

Signature

1
public abstract IndicatorType Type {get;}

Return Value

IndicatorType

Parameters

Summary

Gets the collection of indicator parameters.

Signature

1
public abstract ChartTemplateAlgoInstanceParameters Parameters {get;}

Return Value

ChartTemplateAlgoInstanceParameters