CandleOutlineColor
Previous Topic  Next Topic 

Definition

Sets the outline color of a candle stick.

* If you set the BarColor property and the CandleOutlineColor property is not set, the outline color will take the color set by the BarColor property.


Property Value

A color structure that represents the color of this price bar.


Syntax

CandleOutlineColor


Property Of

Custom Indicator, Custom Strategy


Examples

// Sets the candle outline color to black
CandleOutlineColor = Color.Black;