+ BB %B: MA selection, bar coloring, multi-timeframe, and alerts+ %B is, at its simplest, the classic Bollinger Bands %B indicator with a few added bells and whistles.
However, the right combination of bells and whistles will often improve and make a more adaptable indicator.
Classically, Bollinger Bands %B is an indicator that measures volatility, and the momentum and strength of a trend, and/or price movements.
It shows "overbought" and "oversold" spots on a chart, and is also useful for identifying divergences between price and trend (similar to RSI).
With + %B I've added the options to select one or two moving averages, candle coloring, and a host of others.
Let's start with the moving averages:
There are options for two: one faster and one slower. Or combine them how you will, or omit one or both of them entirely.
Here you will find options for SMA, EMA (as well as double and triple), Hull MA, Jurik MA, Least Squares MA, Triangular MA, Volatility Adjusted MA, and Weighted MA.
A moving average essentially helps to define trend by smoothing the noise of movements of the underlying asset, or, in this case, the output of the indicator.
All of these MAs available track this in a different way, and it's up to the trader to figure out which makes most sense to him/her.
MA's, in my opinion, improve the basic %B by providing a clearer picture of what the indicator is actually "seeing", and may be useful for providing entries and exits.
Next up is candle coloring:
I've added the option for this indicator to color candles on the chart based on where the %B is in relation to its upper and lower bounds, and median line.
If the %B is above the median but below the upper bound, candles will be green (showing bullish market structure). If %B is below the median but above the lower bound, candles will be red (denoting bearish market structure).
Overbought and oversold candles will also be colored on the chart, so that a quick glance will tell you whether price action is bullish/bearish or "oversold"/"overbought".
I've also added functionality that enables candles to be colored based on if the %B has crossed up or crossed down the primary moving average.
One example as a way to potentially use these features is if the candles are showing oversold coloration followed by the %B crossing up your moving average coloration. You might consider a long there (or exit a short position if you are short).
And the last couple of tweaks:
You may set the timeframe to whatever you wish, so maybe you're trading on the hourly, but you want to know where the %B is on the 4h chart. You can do that.
The background fill for the indicator is split into bullish and bearish halves. Obviously you may turn the background off, or make it all one color as well.
I've also added alerts, so you may set alerts for "overbought" and "oversold" conditions.
You may also set alerts for %B crossing over or under the primary moving average, or for crossing the median line.
All of these things may be turned on and off. You can pretty much customize this to your heart's delight. I see no reason why anyone would use the standard %B after playing with this.
I am no coder. I had this idea in my head, though, and I made it happen through referencing another indicator I was familiar with, and watching tutorials on YouTube.
Credits:
Firstly, thanks to www.tradingview.com for his brilliant, free tutorials on YouTube.
Secondly, thanks to www.tradingview.com for his beautiful SSL Hybrid indicator (and his clean code) from which I obtained the MAs.
Please enjoy this indicator, and I hope that it serves you well. :)
Komut dosyalarını "alert" için ara
QuantNomad - Heikin-Ashi PSAR AlertsUsing this script you can create alerts for my Heikin-Ashi PSAR Strategy:
When creating alerts use "Once Per Bar Close" in parameters.
####################
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as good as in historical backtesting.
This post and the script don’t provide any financial advice.
Fixed Percent Stop Loss & Take Profit % - For Study Scripts===========
Fixed Percent Stop Loss & Take Profit % - { FOR STUDY SCRIPTS! }
===========
A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price - This is for setting Alerts within your own Study Script for when either your SL or TP get hit.
Yup, that's about it!
You can ignore the actual entry/exit orders - they're based on a simple MA cross and are therefore NOT relevant, NOT profitable and NOT recommended!
You should be using this code as a way of adding Stops and Takes to your own scripts - hope it helps!
Set your "Open Long/Short" Alerts to be triggered "Once per Bar Close" - Set your "SL/TP" Alerts to trigger "Once per Bar".
--
We wrote this with a bit of a rush on! ~ If you spot any mistakes/bugs just let us know and we'll get round to them asap!
-----------
Good Luck and Happy Trading!
Ichimoku Clouds Strong Bullish/Bearish signals and alertsIchimoku Clouds Strong Bullish/Bearish signals with allerts
The Ichimoku cloud was developed by Goichi Hosoda, a Japanese journalist, and published in the late 1960s. It provides more data points than the standard candlestick chart. While it seems complicated at first glance, those familiar with how to read the charts often find it easy to understand with well-defined trading signals.
We provide you easy-to-use script which helps to decrypt meaning of lines in the indicator. The script takes Ichimoku clouds indicator formulas to calculate Tenkan, Kijun, SenkouA, SenkouB values and examines them in order to produce buy ( Bullish ) and sell ( Bearish ) signals which are displayed at the chart
The most appropriate time frame is 30m
Custom alerts are added to send you a notice with a webhook when bullish or bearish signal arrives.
You can easily add weak and neutral signals alerts by removing "//" in a specified place
Feel free to copy and use this script for your ideas and trading. You can modify the script by adding Parabolic SAR in order to increase accuracy of positions closure
Squeeze X Alerts BFThis is an alerts script for my Squeeze X strategy .
The default settings are the same. The alerts are based on the long and short signals that occur upon a cross of the momentum line to the positive or negative respectively.
Green background is bullish, red is bearish. Bright green lines indicate a long signal, bright red a short signal.
White background means no trade since we are in a period of choppy/sideways price action.
It can be useful to use momentum as a divergence indicator against price as an aside.
QQE Cross v6.0 by JustUncleL w-Long-Short Alerts by sscoginThis script provides long and short alerts along with take profit alerts for either long or short positions. Based on the MA color changes set up originally in the script by JustUncleL.
Traditional Pivot Points AlertsCreated a script for alerts on Traditional Pivot Points.
You will be able to create separate alerts for every level or create one for price crossing any level.
Because of some TradingView limitations, alerts won't be fired for the first bar of the session. Will try to solve that in the new versions.
In the script used new v4 plotting features, so will be able to plot levels and labels nicely. Unfortunately, there is a limit on the number of consecutive lines you can plot on the plot (around 50), so lines in the past will disappear.
You can enable/disable in params displaying level itself on the chart.
And remember:
Past performance does not guarantee future results.
Fibonacci Pivot Points AlertsCreated a script for alerts on Fibonacci Pivot Points.
You will be able to create separate alerts for every level or create one for price crossing any level.
Because of some TradingView limitations, alerts won't be fired for the first bar of the session. Will try to solve that in the new versions.
In the script used new v4 plotting features, so will be able to plot levels and labels nicely. Unfortunately, there is a limit on the number of consecutive lines you can plot on the plot (around 50), so lines in the past will disappear.
And remember:
Past performance does not guarantee future results.
QuantNomad - Pivot Points AlertsVery simple scripts that will allow you to receive alerts for new Pivot Lows/Highs Points.
A solid arrow points to actual point low/high point, transparent - to the bar, you'll receive alerts for (Shifter by rightBars).
And remember:
Past performance does not guarantee future results.
EURUSD MACD ALERT 1min Long only Alert Script for AutoviewThis is the Alert Script for the EURUSD 1min Long only script. It is also scripted with the Autoview syntax in the message body of the alert to execute Long at market price and sell open orders at market price. These conditions are set based on the EURUSD 1min Long only script posted. You can adjust as needed.
GBPUSD MACD ALERT 1min Long only Alert Script for AutoviewThis is the Alert Script for the GBPUSD 1min Long only script. It is also scripted with the Autoview syntax in the message body of the alert to execute Long at market price and sell open orders at market price. These conditions are set based on the GBPUSD 1min Long only script posted. You can adjust as needed.
GBPJPY MACD ALERT 1min Long only Alert Script for AutoviewThis is the Alert Script for the GBPJPY 1min Long only script. It is also scripted with the Autoview syntax in the message body of the alert to execute Long at market price and sell open orders at market price. These conditions are set based on the GBPJPY 1min Long only script posted. You can adjust as needed.
Strategy Moving Average Stop and Reverse alertsSo this is for strategy for the Moving Average Stop and Reverse alerts
its seems to be nice , I did not play so much with the TF but one can change settings as he wish
my indicator with alerts is
I think the results is more due to the condition of the test rather to the model? on the other hand the original model in version 2 (not mine) had similar results . also TV put the signals one bar forward where in reality the signal will beep correctly at the right bar as shown in graph
the model is attempt to make SAR better
Connors RSI with alert1-alert condition added. to use alert right click on connors rsi and set alert for buy and sell
2-for better use i added triangle up and down
when see green triangle up, go long
when see red triangle down, go short
[Autoview][Alerts]Dual MA Ribbons R0.12 by JustUncleLSorry I have had trouble getting the TradingView to point to the "Alerts" script instead of the "Backtest".
This is the Alerts part of this pair of Scripts. This part creates alerts to be picked up by the Chrome Add-on.
MG - Fibonacci Alerts - 1.1Updated version of
Allows users to receive alerts when price reach a new Fibonacci level.
By default, the Fibonacci levels extend upwards. This can be changed to extend downwards by unchecking 'Extend Upwards' option.
Usage:
- Perform a Fib extension analysis and determine a high value, low value and direction of extension
- Add indicator and specify these values
- Optionally, to view the levels used by the indicator on the main chart, copy the indicator source and:
- Set overlayed = true
- Set highPrice and lowPrice to your determined values (optional, but will save re-entering them later)
- Add to chart
- This will show you the exact levels used by the indicator
- Set overlayed = false
- Remove and re-add the indicator
Kozlod - Pivot Reversal Strategy Alerts V2Its' new version of previously published Kozlod - Pivot Reversal Strategy Alerts
Indicator now better correspond to original strategy. However, there can be some differences. Problem is that it's pretty tricky to implement in plain PineScript same "stop" logic used in strategy.entry of the original script
SuperTrend V.1 Single AlertLike SuperTrend V.1 Alert, but no difference for long alert and short alert ...
PPO Divergence AlertsThis is a pretty straightforward script that adds alerts to Pekipek's excellent PPO Divergence indicator and changes the visuals a bit. You can have the alerts fire on these events:
Purple Circle (bullish signal)
Orange Circle (bearish signal)
Green Dot (High Point)
Red Dot (Low Point)
I use this on daily Forex charts to get alerts when purple or orange dots show. As you can see, it catches a lot of big moves, some of which can give insane returns if you're 200x leveraged on the likes of 1Broker.com. In regards to reducing false signals, I'm getting good results with a Williams %R but would love to hear any suggestions.
Edit: Oops. Box #6 in the example should be yellow, not purple.
Sniper EMA Indicator (No Arrows, No Alerts)//@version=5
indicator("Sniper EMA Indicator (No Arrows, No Alerts)", overlay=true)
ema6 = input.int(6, title="EMA 6")
ema12 = input.int(12, title="EMA 12")
ema20 = input.int(20, title="EMA 20")
ema120 = input.int(120, title="EMA 120")
ema_6 = ta.ema(close, ema6)
ema_12 = ta.ema(close, ema12)
ema_20 = ta.ema(close, ema20)
ema_120 = ta.ema(close, ema120)
vwap_val = ta.vwap
plot(ema_6, color=color.orange, title="EMA 6")
plot(ema_12, color=color.teal, title="EMA 12")
plot(ema_20, color=color.blue, title="EMA 20")
plot(ema_120, color=color.yellow, title="EMA 120")
plot(vwap_val, color=color.fuchsia, title="VWAP")
Priority Flags + RS/EMA + RSI/ADX + Donchian + Table + AlertsRS vs EMA(20)
Real-time table showing RS, RS EMA, RSI(14), and ADX
Chart background turns green or red based on RS > or < RS EMA
A/B/C flags based on number of conditions met:
A: 1 of 3 true (RS, RSI > 50, ADX > 25)
B: 2 of 3 true
C: all 3 true
Only the highest-priority flag per candle shown
Donchian Channel breakout (high) marked with yellow dot
Alerts for A, B, C, and Donchian breakout
Hybrid TrendFlow Forecast Tool [w/ Alerts & MTF]Hybrid TrendFlow Forecast Tool
This script is your multi-layered market trend compass, designed to keep you on the right side of the move by combining:
EMA trend filtering
Regression slope direction
ADX momentum
Volume & OBV confirmation
Price projection targets
It’s perfect for traders who want to see the bigger picture before making a move, combining higher timeframe clarity with immediate price action structure.
Key Features
Upper Red & Lower Green Forecast Targets
These dashed lines dynamically show where price might head next—up or down—based on the width of the regression “band.”
Green lines for potential bullish targets.
Red lines for potential bearish targets.
If price breaks out of the bands, these levels act as early guides for possible extension moves.
Golden Dashed Projection Line
This golden dashed line is like your future roadmap: it projects where the market’s average price might go if the current trend slope holds steady. It’s not a trade entry—it’s a visual hint of momentum’s carry.
Middle Line = Mean Reversion Zone
The big middle line of the bands is the regression line—think of it as a “mean reversion” anchor point.
The upper & lower bands are like a quasi Bollinger Bands—they show expected volatility, giving you a sense of when price might snap back or stretch out.
Higher Timeframe (HTF) Logic
You can choose to run the EMAs on a higher timeframe for added context—like 4H EMAs while trading 1H charts. This helps you stay aligned with the larger market flow even when you’re in the smaller intraday swings.
Score Dashboard
See a quick “score” (0-100) telling you how strong the trend is.
Descriptive narrative (like “Upward Bias”) ensures you always know what’s happening.
User Guide
1️⃣ Adding the Indicator. Go to TradingView → Indicators → Search for this script and add it.
2️⃣ Adjust Settings. Customize EMA lengths, regression window, projection length, and higher timeframe (HTF) to suit your style.
3️⃣ Read the Dashboard.
Green = Strong Uptrend
Orange = Moderate Uptrend
Red = Trend might be weak or reversing
Dashboard phrases: “Volume is pumping” = big trading volume; “Money is flowing in” = OBV rising!
4️⃣ Using Forecast Targets
The upper green and lower red dashed lines forecast where price might reach if it breaks out.
The golden dashed line suggests the average path if the trend slope stays constant.
The middle line and bands show the expected “normal range” of price action—like Bollinger Bands.
5️⃣ HTF Sensitivity Tips (User Section)
Here’s a guide for typical fractal sensitivity pairs for your HTF choice:
🕰️ HTF Suggested Fractal Sensitivity
1H – 4H 2–3 (balance of detail and smoothness)
4H – 1D 3–4 (bigger pivots, reduced noise)
1D – 1W 4–5 (macro structure only)
Use these to tune the tool to your timeframe—higher sensitivity for slower charts, lower for faster.
⚠️ Final Note
This isn’t a “buy/sell” system on its own—it’s a market awareness tool. Use it to:
Stay in sync with the bigger trend
Avoid trading against momentum
Spot when volume confirms (or denies) the price move
Let the forecast zones and slope hint where price could stretch to.