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

"No strategy name element" error persists, due to TV UI changes #124

Closed kypexin closed 1 year ago

kypexin commented 1 year ago

Hello,

I am not sure that there might have been any other changes to TV UI, but for the last week I was not able to get the Assistant to work, whatever patch suggested in the latest threadsI tried to apply. It still says 'No strategy tester' for me.

Screenshot 2023-05-08 at 22 02 32

Any ideas where the root cause might be? I have tried different older versions of extension as well, all to no avail.

kypexin commented 1 year ago

No one else experiences this error? I got back to check, but as soon as there were no new versions, the extension is still not working for me as of now.

akumidv commented 1 year ago

The problem is reproduced when reload TV page and before the strategy elements are loaded. I'll add timeout to wait till they loading will be finished.

akumidv commented 1 year ago

In v2.8 add waiting for strategy tab elements.