IndicatorBarOutput
Summary
The interface representing an indicator bars output.Provides properties that allow for accessing various information about a bars output.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
See Also
Properties
Name
Summary
Gets the name of a line.
Signature
1 | |
Return Value
string
ChartType
Summary
Gets or sets the type of the chart - Bar, Candlesticks, Line or Dots chart.
Signature
1 | |
Return Value
ChartType
BullOutlineColor
Summary
Gets or sets the color of the bull candle or bar outline.
Signature
1 | |
Return Value
Color
BearOutlineColor
Summary
Gets or sets the color of the bear candle or bar outline.
Signature
1 | |
Return Value
Color
BullFillColor
Summary
Gets or sets the color of the bull candle fill.
Signature
1 | |
Return Value
Color
BearFillColor
Summary
Gets or sets the color of the bear candle fill.
Signature
1 | |
Return Value
Color
TickVolumeColor
Summary
Gets or sets the color of the tick volume bars.
Signature
1 | |
Return Value
Color
AreaChartFillColor
Summary
Gets or sets the color of the area chart.
Signature
1 | |
Return Value
Color
DotChartColor
Summary
Gets or sets the color of the dot chart.
Signature
1 | |
Return Value
Color
IsVisible
Summary
Gets or sets the visibility of a line.
Signature
1 | |
Return Value
bool