jefc1111 / zenbot-sim-runner

A sim run batch aggregator / automator for Zenbot. Eases the process of backtesting and subsequent analysis of results.
4 stars 1 forks source link

Update analysis_chart.blade.php #8

Closed idkfa46 closed 3 years ago

idkfa46 commented 3 years ago

strategy profit added to the chart

jefc1111 commented 3 years ago

Can you add some explanatory notes to this PR please? I.e. the reason for the change, and what has been done, cheers.

idkfa46 commented 3 years ago

Added a new line in the chart to display the strategy profit in %. It should be useful to sort results by profit too but I can't get it changing all_sim_runs_for_strategy($strategy, 'vs_buy_hold') to all_sim_runs_for_strategy($strategy, 'profit'). I will investigate...