インジケータータイプ

Summary

Represents an indicator algorithm type.

Signature

1
public abstract interface IndicatorType

 

Namespace

cAlgo.API

Properties

Outputs

Summary

Gets the collection of indicator outputs.

Signature

1
public abstract IReadonlyList<IndicatorOutput> Outputs {get;}

 

Return Value

IReadonlyList

Parameters

Summary

Gets the collection of indicator parameters.

Signature

1
public abstract IReadonlyList<AlgoParameter> Parameters {get;}

 

Return Value

IReadonlyList

  • Algo Registry
目次

このページについて