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
159 stars 56 forks source link

Different behaviour on different browsers about csv importing #90

Closed VincenzoUrso closed 1 year ago

VincenzoUrso commented 1 year ago

I have tested the extension on the following four browser: chrome - edge - brave - vivaldi

Chrome and Edge has only one pair of importing/exporting settings buttons. Those buttons allows me to import only the csv previously exported from the same script

Brave and Vivaldi has two pairs of importing buttons: with those I can import also the first line of the csv with the results of the backtest. Generally speaking, with those I can import even settings that doesn't have the exact number of fields, as long as the name is ok

(by the way, Vivaldi does not work, as is not able to read the results tab, at least in "deep backtesting"mode)

What's the cause of those different behaviours and how can I obtain the second pair of buttons on chrome and edge too? Thanks

VincenzoUrso commented 1 year ago

Fixed, I had another extension installed (but not enabled)