Releases: alleyway/add-tradingview-alerts-tool
Release 2.2.0
- feature: can now use custom .csv columns with replacement tokens in .yml file for intervals (thanks @TranceGeniK !)
- fix for node version 16.4+ import assertion errors
- updated dependencies
Release 2.1.2
- fixed incorrect classification of FTX perpetuals
- updated some dependencies
New Installation Instructions
npx @alleyway/create-tradingview-alerts-home
Upgrade Instructions
From your tradingview-alerts-home
directory, run the following:
🚨🚨 NOTE: starting with version 2.0 you'll need to reinitialize your home directory with the following command:
npx @alleyway/create-tradingview-alerts-home
Then update:
npm install @alleyway/add-tradingview-alerts-tool@latest
Release 2.1.1
- minor restructuring of under the cover stuff - nothing new here
New Installation Instructions
npx @alleyway/create-tradingview-alerts-home
Upgrade Instructions
From your tradingview-alerts-home
directory, run the following:
🚨🚨 NOTE: starting with version 2.0 you'll need to reinitialize your home directory with the following command:
npx @alleyway/create-tradingview-alerts-home
Then update:
npm install @alleyway/add-tradingview-alerts-tool@latest
Release 2.1.0
- classification filtering using command line options
You can now filter symbols by classification such as "spot", "leveraged_token", "futures_dated", or "futures_perpetual"
- instead of "base" we're gonna start using the term "instrument"
New Installation Instructions
npx @alleyway/create-tradingview-alerts-home
Upgrade Instructions
From your tradingview-alerts-home
directory, run the following:
🚨🚨 NOTE: starting with version 2.0 you'll need to reinitialize your home directory with the following command:
npx @alleyway/create-tradingview-alerts-home
Then update:
npm install @alleyway/add-tradingview-alerts-tool@latest
Release 2.0.0
Now supporting more exchanges:
binance
binance_futures_usdm
binance_futures_coinm
binanceus
bittrex
coinbase
ftx
kraken
kucoin
okx_spot
okx_swap
bybit_derivatives
New Installation Instructions
npx @alleyway/create-tradingview-alerts-home
Upgrade Instructions
From your tradingview-alerts-home
directory, run the following:
🚨🚨 NOTE: starting with version 2.0 you'll need to reinitialize your home directory with the following command:
npx @alleyway/create-tradingview-alerts-home
Then update:
npm install @alleyway/add-tradingview-alerts-tool@latest
Release 1.9.4
- new tradingview update compatibility
- fix for options returning (fee6bcb)
- show error when option like "once per bar close" doesn't match (9f0f889)
New Installation Instructions
npx @alleyway/create-tradingview-alerts-home
Upgrade Instructions
From your tradingview-alerts-home
directory, run the following:
npm install @alleyway/add-tradingview-alerts-tool@latest
Release 1.9.3
- add support for bybit (f3b2140)
- Bugfix: Handle numeric inputs in YAML config by casting to string before doing token replacements (869713d)
New Installation Instructions
npx @alleyway/create-tradingview-alerts-home
Upgrade Instructions
From your tradingview-alerts-home
directory, run the following:
npm install @alleyway/add-tradingview-alerts-tool@latest
Release 1.9.2
Release 1.9.1
- {{token}} replacement in most configuration options using arbitrary user-created columns in .csv
- show options available in when dropdown item not found
Release 1.9.0
botched release