Skip to content

Releases: alleyway/add-tradingview-alerts-tool

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

Release 1.8.11

07 Sep 08:30
Compare
Choose a tag to compare
  • Fix for option not being selected properly (5402a24)
  • optional screenshot on xpath fail (1ee8b18)

Release 1.8.10

18 Aug 14:09
Compare
Choose a tag to compare
  • beta (306bdff)
  • don't wait for page navigation on login (50bbdb4)
  • minor fix for when no command is made (949ed8c)