Skip to content

ChartTemplateRobot

Summary

The interface representing a Robot of a chart template.

Signature

1
public abstract interface ChartTemplateRobot

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 RobotType of a Robot instance.

Signature

1
public abstract RobotType Type {get;}

Return Value

RobotType

Parameters

Summary

Gets the collection of Robot parameters.

Signature

1
public abstract ChartTemplateAlgoInstanceParameters Parameters {get;}

Return Value

ChartTemplateAlgoInstanceParameters