robcarver17 / pysystemtrade

Systematic Trading in python
GNU General Public License v3.0
2.66k stars 837 forks source link

add visualization example #1400

Closed AOS55 closed 2 months ago

AOS55 commented 2 months ago

Added the visualize directory under examples/introduction There are 3 runs to look at:

dashviewer.py

This is the most recent work that shows how plotly can be used with the futures system, still have to add the risk module and dynamic optimization plots. These are mainly based on the plots shown in the blogs.

dashtest.py

The first version of dash using the simple system from chapter 15

wandbtest.py

A test to use wandb to track system changes, I don't think wandb timeseries display suits it that well to this task but its an easy way to quickly check system performance over various backtest hyper parameters.

AOS55 commented 2 months ago

Closed this should be complete before merge