akumidv / tradingview-assistant-chrome-extension

An assistant for backtesting trading strategies and checking (showing) external signals in Tradingview implemented as a Chrome browser extension.
GNU General Public License v3.0
158 stars 56 forks source link

Ability to display the optimization results in a sortable table directly in the extension window #173

Open pegaltier opened 2 months ago

pegaltier commented 2 months ago

Currently after an optimization I need to download the csv file and switch to another tool like excel but I find that this is annoying especially that in excel i need to configure many things before the file is usable.

I think it could be very useful to have the ability to display the optimization results in a sortable table directly in the extension so the user don't need to switch to another tool

With a sortable table the user could directly check the most important columns results like drawdown and net profit

pegaltier commented 2 months ago

Progress: https://github.com/akumidv/tradingview-assistant-chrome-extension/pull/175

image