Skip to content

Releases: alleyway/add-tradingview-alerts-tool

Release 2.2.0

28 May 07:00
Compare
Choose a tag to compare
  • 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

09 Feb 12:15
Compare
Choose a tag to compare
  • 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

30 Jan 18:28
Compare
Choose a tag to compare
  • 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

28 Jan 18:26
Compare
Choose a tag to compare
  • 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

27 Jan 11:42
Compare
Choose a tag to compare

Now supporting more exchanges:

    binance
    binance_futures_usdm
    binance_futures_coinm
    binanceus
    bittrex
    coinbase
    ftx
    kraken
    kucoin
    okx_spot
    okx_swap
    bybit_derivatives
  • upgrade dependencies (2c5cbad)
  • allow multiple intervals in same config (0db32f3)

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

21 Oct 14:00
Compare
Choose a tag to compare
  • 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

27 Sep 11:42
Compare
Choose a tag to compare
  • 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

27 Sep 11:09
Compare
Choose a tag to compare
  • replace ALL instances of tokens in message, not just the first occurrence (aa1cb97)
  • better error message when not finding option in dropdown (ce22e14)
  • updated dependencies

Release 1.9.1

13 Sep 08:12
Compare
Choose a tag to compare
  • {{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

13 Sep 08:05
Compare
Choose a tag to compare

botched release