Skip to content

Commit

Permalink
⬆️ build(deps): update pyproject.toml and talky_settings.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed May 27, 2024
1 parent 95c2c87 commit cffeeea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ apprise = "1.7.6"
asyncz = "^0.6.0"
nicegui = "^1.3.15"
ping3 = "^4.0.4"
talkytrend = "2.0.14"
talkytrend = "2.0.16"
iamlistening = "5.1.17"
findmyorder = "1.10.2"
dxsp = "10.2.9"
Expand Down
10 changes: 5 additions & 5 deletions tt/talky_settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ enable_signals = true
# use https://tvdb.brianthe.dev
# for the list of supported instrument
assets = [
{ id ="EURUSD", exchange='FX_IDC',screener="forex"},
{ id ="GOLD", exchange='TVC',screener="cfd"},
{ id ="SPX", exchange='SP',screener="cfd"},
{ id ="UKOIL", exchange='FX',screener="cfd"},
{ id ="BTCUSD", exchange='BINANCE',screener="crypto"},
# { id ="EURUSD", exchange='FX_IDC',screener="forex"},
# { id ="GOLD", exchange='TVC',screener="cfd"},
# { id ="SPX", exchange='SP',screener="cfd"},
# { id ="UKOIL", exchange='FX',screener="cfd"},
# { id ="BTCUSD", exchange='BINANCE',screener="crypto"},
]

# Enable/Disable Yfinance
Expand Down

0 comments on commit cffeeea

Please sign in to comment.