Skip to content

Releases: alleyway/add-tradingview-alerts-tool

Release 2.4.3

05 Feb 09:12
Compare
Choose a tag to compare

This is a quick fix for backwards compatibility if you're getting the trimEnd() error

  • set to use backwards compatible trimRight (c08cd7f)

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 2.4.2

04 Feb 09:13
Compare
Choose a tag to compare
  • trim right to address trailing newline causing tradingview to set content-type header to text/plain instead of json (b82eb69)
    addresses #140

Updated some dependencies

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 2.4.1

14 Jan 22:50
Compare
Choose a tag to compare

Brought up to date with tradingview changes

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 2.4.0

30 Dec 11:14
Compare
Choose a tag to compare

Updated to work with latest tradingview changes
Dependencies cleaned up and audited

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 2.3.2

31 Jul 13:14
Compare
Choose a tag to compare

Minor dependency updates and fix for configs which don't have a sound section

  • fixed sound being checked if no section exists (0a9989e)

New Installation Instructions

npx @alleyway/create-tradingview-alerts-home

Upgrade Instructions

From your tradingview-alerts-home directory, run the following:

npx @alleyway/create-tradingview-alerts-home

Release 2.3.1

26 Jul 11:39
Compare
Choose a tag to compare

New Feature: If and indicator has multiple of the same option, you can use a zero-based array to specify which occurrence

eg: to select the first occurrence of "Plot" in a menu use "Plot[0]"

  • allow selecting indexed-based option (06e5199)
  • quick fix for sound slection bug (f2089c8)
  • minor target change to esnext (190997c)

New Installation Instructions

npx @alleyway/create-tradingview-alerts-home

Upgrade Instructions

From your tradingview-alerts-home directory, run the following:

npx @alleyway/create-tradingview-alerts-home

Release 2.3.0

24 Jul 13:09
Compare
Choose a tag to compare

New Feature:
You can now configure alert sounds in your configuration

  • allow configuring sound duration (f32a44f)
  • throw error for invocation of add alert error (8769616)
  • factor out some functions (a8ccfa3)
  • try new strategy for bringing up alerts (c075355)
  • detect timeouterror differently (29dd218)

Release 2.2.3

24 Jun 12:59
Compare
Choose a tag to compare

If some of you were having issues with the incorrect fire rate "Once Per Close" "Every Time" etc. being selected, this version should be more consistent

  • release new version of create home tool (e226ad9)
  • fix broken install for windows (5670360)
  • fix for broken option selection (155df08)
  • upgrade puppeteer (04aa5c4)
  • expose style overrides (4513243)
  • allow navigating to symbol that could be a formula starting with number 1 (4c95ba3)
  • throw invalid symbol error (e636a56)

Release 2.2.2

20 Jun 22:29
Compare
Choose a tag to compare
  • improvement to clicking "option"
  • update some librarys

stability

Release 2.2.1

09 Jun 12:35
Compare
Choose a tag to compare
  • update to make bittrex work (05edd7d)
  • update dependencies