Skip to content

IndicatorOutput

Summary

Represents an indicator output / line.

Signature

1
public abstract interface IndicatorOutput

Namespace

cAlgo.API

Properties

Name

Summary

Gets output name.

Signature

1
public abstract string Name {get;}

Return Value

string

DefaultLineStyle

Summary

Gets default line style of output.

Signature

1
public abstract LineStyle DefaultLineStyle {get;}

Return Value

LineStyle

DefaultColor

Summary

Gets default color of output.

Signature

1
public abstract Color DefaultColor {get;}

Return Value

Color

DefaultThickness

Summary

Gets default thickness of output.

Signature

1
public abstract float DefaultThickness {get;}

Return Value

float

DefaultPlotType

Summary

Gets the PlotType of output.

Signature

1
public abstract PlotType DefaultPlotType {get;}

Return Value

PlotType