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

How can I disable *Play Sound* option? #119

Closed avatar-lavventura closed 2 years ago

avatar-lavventura commented 2 years ago

Under More Actions, there is Play Sound option. By default its always enabled. Can we disable Play Sound option?

Example view in the alert menu:

image

Can I do something as follows? :

actions:
    playSound: false
mlake commented 2 years ago

TradingView saves some settings as default after you save one.

So just create a random alert without sound, save it. then delete it. When you create a new alert it should be disabled.

avatar-lavventura commented 2 years ago

@mlake Thanks