Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATAT can't paste values into price inputs #159

Open
Patrik-Tkacik opened this issue Mar 14, 2024 · 4 comments
Open

ATAT can't paste values into price inputs #159

Patrik-Tkacik opened this issue Mar 14, 2024 · 4 comments

Comments

@Patrik-Tkacik
Copy link

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 @ 12.9. 🎯 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}}

@PFword
Copy link

PFword commented Mar 29, 2024

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

@Patrik-Tkacik
Copy link
Author

No it has not

@mlake
Copy link
Contributor

mlake commented Mar 29, 2024

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
Copy link
Contributor

mlake commented Apr 8, 2024

bump!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants