Candlestick Plots
General parameters in candlestick plots
showVolume
boolean
Flag to show or not volume in the candlestick graphs
Default:
true
Used in:
Candlestick
sma10Color
color
The color for the 5 day single moving average
Default:
rgb(0,255,0)
Used in:
Candlestick
sma20Color
color
The color for the 25 day single moving average
Default:
rgb(0,0,255)
Used in:
Candlestick
sma25Color
color
The color for the 25 day single moving average
Default:
rgb(255,0,255)
Used in:
Candlestick
sma50Color
color
The color for the 50 day single moving average
Default:
rgb(0,0,0)
Used in:
Candlestick
sma5Color
color
The color for the 5 day single moving average
Default:
rgb(255,0,0)
Used in:
Candlestick
stockIndicators
array
Stock technical indicators
Default:
['Sma5', 'Sma10', 'Sma25']
Used in:
Candlestick