Leverage Liquidation Circles/dots/alertsThis plots liquidation alerts for different levels of leverage. The script calculates the liquidation prices for both long and short positions based on the inputted leverage values. Then, it plots dots on the chart where liquidation can occur for each level of leverage. Additionally, it plots circles on the chart only when a liquidation event occurs, at which point the circle changes color to indicate the level of leverage that triggered the liquidation.
The script allows traders to visualize potential liquidation events for different levels of leverage, which can be helpful in managing risk when trading on margin. The different colors of the circles can quickly communicate which level of leverage triggered the liquidation, allowing traders to quickly assess the situation and adjust their positions if necessary.
Cari skrip untuk "alert"
Bollinger Bands Weighted Alert System (BBWAS)The idea of this indicator is very similar to my previous published script called BBAS (Bollinger Bands Alert System). 
Just with little additions. In this case, we're using a Weighted Moving Average (ta.wma) instead of Simple Moving Average to calculate the basis line. 
A breakout in trading refers to a situation where the price of a security or asset moves beyond a defined level of support or resistance, which is typically indicated by technical analysis tools like Bollinger Bands. Bollinger Bands consist of three lines: the upper band, the lower band, and the middle band (or basis). The upper and lower bands are set at a specified number of standard deviations away from the middle band, and they help to define the range within which the price of an asset is expected to fluctuate.
When the price of the asset moves beyond the upper or lower band, it is said to have "broken out" of the range. If the price closes below the lower band, it is considered a bearish breakout, and if it closes above the upper band, it is considered a bullish breakout.
Once a breakout occurs, traders may look for a confirmation signal before entering a trade. In this case, crossing the middle line (or basis) after a breakout may signal a potential trend reversal and a good opportunity to enter a long or short trade, depending on the direction of the breakout.
Dear traders, while we strive to provide you with the best trading tools and resources, we want to remind you to exercise caution and diligence in your investing decisions. 
It is important to always do your own research and analysis before making any trades. Remember, the responsibility for your investments ultimately lies with you. 
Happy trading!
Impulse Alerts - Riccardo Di GiacomoThis is the Impulse indicator that allows you to receive alerts in the case one of the following situation occurs:
1) Buy Setup
- Price above Exponential Moving Average 260
- Moving Average 21 above Exponential Moving Average 260
- Moving Average 9 above Moving Average 21
- RSI(14) above 50
- Stochastic equal or below 20
2) Sell Setup
- Price below Exponential Moving Average 260
- Moving Average 21 below Exponential Moving Average 260
- Moving Average 9 below Moving Average 21
- RSI(14) below 50
- Stochastic equal or above 80
The Bollinger Bands represents another useful information:
- If the price is near the upper band when the first situation occurs, it is another green light, otherwise be careful
- If the price is near the lower band when the second situation occurs, it is another green light, otherwise be careful
Know Sure Thing with AlertsIts the same basic Know Sure Thing Indicator, just added alerts and labels for crossovers in it.
Hope you all like it. 
Enjoy
Pro Trading Art - Candlestick Patterns with alertAll candlestick pattern based on "Japanese candlestick charting techniques".
 Currently Supported List of Candlestick Patterns : 
 
  Hammer
  Hanging Man
  Inverted Hammer
  Shooting Star
  Morning Star
  Evening Star
  Bullish Engulfing
  Bearish Engulfing
 
 Important Points: 
1. You can create alert for all patterns.
2. You can modify multiplier(Length Of Shadow) for Hammer, Hanging Man, Inverted Hammer and Shooting Star
3. You can modify EMA length for upward and downward validation of any pattern.
[MAD MBS] Multibit Alert on ChartThis is a basic debugger to display each individual multibit alert directly on the chart and additionally the possibility to create alarms based on this true/falses to use multibit without a Riskmanagement
Tallrye AlertsThis is just a script to see the usage of volume from another source, i.e. US100 while using alerts in Renko chartview.
myAlertsLibrary   "myAlerts" 
My Alerts Functions - To use with autoview
 f_order(_price, _qty, _position, _account, _exchange, _i, i_qtyTypeOrder, typeMsg, syminfoticker) 
  - Write the entry order message
  Parameters:
     _price : - The order price
     _qty : - The order quantity
     _position : - The order side
     _account : - The user account
     _exchange : - The user exchange
     _i : - Used for multi-accounts, this represents the index of accounts
     i_qtyTypeOrder : - String used to set Thether or Bitcoin Type Orders
     typeMsg : - True = Autoview; False = Metatrader
     syminfoticker : - Ticker
  Returns: - Returns the open order message
 f_stop(_stop_price, _slLimit_price, _account, _exchange, _i, i_delayOrders, typeMsg, syminfoticker) 
  - Write the stop order message
  Parameters:
     _stop_price : - The order stop price
     _slLimit_price : - The order stop limit price
     _account : - The user account
     _exchange : - The user exchange
     _i : - Used for multi-accounts, this represents the index of accounts
     i_delayOrders : - Time in seconds to delay command on autoview
     typeMsg : - True = Autoview; False = Metatrader
     syminfoticker : - Ticker
  Returns: - Returns the open order message
 f_take(_take_price, _account, _exchange, _i, i_delayOrders, typeMsg, syminfoticker) 
  - Write the stop order message
  Parameters:
     _take_price : - The order stop price
     _account : - The user account
     _exchange : - The user exchange
     _i : - Used for multi-accounts, this represents the index of accounts
     i_delayOrders : - Time in seconds to delay command on autoview
     typeMsg : - True = Autoview; False = Metatrader
     syminfoticker : - Ticker
  Returns: - Returns the open order message
 f_update(_account, _exchange, _i, i_delayOrders, typeMsg, syminfoticker) 
  - Write the update order message
  Parameters:
     _account : - The user account
     _exchange : - The user exchange
     _i : - Used for multi-accounts, this represents the index of accounts
     i_delayOrders : - Time in seconds to delay command on autoview
     typeMsg : - True = Autoview; False = Metatrader
     syminfoticker : - Ticker
  Returns: - Returns the open order message
 f_exit(_account, _exchange, _i, i_delayOrders, typeMsg, syminfoticker) 
  - Write the exit order message
  Parameters:
     _account : - The user account
     _exchange : - The user exchange
     _i : - Used for multi-accounts, this represents the index of accounts
     i_delayOrders : - Time in seconds to delay command on autoview
     typeMsg : - True = Autoview; False = Metatrader
     syminfoticker : - Ticker
  Returns: - Returns the open order message
 f_hedge(_account, _exchange, _i, i_delayOrders, typeMsg, syminfoticker) 
  - Write the exit order message
  Parameters:
     _account : - The user account
     _exchange : - The user exchange
     _i : - Used for multi-accounts, this represents the index of accounts
     i_delayOrders : - Time in seconds to delay command on autoview
     typeMsg : - True = Autoview; False = Metatrader
     syminfoticker : - Ticker
  Returns: - Returns the open order message
Divergence MACD Sign/Alert [MsF]MACD divergence sign & alert notification.
With this router, you can choose which further indicators you want to see divergence in MACD.
In addition, in order to improve visibility, the sub-window is designed to display only the selected index and diversity.
Lookback Bars: When detecting divergence, you can set how many bars to look back in the past.
--------------
MACDダイバージェンスのサイン&アラートインジケータです。
このインジケータでは、MACDの中でさらにどの指標のダイバージェンスを見るか選択できます。"MACD"、"Signal"、"ヒストグラム"の3つから選べます。
なお、サブウィンドウには可視性向上のため、選択した指標とダイバージェンスのみを表示する仕様としています。
■設定について
Lookback Bars:ダイバージェンス検出する場合に、何個のバーを過去にさかのぼるか設定できます。
Pro Trading Art - Insider Entry with alertThis indicator is based on volume and ma. This will help you to detect higher volume on chart. You can create alert to stay updated. I am using Fibonacci golden ratio to multiply the current volume. My logic is if volume comes greater than factor of Fibonacci number and current volume then consider it as a insider entry. 
KST AlertJust added Alert condition to the default indicator
Default timeframe is set to 15m
Buy signal initiates when kst line crosses over signal line
Sell Signal initiates when kst line crosses under signal line
RSI Scalping & Swing Signals With AlertsThis RSI indicator shows a green or red ribbon when the smoothed RSI is bullish or bearish. It also includes a long moving average for overall trend confirmation. Wait until the ribbon holds above or below the long moving average and take positions in that direction.
To get an easier to read RSI indicator, I smoothed the RSI out and paired it next to a short term RMA. These two together form the ribbon that will show you early reversals and trend direction. The long moving average is used as an overall trend detector and confirmation for longer term trends.
 ***HOW TO USE*** 
Scalping: Enter longs when the ribbon turns green and enter shorts when the ribbon turns red. Exit positions when the ribbon turns the opposite color or crosses the long moving average.
Swing Trading: When the ribbon holds above the long moving average or breaks out and retests it, look for long positions and exit when the ribbon turns red or crosses the long moving average. When the ribbon holds below the long moving average or breaks down and retests it, look for short positions and exit when the ribbon turns green or crosses the long moving average.
 ***DETAILS*** 
This indicator gives early reversal signals very well and waiting for the RSI ribbon to cross the long moving average helps to get you into positions when the market is ready to really move while filtering out some of the noise.
The ribbon and background will change to green or red depending on whether it is currently bullish or bearish. 
There is also a label that changes colors and tells you if RSI is bullish or bearish and also whether the RSI ribbon is above or below the long moving average.
Green or red circles will appear on the indicator when there is a bullish or bearish cross of the RSI ribbon and the long moving average.
It also has alerts that trigger when RSI is turning bullish/bearish or when the RSI ribbon is crossing the long moving average.
 ***CUSTOMIZATION*** 
Each piece of this indicator can be customized to suit your preferences including the RSI source, length, smoothing length, short moving average length and long moving average length. You can also turn off the labels, signals and long moving average. All of these settings can be managed within the indicator settings input tab.
 ***MARKETS*** 
This indicator can be used as a signal on all markets, including stocks, crypto, futures and forex.
 ***TIMEFRAMES*** 
This RSI Scalping & Swing Signals indicator can be used on all timeframes.
 ***TIPS*** 
Try using numerous indicators of ours on your chart so you can instantly see the bullish or bearish trend of multiple indicators in real time without having to analyze the data. Some of our favorites are Trend Friend Scalp & Swing Trade Signals, Volume Spike Scanner, Buy & Sell Pressure Volume Profile, and Momentum Scalper in combination with this RSI indicator. They all have real time Bullish and Bearish labels as well so you can immediately understand each indicator's trend.
Momentum Scalping & Swing Signals With AlertsThis Momentum indicator shows a green or red ribbon when smoothed momentum is bullish or bearish. It also includes a long moving average for overall trend confirmation. Wait until the ribbon holds above or below the long moving average and take positions in that direction.
To get an easier to read momentum indicator, I smoothed the momentum out and paired it next to a short term RMA. These two together form the ribbon that will show you early reversals and trend direction. The long moving average is used as an overall trend detector and confirmation for longer term trends.
 ***HOW TO USE*** 
Scalping: Enter longs when the ribbon turns green and enter shorts when the ribbon turns red. Exit positions when the ribbon turns the opposite color or crosses the long moving average.
Swing Trading: When the ribbon holds above the long moving average or breaks out and retests it, look for long positions and exit when the ribbon turns red or crosses the long moving average. When the ribbon holds below the long moving average or breaks down and retests it, look for short positions and exit when the ribbon turns green or crosses the long moving average.
 ***DETAILS*** 
This indicator gives early reversal signals very well and waiting for the momentum ribbon to cross the long moving average helps to get you into positions when the market is ready to really move while filtering out some of the noise.
The ribbon and background will change to green or red depending on whether it is currently bullish or bearish. 
There is also a label that changes colors and tells you if momentum is bullish or bearish and also whether the momentum ribbon is above or below the long moving average.
Green or red circles will appear on the indicator when there is a bullish or bearish cross of the momentum ribbon and the long moving average.
It includes alerts that trigger when momentum is turning bullish/bearish or when the momentum ribbon is crossing the long moving average.
 ***CUSTOMIZATION*** 
Each piece of this indicator can be customized to suit your preferences including the momentum source, length, smoothing length, short moving average length and long moving average length. You can also turn off the labels, signals and long moving average. All of these settings can be managed within the indicator settings input tab.
 ***MARKETS*** 
This indicator can be used as a signal on all markets, including stocks, crypto, futures and forex.
 ***TIMEFRAMES*** 
This Momentum Scalping & Swing Signals indicator can be used on all timeframes.
 ***TIPS*** 
Try using numerous indicators of ours on your chart so you can instantly see the bullish or bearish trend of multiple indicators in real time without having to analyze the data. Some of our favorites are Trend Friend Scalp & Swing Trade Signals, Volume Spike Scanner, Buy & Sell Pressure Volume Profile, and RSI Scalper in combination with this momentum indicator. They all have real time Bullish and Bearish labels as well so you can immediately understand each indicator's trend.
Big Snapper Alerts R3.0 + Chaiking Volatility condition + TP RSI//@version=5
//
// Bannos
// #NotTradingAdvice #DYOR
// Disclaimer.
// I AM NOT A FINANCIAL ADVISOR.
// THESE IDEAS ARE NOT ADVICE AND ARE FOR EDUCATION PURPOSES ONLY.
// ALWAYS DO YOUR OWN RESEARCH
//
// Author:  Adaptation from JustUncleL Big Snapper by Bannos
// Date:    May-2022
// Version: R1.0
//Description of this addon - Script using several new conditions to give Long/short and SL levels which was not proposed in the Big Snapper strategy "Big Snapper Alerts R3.0"
//"
//This strategy is based on the use of the Big Snapper outputs from the JustUncleL script and the addition of several conditions to define filtered conditions selecting signal synchrones with a trend and a rise of the volatility.
//Also the strategy proposes to define proportional stop losses and dynamic Take profit using an RSI strategy.
// After delivering the temporary ong/short signal and ploting a green or purple signal, several conditions are defined to consider a Signal is Long or short.
//Let s take the long signal as example(this is the same process with the opposite values for a short).
//step 1 - Long Definition:
    // Snapper long signal stored in the buffer variable Longbuffer to say that in a close future, we could have all conditions for a long
    // Now we need some conditions to combine with it: 
    //the second one is to be over the Ma_medium(55) 
    //and because this is not selective enough, the third one is a Volatility indicator "Chaikin Volatility" indicator giving an indication about the volatility of the price compared to the 10 last values
    // -> Using the volatility indicator gives the possibility to increase the potential rise if the volatility is higher compared to the last periods.
    //With these 3 signals, we get a robust indication about a potential long signal which is then stored in the variable "Longe"
    
    //Now we have a long signal and can give a long signal with its Stop Loss
    // The Long Signal is automatically given as the 3 conditions above are satisfied.
    // The Stop loss is a function of the last Candle sizes giving a stop below the 70% of the overall candle which can be assimilated to a Fibonacci level. Below this level it makes sense to stop the trade as the chance to recover the complete Candle is more than 60% 
    
    //Now we are in an open Long and can use all the mentioned Stop loss condition but still need a Take Profit condition
    //The take profit condition is based on a RSI strategy consisting in taking profit as soon as the RSI come back from the overbought area (which is here defined as a rsi over 70) and reaching the 63.5 level to trigger the Take Profit
    //This TP condition is only active when Long is active and when an entry value as been defined.
    
    //Entry and SL level appreas as soon as a Long or short arrow signal does appears. The Take profit will be conidtioned to the RSI.
    
    //The final step in the cycle is a reinitialization of all the values giving the possibility to detect and treat any long new signal coming from the Big Snapper signal.
MACD Strategy AlertThis Indicator will only give you potential entry base on MACD strategy combine with a 200 EMA
-Sell when price under 200 ema and MACD is crossing the signal line above 0
-Buy when price above 200 ema and MACD is crossing the signal line under 0
-Sending Alert for each Potential Entry
OBV+EMA HistogramHistogram of the difference between On Balance Volume and an EMA of the On Balance Volume (OBV + EMA).
Using a 55 EMA, on the daily timeframe of BTC, bull/bear trends occur when the histogram is above/below the zero line respectively.
Divergences also have a notable effect. 
-- Added alert conditions when OBV crosses EMA to signal a possible trend change, for bullish and bearish cases.
Oscillators Overlay w/ Divergencies/Alerts by DGTAn  oscillator  is a technical analysis tool that, simply said, gauge momentum, determine market trend direction and duration. For some oscillators, fluctuations are bounded by some upper and lower band, and traders use them to discover short-term overbought or oversold conditions. 
Oscillators are often combined with moving average indicators to signal trend breakouts or reversals
Histogram, is the difference between the oscillator and signal lines, which oscillates above and below a center line and is used as a good indication of an asset's momentum
 What to look for 
   -  Signal Line Crossover  is the most common signal produced by the oscillators
   -  Zero Line Crossovers  have a very similar premise to Signal Line Crossovers
   -  Divergence , when the oscillator and actual price are not in agreement, is another signal created by the oscillators
   -  Overbought and Oversold , with any range-bound oscillator, conditions are a primary signal generated
 Oscillators Overlay study  
   * Presents oscillators on top of the mian chart (price chart)
   * A single indicator for many well known and custom oscillators
   * Divergence detection
   * Alerts for various condtions 
The list of oscillators included;
   - Awesome Oscillator (AO)
   - Chaikin Oscillator (Chaikin Osc)
   - Commodity Channel Index (CCI)
   - Distance Oscillator
   - Elder-Ray Bear and Bull Power
   - Elliott Wave Oscillator (EWO)
   - Klinger Oscillator
   - Money Flow Index (MFI)
   - Moving Average Convergence Divergence (MACD)
   - Rate Of Change (ROC)
   - Relative Strength Index (RSI)
   - Stochastic (Stoch)
   - Stochastic RSI (Stoch RSI)
   - Volume Oscillator (Volume Osc)
   - Wave Trend  
In technical analysis, investors find oscillators to be important technical tools and consider them more effective when used in conjunction with other means of technical analysis 
 Disclaimer : Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon solely
The script is for informational and educational purposes only. Use of the script does not constitutes professional and/or financial advice. You alone the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd TradingView user liable for any possible claim for damages arising from any decision you make based on use of the script
Camarilla Pivot Points L3/4 D/W with Labels AlertsThis version of the camarilla pivot points will provide daily or weekly S3, S4, R3 and R4 Levels.
This release is intended to help you declutter your charts by not having too many lines but still getting the benefit of clearly seeing where the key camarilla levels are, which can help with identifying market structure and potential market extremes.
It has the option to show or hide the lines to help unclutter your charts.
The lines can also be hidden by the user line transparency input, in which case the values will still appear on the scale.
It comes with a cross label for each pivot point that can be offset horizontally by user input.  Per the screenshot, the intention is to have these labels adjacent to the right axis to clearly idenfity the pivot levels.
It also has alerts for each pivot point level
Multiple Timeframe continuity with Crossover Alerts█  OVERVIEW 
This Indicator calculates the EMA 9/20 and the RSI with its SMA on multiple timeframes and indicates their crossings. In addition this script alerts the user when crossings appear.
█  USAGE 
Use the checkboxes to activate different timeframes. With the dropdown menu you can select the timeframe in minutes.
Furthermroie use the checkboxes to activate different crossovers. At the end of the settings you can find the same options for the RSI.
You can also let the script indicate only the overlapping of both indicator crossovers by using the combination option.
█  KNOWLEDGE 
EMA: The ema function returns the exponentially weighted moving average. In ema weighting factors decrease exponentially. It calculates by using a formula: EMA = alpha * source + (1 - alpha) * EMA , where alpha = 2 / (length + 1).
SMA: The sma function returns the moving average, that is the sum of last y values of x, divided by y.
RSI: The RSI is classified as a momentum oscillator, measuring the velocity and magnitude of price movements. Momentum is the rate of the rise or fall in price. The RSI computes momentum as the ratio of higher closes to lower closes: stocks which have had more or stronger positive changes have a higher RSI than stocks which have had more or stronger negative changes.
RMA: Moving average used in RSI. It is the exponentially weighted moving average with alpha = 1 / length. 
(Source: TradingView PineScript reference & en.wikipedia.org)
█  Credits 
Thanks to @KhanPhelan with his EMA 9/20 trading idea 
Credits to TradingView for their RSI function
█  Disclaimer 
This is my first Script, any feedback is welcome.
TPTR_Dynamic_Ratio_CorrelatorThe script provides a way to compute ratio between two indexes (or stocks) of your choice, and paints a "up-arrow" below the first candle where and when the value of the ratio exceeds your threshold of choice.
It also creates a table summarizing the value of your securities, and the value of the ratio below.
The script will also alert you with a message (automatically) when the ratio of your security_1 and security_2 exceeds the ratio. 
 
EMA/MA Cross + BB + Alerts Short hand notes - I made this for friend and I. Unsure how to share it with him so made it public.
u/ tmyerskerry for the math on slope and look back period (look back period isn't perfect for slope calculation as 200ma is slow moving so some signals are goign to be strong instead of weak and visa versa. If you know a better way than i'm all ears!
Can set mutliple EMA's and MA's.
Default BB built in. Couldn't figure out how to set default shadow transparency so you will have to turn it down.
Added red and green lines that indicate when price has gone above and below the BB shadow.
Added arrows for when EMA1 crosses EMA2. Right now set for 9 + 32. And depending on MA200 color changes if its with the trend or against. 
Alerts in the works. (please don't ask for them as i'm doing this part time and don't know pinescript)
Percent Change AlertUse for alert setting
1st condition = percent change from close price yesterday > 0
2nd condition = volume today > volume yesterday 30%
if both condition is happened at the same time it will show the signal (Black arrow below bar)






















