https://github.com/thanhnguyennguyen/tradingview-pine-scripts
This consolidates multiple necessary indicators into one. Setup a few helpful alerts for traders
https://github.com/thanhnguyennguyen/tradingview-pine-scripts
alert bot free lazy scripts traders trading tradingview tradingview-pine-scripts
Last synced: 7 months ago
JSON representation
This consolidates multiple necessary indicators into one. Setup a few helpful alerts for traders
- Host: GitHub
- URL: https://github.com/thanhnguyennguyen/tradingview-pine-scripts
- Owner: thanhnguyennguyen
- Created: 2020-01-26T09:15:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T03:20:59.000Z (10 months ago)
- Last Synced: 2025-01-31T16:36:57.867Z (8 months ago)
- Topics: alert, bot, free, lazy, scripts, traders, trading, tradingview, tradingview-pine-scripts
- Homepage:
- Size: 36.1 KB
- Stars: 23
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tradingview-pine-scripts
For Free User, tradingview provides only 1 alert and up to 3 indicators.This consolidates multiple necessary indicators into one. Setup a few helpful alert for traders.
Hope it helps free user enjoy as much functions as possible
### Usage
- Add script to display indicators
- Navigate to tradingview web UI
- Open `Pine Editor`
- Paste the script
- `Save` and `Add to chart`
- Set up the alert
- Select `Alerts` in the right panel
- Set Alert
- Select condition:
- `out BB` to set an alert when the price is out of Bollinger band
- `MA200 cross MA50` to set an alert when golden cross / death cross appear### Supported indicators
- Bollinger band 50
- MA20
- RSI
- EMA21