Skip to content

Commit

Permalink
Add paris euronext tickers url
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 authored Jan 9, 2025
1 parent 6125000 commit 93bee70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def main():
url = f"https://www.tradingview.com/chart/gtgkesnl/?symbol=ASX%3A{ticker.replace('.AX','')}"
elif ".VI" in ticker:
url = f"https://www.tradingview.com/chart/gtgkesnl/?symbol=GETTEX%3A{ticker}"
elif ".PA" in ticker:
url = f"https://www.tradingview.com/chart/gtgkesnl/?symbol=EURONEXT%3A{ticker.replace('.PA','')}"
else:
url = "https://www.tradingview.com/chart/gtgkesnl/?symbol=" + re.sub(r"-","",ticker)
msg = f"{ticker} [{report[signal][ticker]['strength']}] {report[signal][ticker]['reason']} {url}\n"
Expand Down

0 comments on commit 93bee70

Please sign in to comment.