An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/17243442/73152603-1ae2cd00-4103-11ea-9eea-c933b0d90b39.png)