CandleOutlineBrush

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Common > Drawing >

CandleOutlineBrush

Previous page Return to chapter overview Next page

Definition

Sets the outline Brush of a candlestick.

 

Property Value

A brush object that represents the color of this price bar.

 

Syntax

CandleOutlineBrush

 

Warning:  You may have up to 65,535 unique CandleOutlineBrushes instances, therefore, using static predefined brushes should be favored.  Alternatively,  in order to use fewer brushes, please try to cache your custom brushes until a new brush would actually need to be created.

 

 

Examples

ns

// Sets the candle outline color to black
CandleOutlineBrush = Brushes.Black;