Go to file
2024-01-30 11:08:08 -08:00
.gitignore Update .gitignore to ignore local python module files 2024-01-30 11:08:08 -08:00
backtest_chart.py Add the ability to plot backtest results 2024-01-30 10:56:02 -08:00
candlestick_chart_example.py Add titles to charts 2024-01-03 06:32:29 -08:00
candlestick_chart.py Set candlestick trace name to an empty string so that it doesn't render on the chart 2024-01-05 06:19:49 -08:00
chart.py Add titles to charts 2024-01-03 06:32:29 -08:00
line_chart_example.py Add the ability to set the color of a line 2024-01-04 05:26:58 -08:00
line_chart.py Add the ability to set the color of a line 2024-01-04 05:26:58 -08:00
line.py Add the ability to set the color of a line 2024-01-04 05:26:58 -08:00
multi_line_chart_example.py Add the ability to set the color of a line 2024-01-04 05:26:58 -08:00
plot.py Add the ability to plot backtest results 2024-01-30 10:56:02 -08:00
requirements.txt Add the ability to plot backtest results 2024-01-30 10:56:02 -08:00
subplot_example.py Add subplot example for reference when using plotly dash 2024-01-05 06:21:28 -08:00