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

UI Changed again (17.04.2023) #114

Closed stefantabakovq closed 1 year ago

stefantabakovq commented 1 year ago

Some intern at TV has had the busiest week.

Seems to be fixed by changing strategyTesterTab to strategyTesterTab: '#bottom-area > div.bottom-widgetbar-content.backtesting' in selector.js.

thecao365 commented 1 year ago

image image

I got an additional error after following the instructions above.

stefantabakovq commented 1 year ago

image image

I got an additional error after following the instructions above.

Make sure you are using content_scripts folder as of version 2.5. You can get version 2.5 by adding it via Chrome Web store, then navigate to C:\Users\[login_name]\AppData\Local\Google\Chrome\User Data\Default\Extensions and get the folder from there! Then in selector.js, update only this line, make sure that there is a comma afterwards. Don't know what other issue it could be.