alleyway / add-tradingview-alerts-tool

Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
MIT License
623 stars 140 forks source link

Alerts creation is not working. #139

Closed duskline closed 1 year ago

duskline commented 1 year ago

I observe error when I try t create alerts: ERROR Unable to find dropdown xpath target for primaryLeft/secondary. Make sure chart layout is SAVED with an indicator that contains/matches this: (name of alert here)

I guess tradingview changed the way how javascript works. Would it be possible to update this so Alerts can be created again?

duskline commented 1 year ago

I found out the solution, just to increase the delay. Previous versions were working with delay 150-200ms currently I had to go to 600ms (atat add-alerts -d 600). Probably the javascript used by TradingView is so much slower now, because I have 10G fibre internet connectivity,..