add-tradingview-alerts-tool icon indicating copy to clipboard operation
add-tradingview-alerts-tool copied to clipboard

ATAT can't paste values into price inputs

Open Patrik-Tkacik opened this issue 4 months ago • 4 comments

Error: Unable to find 'readonlyInput' xpath target for tertiaryRight which doesn't have inputs, so won't even try

worked perfectly fine until about 2 days ago, and now it can't paste values, reset it to the latest version with nothing done but the custom setup. here it is:

example tickers.csv

date,symbol,priceLower,priceHigher,message 2/22/2024,RUN,13.03,13.18,{"text": "Morning Wire Level Approaching! ${{ticker}} :green_triangle: LONG $13.03. :stop_sign: Stop @ 12.9. :dart: PT @ 13.25-13.35. &mtf"}

with the config.yml:

files: input: tickers.csv

tradingview:

The chart which has the indicator you'd like to use

chartUrl: https://www.tradingview.com/chart/Xu8CHbte/

(optional) set the chart interval before adding symbols, otherwise interval of last saved chart is used

examples: 1s | 30s | 1m | 15m | 1H | 1D | 1W # NOTE: '1H,4H' to add alerts across multiple intervals

interval: 1m

Optionally supply login details or login manually once and restart script

#username: #password: alert: condition: primaryLeft: primaryRight: secondary: Entering Channel tertiaryRight: "{{priceHigher}}" quaternaryRight: "{{priceLower}}" actions: notifyOnApp: false showPopup: sendEmail: false webhook: enabled: true url: "https://app.truetrader.net/hooks/uutturk6o7fy8j5h3u15ddoa6r"

alert name is optional - can override in csv if desired and use {{symbol|instrument|quote_asset}}

name: MI dev3 for {{instrument}} {{quote_asset}}

indentation matters! {{quote_asset}} and {{instrument}} are swapped out for quote asset(eg. USDT) and the base token or instrument (eg. 'BTC')

name: "{{date}} - MW level getting close" message: > {{message}}

Patrik-Tkacik avatar Mar 14 '24 11:03 Patrik-Tkacik

Hello, may I ask if your problem has been resolved?

PFword avatar Mar 29 '24 10:03 PFword

No it has not

Patrik-Tkacik avatar Mar 29 '24 11:03 Patrik-Tkacik

Hi there - it seems that tradingview changed the case of their "Upper Bound" and "Lower Bound" to "Upper bound" and "Lower bound" 🙄

From your tradingview-alerts-home directory, run the following:

npm install @alleyway/add-tradingview-alerts-tool@beta

Please report back if it's working okay and I will push a release.

mlake avatar Mar 29 '24 13:03 mlake

bump!

mlake avatar Apr 08 '24 08:04 mlake