Emsu / prophet

Financial markets analysis framework for programmers
http://prophet.michaelsu.io
BSD 3-Clause "New" or "Revised" License
1.08k stars 123 forks source link

[Proposal] Plotting of daily returns and orders #20

Closed mpritham closed 7 years ago

mpritham commented 8 years ago

It would be nice if there were a way to plot some key metrics from the backtests such as how the daily returns changed overtime or what orders were filled and when. Currently, I can manually insert plotting statements on the backtest daily returns time series.

Emsu commented 8 years ago

@mpritham This should be possible with by adding hooks to the backtest function. I haven't had time to work on prophet in awhile due to work but I'll try to take a look why my schedule is free.

simongarisch commented 7 years ago

This can be closed if you are happy with the changes in my pull request. Can modify if you have suggestions.