candle_chart#
API documentation for tradingstrategy.charting.candle_chart Python module in Trading Strategy.
Module description#
Drawing OHLCV candle charts using Plotly.
Draw price charts using Plotly.
Candle charts
Open, high, low, close (OHLC)
Open, high, low, close, volume (OHLCV)
Dark and light themes
Classes#
Should candlestick chart come with the volume bars. |
Functions#
|
Create labels for a single candle. |
|
Generate individual labels for OHLCV chart candles. |
|
Ensures that ohclv dataframe contains valid data: 1. |
|
Validate plot info to ensure that it is valid for the given volume_bar_mode, num_detached_indicators, relative_sizing, and subplot_names |
|
Draw a candlestick chart. |