Go to file
2024-12-23 08:01:47 -08:00
plotting Remove gaps in intraday charts when the market is not open 2024-01-31 12:57:12 -08:00
.gitignore Update plotting module .gitignore 2024-12-20 05:33:21 -08:00
candlestick_chart_example.py Expose plotting logic in a local Python module 2024-01-30 11:16:06 -08:00
line_chart_example.py Expose plotting logic in a local Python module 2024-01-30 11:16:06 -08:00
multi_line_chart_example.py Expose plotting logic in a local Python module 2024-01-30 11:16:06 -08:00
README.md Add dependencies to plotting module documentation 2024-12-23 08:01:47 -08:00
requirements.txt Add the ability to plot backtest results 2024-01-30 10:56:02 -08:00
setup.py Expose plotting logic in a local Python module 2024-01-30 11:16:06 -08:00
subplot_example.py Expose plotting logic in a local Python module 2024-01-30 11:16:06 -08:00

Plotting

A plotly wrapper for plotting candlestick charts, backtest results, and more.

Dependencies

The plotting module depends on the following Python packages:

numpy
pandas
plotly

There is also a dependency on the OHLC module which is only required for running tests.