Alert Intervals and Delays Framework [BigBitsIO]Simply explained, this script, when modified to each specific use case, can allow you to specify that alert conditions are only checked every X seconds (AKA Intervals - as fast as every single second) and that alerts can not occur quicker than the user-specified delay (in seconds)
Explained:
- This will work on any resolution, but for the best results/fastest alerts a premium plan with 1s resolution will work best.
- Be mindful of which alert option you choose when setting up corresponding alerts. On 1s resolution with alerts once per bar you can get alerts up to every second.
- The scan for alerts every X seconds will be when the script can scan, by default every 5th second. If you want it to scan on any and all updates, set it to 1 for 1 second
- The delay between alerts will just require than that many seconds have passed since the last alert was fired (whether it was an actual alert in TradingView or just as recognized by this script)
- To have a custom alert condition met, do your normal indicator logic and check your conditions during the scanning period after the delay has been met, as marked by comments in the code
FAQ
- Why is this script useful?
- Many people do not want to constantly monitor for alerts, and may only want alerts to trigger at certain times, or after certain periods of time
- What is an example?
- You want a 1min resolution RSI alert, but you don't want to see it every minute, or only once.
- By setting your alert to once per bar, or once per minute on a 1min or less resolution chart you can get alerts only every 2min 30sec for example when setting your delay to 150 (seconds)
Warning: Since the scan time and alert times on larger resolutions can not be accessed from previous candles when first added to the chart it should be pretty important that you operate on a chart with a smaller resolution than your delay.
Customalerts
Simple EMA signals [Mr_Orange V1.0]This is my simple EMA signals script, which is a script for the EMA crossover/crossunder with build in alerts to go long or short.
go LONG signal is based on the fast EMA crossing over the slow EMA
go SHORT signal is based on the fast EMA crossing under the slow EMA
EMA's are fully adjustable
Future ideas:
*Confluence with RSI
*More EMA's (triple/quadruple)
DK-Invest-Multi-Indicator-Background Color Signals-Testing OnlyThis is currently categorized as an "Invite Only" script and is being tested by a small number of users in the community. The goal is to release to the general community in the near future. The script will likely remain protected due to the amount of time invested in its development. This may change at some point in the future!
This script is unique in that it not only combines multiple indicators and multiple resolutions into a single view, but the source data is not derived directly from price. Rather it is built on a weighted point scale utilizing SMA trends and crosses spanning multiple resolutions. This point scale provides a slightly different and more predictive approach than typical indicators that are reacting to price changes.
Can be viewed with reliable buy/sell signals on any resolution from 5s to 480m. It depends only on preference and whether the goals are short-term or long-term trading.
<<< Please make sure to review Trading View's documentation regarding the use of alerts on scripts that span multiple resolutions. A reminder/warning will be generated for each new/updated alert because of this. Note: As TV explains, it's not a bug, it's just the nature of the beast when dealing with indicators that combine multiple resolutions onto a single chart. >>>
I will be adding some images of the backtesting results shortly. The script is showing some extremely good ROIs. Want to get through another round of QA testing prior to releasing results. Stay tuned.
An Alt coin version will also be added soon. BTC is a bit unique in its volume and timing of buy/sell signals, which is why there is a separate script for now.
Thank you for your understanding. Questions please add a comment. Still getting use to checking for comments, so apologies if there is a delay in responding!
DK Investments (just me right now :->)