インジケーター出力

Summary

Represents an indicator output / line.

Signature

1
public abstract interface IndicatorOutput

 

Namespace

cAlgo.API

Properties

Name

Summary

Gets the output name.

Signature

1
public abstract string Name {get;}

 

Return Value

string

DefaultLineStyle

Summary

Gets the default line style of the output.

Signature

1
public abstract LineStyle DefaultLineStyle {get;}

 

Return Value

LineStyle

DefaultColor

Summary

Gets the default color of the output.

Signature

1
public abstract Color DefaultColor {get;}

 

Return Value

Color

DefaultThickness

Summary

Gets the default thickness of the output.

Signature

1
public abstract float DefaultThickness {get;}

 

Return Value

float

DefaultPlotType

Summary

Gets the PlotType of the output.

Signature

1
public abstract PlotType DefaultPlotType {get;}

 

Return Value

PlotType

  • Algo Registry
目次

このページについて