Skip to content

AlgoInstanceParameters

Summary

Represents the collection of all the parameters of an indicator or Robot.

Signature

1
public abstract interface AlgoInstanceParameters

Namespace

cAlgo.API

Properties

Item

Signature

1
public abstract AlgoInstanceParameter Item {get;}

Return Value

AlgoInstanceParameter

Item

Signature

1
public abstract AlgoInstanceParameter Item {get;}

Return Value

AlgoInstanceParameter

Count

Summary

Gets the number of parameters.

Signature

1
public abstract int Count {get;}

Return Value

int