Releases: alleyway/add-tradingview-alerts-tool
Release 2.4.3
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
- 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
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
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
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
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
Release 2.2.3
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
- improvement to clicking "option"
- update some librarys
stability
Release 2.2.1
- update to make bittrex work (05edd7d)
- update dependencies