Price Change AlertsThis purpose of this indicator script is to reduce time traders spend staring on the charts.
For example if you're trading BTCUSD you can set alerts to be trigered by desired delta amount, for example 50. Then you can receive push notifications on your phone (need to install the tradinview app) and on your desktop computer every time price changes by amount of 50. Simple and easy.
To enable alerts do this:
- Click on alerts clock icon in top right corner of the screen
- Click on "Create alert button"
- In Condition dropdown select "alerts"
- In the next dropdown select "Any alert function() call" and click on "Create" button
Script uses repainting on purpose to display daily percentage changes since the previous day's closing and to triger alerts.
Notifications
Bogdan Ciocoiu - Pager► Description
This script creates the possibility for users to set up alerts on different timeframes when close prices crossover or cross under certain essential exponential moving averages such as 20, 50 or 200. The script shows the fundamental levels where one can set notifications.
The current levels are:
15min timeframe: when Close < EMA 200
15min timeframe: when close > EMA 200
5min timeframe: when close < EMA 200
5min timeframe: when close > EMA 200
60min timeframe: when close < EMA 200
60min timeframe: when close > EMA 200
► Originality and usefulness
This tool is helpful because it enables users to use the notification system when specific trends form without actively monitoring price action.
► Open-source reuse
The script only leverages TradingView native functionality.
DMA Thrust Count NotificationCount thrust after price cross 3x3 DMA
This use 3 SMA with 3 offset line to check with price and count thrust.
Thrust will be resetted every cross
GRaB Candles w/NotificationsJust added "notifications" to the previous script I found from mattlacoco.