terra-revival / backtest

Python backtesting engine for USTC or any Terra Classic Stable Algos
Other
6 stars 2 forks source link

Refactoring plotting.py #22

Closed faffyswap closed 11 months ago

faffyswap commented 12 months ago

The code to display simulation results is complex and hard to read. This makes it hard to add new outputs to debug / evaluate a simulation with a new strategy. This task is to make the plotting code simpler, and to allow to easily add new charts to visualise outputs. We also want a better format for the plot / layout so it's easier to read.