You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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}}
The text was updated successfully, but these errors were encountered: