BBWAS Enhanced with Webhook Alerts and Money ManagementThe Enhanced BBWAS Indicator is a powerful tool designed to identify breakouts in the price of a security or asset. It utilizes Bollinger Bands, which consist of three lines: the upper band, the lower band, and the middle band (or basis). These bands help define the expected price range within which the asset is likely to fluctuate.
When the price breaks above the upper band or below the lower band, it indicates a potential breakout. A bullish breakout occurs when the price closes above the upper band, while a bearish breakout occurs when the price closes below the lower band.
In this enhanced version of the indicator, several new features have been added to provide more flexibility and functionality:
Webhook Alerts: Traders now have the ability to configure webhook alerts to trigger a bot or any external system. This allows for timely notifications when a breakout occurs, enabling automated actions or manual intervention as desired.
Multiple Moving Average Types: The indicator now supports different types of moving averages for increased customization. Traders can choose from popular moving average types such as Simple Moving Average (SMA), Exponential Moving Average (EMA) and Weighted Moving Average (WMA). This enables users to experiment and find the moving average type that best suits their trading strategy.
Money Management: To assist traders in managing risk, a money management feature has been incorporated into the indicator. It calculates the optimal position size or number of units to purchase for each trade, considering the desired risk per trade. By specifying a maximum risk per trade, traders can ensure that their position sizes are adjusted accordingly, helping to maintain risk control in their trading activities.
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!
Komut dosyalarını "alert" için ara
Long & Short / Bullish & Bearish & Neutral / Sentiment LONG and SHORT signal generation:
The LONG and SHORT signals in this script are generated based on a combination of sentiment, price strength, and volume strength calculations. The following parameters and calculations are used in determining these signals:
Sentiment:
The sentiment is calculated using a Simple Moving Average ( SMA ) of the SMO (oscillator) over a specified sentiment_length.
Price Strength:
The price strength is calculated as the percentage change in the closing price compared to the previous closing price.
Volume Strength:
The volume strength is calculated as the percentage change in the trading volume compared to the previous trading volume .
Custom Oscillator:
This oscillator is calculated as the difference between price strength and volume strength, followed by calculating its SMA over a specified strength_length.
The LONG signal is triggered when:
The sentiment_diff (difference between the oscillator and the SMA oscillator) is greater than 0, and the close price is greater than the fast EMA ( Exponential Moving Average ) of the close price, OR
The custom oscillator crosses over its SMA , and the close price is greater than the open price, and the close price of the previous period is greater than the close price of two periods ago.
The SHORT signal is triggered when:
The sentiment_diff is less than 0, and the close price is less than the fast EMA of the close price, OR
The custom oscillator crosses under its SMA , and the close price is less than the open price, and the close price of the previous period is less than the close price of two periods ago.
Color change description:
The color change in this script is based on the relationship between the close price and the highest/lowest SMAs of the high/low price over a specified lengthInputRoR. The following colors are used:
Green:
Bullish area (close price is greater than the highest SMA of the high price)
Red:
Bearish area (close price is less than the lowest SMA of the low price)
Yellow:
Neutral area (close price is between the highest and lowest SMAs of the high and low prices)
Color meaning description:
Yellow (Neutral Area):
This color indicates that the close price is between the highest and lowest SMAs of the high and low prices, signaling more caution and uncertainty in the market.
Green ( Bullish Area):
This color represents a bullish market condition where the close price is greater than the highest SMA of the high price, suggesting a higher probability of a successful LONG position.
Red ( Bearish Area):
This color signifies a bearish market condition where the close price is less than the lowest SMA of the low price, indicating a higher probability of a successful SHORT position.
Support and Resistance lines explanation:
Support and resistance lines are calculated based on the highest and lowest prices over a specified number of periods. These lines are used to identify significant price levels where the market may experience increased buying or selling pressure.
Resistance:
The resistance line is calculated using the highest high price over a specified number of periods. This line represents a price level where selling pressure is expected to increase, making it more difficult for the price to rise further. Traders often consider resistance levels as potential entry points for SHORT positions or exit points for LONG positions.
Support:
The support line is calculated using the lowest low price over a specified number of periods. This line represents a price level where buying pressure is expected to increase, making it more difficult for the price to fall further. Traders often consider support levels as potential entry points for LONG positions or exit points for SHORT positions.
The resistance and support lines are plotted using different colors to help traders visualize the important price levels where the market may experience a reversal or consolidation.
Final Words:
This script provides LONG and SHORT signals and alerts based on a combination of sentiment, price strength, and volume strength calculations. It is designed to serve as a high-quality aid for executing well-informed trading ideas. However, it's important to note that the LONG and SHORT signals and alerts generated by this script should not be considered as trading advice. Traders should always conduct their own research and analysis before making any trading decisions. The script aims to assist in visualizing important market trends and price levels, helping traders make more informed decisions based on their personal trading strategies.
Role Reversal Detection Alert [MsF]Japanese below / 日本語説明は英文の後にあります。
-------------------------
When you draw a horizontal line on the W top or W bottom and be waiting for roll reversal, have you ever missed it when it rebounded at the horizontal line? It is a helpful indicator to prevent such oversight.
After the candle touches the horizontal line (including the touch of the leg), and then the candle body passes the alert judgment horizontal line, it will be alert.
The horizon line and the alert judment horizon line should be entered as parameters.
- Parameter
Input Horizontal Value: Enter the horizontal value
Band Range by pips : Enter the offset from horizontal line by pips
-------------------------
WトップやWボトムに水平線を引いてロールリバーサルを待ってる時に見事水平線で反発したのに見逃すことはありませんか?
そんな見落としを防止するためのお助け的なインジケーターです。
メイン水平線にローソク(ひげ含む)タッチ後、からアラート判定水平線を実体で抜けた場合にアラートを発報します。
メイン水平線とアラート判定水平線はそれぞれパラメータで入力する必要があります。
<パラメータ>
Input Horizontal Value:メイン水平線の価格を入力します
Band Range by pips :メイン水平線からアラート判定水平線のオフセットをpipsで入力します
Crodl Auto TraderI've added Buy & Sell Flags - They will be used to add Longs and Shorts Flags as well as the ability to add alerts on them.
What triggers the Buy signal?
Buy signal = This indicator make use of the rsi (Relative Strength Index) to look at specific overbought and oversold levels as confirmation if it is an uptrend and not overbought yet. This will indicate that a long opportunity will be possible.
The SMA (slow moving average) is being used to calculate where to entry as it uses Crossed SMA's for entries.
SMA and EMA Crosses with the RSI (not overbought) will give as a buy signal if the SMA cross the EMA.
Sell signal = When the Rsi is not oversold this will give a good confirmation that the market still has downwards potential and it will wait for a cross on the SMA and EMA when crossed over for a sell signal. If we get a cross but the RSI is oversold that will be seen as a bad signal and it will be avoided.
Take Profit - Currently there are 4 Hardcoded Targets and on the backtester you will see the results for all 4 separately on the Info Panel.
The 4 green lines (TP)
1st line is at 0.5% market move, 2nd line is at 1% market move ,3rd one is at 1.5% market move and the last and 4th line is at 2%.
This will be where it will take profit unless you set the Exit Strategy to Opposite then it will use the opposite flags to exit.
So when it is set to Opposite and the previous flag was a long then it will exit on the next short flag and when the previous flag was a short flag then it will exit on the next long flag.
if the exit strategy is set to CrodlExit it will use an ATR based exit. so if the previous flag was a short it will wait for price to cross an ATR level then it will close the short and the same if the last flag was a long it will only be closed if a TP (green line) level has been reached or the ATR level for an exit.
if the Exit Strategy has been set to Fixed SL then you can set the sl at a specific %. if you set the Fixed SL at 2% that means if the last flag was a buy signal then if the TP targets was not reached first and the market moves downwards by 2% it will exit and wait for the next flag, if you are in a short and the TP level was not reached if the market moves 2% upwards it will close your short.
Backtest Data has 3 options. You can choose for it to show both Long(Buy) and short(sell) or just Buy or just Sell data.
Statistics Type will show you the info panel on the right. if you set it on Simple you will see the following data
Asset that you are currently on as well as the timeframe.
and the date it starts reading data to plot entries from. this will change depending on the timeframe that you are on. since higher timeframes will show you candles from longer time back as lower time frames.
Total = The amount of buy and sell flags since the first trade data and buy will give you the buy amount flags shown since that date and sell will show you the amount of sell flags since the start date.
Total win = this will tell you how many trades reached the TP (green lines) before a exit condition was met.
Total loss = this will show you how many of the flags exited based on the exit type selected before a TP target was reached.
TP1= how many time we reached the first target level at 0.5%
TP2= how many time we reached the second target level at 1.0%
TP3= how many time we reached the third target level at 1.5%
TP4= how many time we reached the fourth target level at 2.0%
the % are calculated from the total wins and total losses and it will give you the % difference.
If the % is bigger than 80 it will have a green background and if its less than 80% but more than 50% then it will be orange, if it is less than 50% it will be red.
win streak is the average of how many times we reached the profit target in a row before we reached an exit target based on the exit strategy
Loss streak is the average of how Many losses we had in a row before we reached the TP1 level
Longest Winning streak is how many times after one win we had another wining trade meaning TP reached before a stop level based on the exit strategy
Longest losing streak is the amount of times we reached the SL level based on the exit strategy before reaching a TP level or the opposite flag depending on the setting based on exit strategy.
to hide the info panel you can set the statistics to Coming soon.
Alerts can be set on all the TP targets and Entries(Buy and Sell flag) as well as all the exit strategies.
STD Stepped Ehlers Optimal Tracking Filter MTF w/ Alerts [Loxx]STD Stepped Ehlers Optimal Tracking Filter MTF w/ Alerts is the traditional Ehlers Optimal Tracking Filter but with stepped price levels, access to multiple time frames, and alerts.
What is Ehlers Optimal Tracking Filter?
From "OPTIMAL TRACKING FILTERS" by John Ehlers:
"Dr. R.E. Kalman introduced his concept of optimum estimation in 1960. Since that time, his technique has proven to be a powerful and practical tool. The approach is particularly well suited for optimizing the performance of modern terrestrial and space navigation systems. Many traders not directly involved in system analysis have heard about Kalman filtering and have expressed an interest in learning more about it for market applications. Although attempts have been made to provide simple, intuitive explanations, none has been completely successful. Almost without exception, descriptions have become mired in the jargon and state-space notation of the “cult”.
Surprisingly, in spite of the obscure-looking mathematics (the most impenetrable of which can be found in Dr. Kalman’s original paper), Kalman filtering is a fairly direct and simple concept. In the spirit of being pragmatic, we will not deal with the full-blown matrix equations in this description and we will be less than rigorous in the application to trading. Rigorous application requires knowledge of the probability distributions of the statistics. Nonetheless we end with practically useful results. We will depart from the classical approach by working backwards from Exponential Moving Averages. In this process, we introduce a way to create a nearly zero lag moving average. From there, we will use the concept of a Tracking Index that optimizes the filter tracking for the given uncertainty in price movement and the uncertainty in our ability to measure it."
Included:
-Standard deviation stepping filter, price is required to exceed XX deviations before the moving average line shifts direction
-Selection of filtering based on source price, the moving average, or both; you can also set the Filter deviations to 0 for no filtering at all
-Toggle on/off bar coloring
-Toggle on/off signals
-Long/Short alerts
Any 8 Moving Averages - Alerts, Clouds & PercentagesANY 8 MOVING AVERAGES WITH ALERTS, COLOR CHANGING CLOUDS AND PERCENTAGE GAPS
This is a fully customizable moving average cloud with alerts. It has 8 moving averages that can be individually set to any type such as: EMA, SMA, HMA, WMA, VWMA & RMA. Each moving average paints green when price is above it and paints red when price is below it. They include colored clouds between the price and each moving average as well.
You can individually change the length, colors, type of moving average and turn them off for those of you that only want a few moving averages on your chart at once.
There is also a percentage gap table that tells you how far away the price is from each moving average which are labeled accordingly.
You can also set alerts for when price crosses each moving average.
***HOW TO USE***
When all the moving averages are green, buy dips down to the next lower moving average. When all the moving averages are red, short the tops up to the next moving average.
Trade in the direction of the trend and wait for all lines to turn one color before taking trades in that direction.
Make sure there is a big enough percentage gap to the next moving average before taking a trade.
***MARKETS***
This indicator can be used as a signal on all markets, including stocks, crypto, futures and forex.
***TIMEFRAMES***
This moving average 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 our Auto Fibonacci, Directional Movement Index + Fisher Price Action, Volume Profile With Buy & Sell Pressure, Auto Support And Resistance and Money Flow Index in combination with this moving average cloud. They all have unique features to help you make better and faster trading decisions.
Moon Launch Alerts Template [Indicator]I created this indicator/study script because i ran into the issue that the same Alerts would fire multiple times. For example it would trigger a Long signal when already being in a Long. I guess there would be no issue with a very basic strategy but with a larger script and many variables, it seemed to create complications.
This is resolved by a TradingLine oscillator and only when it switches to a new and different position from previous, will it trigger an Alert.
If you are in a Long and it signals Long again, then this is seen as a "Continuation Long" in the Alerts settings. You can use this condition to add to your existing position (Optional). Continuation signals are plotted as bright green/red dots.
You will notice there's an option to uncheck "Trade Shorts" and "Trade Exits" signals.
Lets say you choose not to trade Short and Exits, then your Long would only Exit once a Short signal is detected.
This could prove useful for Back-testing purposes.
This quick example script uses the EMA 10, EMA 200, emaPlus1Atr and emaMinus1Atr.
To use in your script, you will need to modify and add your own BUY/SELL/EXIT signals in the box where it says:
//// INPUT YOUR BUY/SELL/EXIT SIGNALS HERE: ////
//////////////////////////////////////////////////
Hope someone will find this useful, or even just as an additional visual confirmation for your own trading strategy and script.
MACD Objective Breakouts + AlertsFinds the most recent support and resistance level as confirmed by the MACD . These level are detected dynamically and the lines will be updated as new levels form.
Alerts can be toggled on or off in the settings but will not work if the alert is not added to your chart. Alerts can be added by selecting the "Alert" button on TradingView then selecting "MOB Alerts" as the condition
Alerts will trigger when price closes above or below the indicated levels.
Please let me know if you find any bugs!
CDC Action Zone - 3Commas AlertCDC Action Zone, The well know indicator using EMA 12 and EMA 26.
When EMA 12 crosses EMA 26 will be a signal to trade.
You can change EMA that you want from settings.
This indicator work with 3Commas - Crypto DCA Bot . (Tradingview custom signal)
You can get a "BOT ID" and "Email token" from 3Commas when you create a bot.
Add into text box in indicator's settings.
After that create alert in Tradingview
Check webhook and using Url below for send signals to 3Commas bot.
3commas.io
This indicator will alert 40 Symbols at one time. (Tradingview set max symbols at 40)
If you want to alert more than 40 symbols, you can change symbols from settings and create new alert.
Argo I (alerts for 3commas single bots)This script lets users create BUY/SELL alerts for 3commas single bots in a simple way, based on a built in set of indicators that can be tweaked to work together or separately through the study settings. Indicators include Bollinger Bands, Williams %R, RSI, EMA, SMA , Market Cipher, Inverse Fisher Transform.
If the user choses to create both BUY and SELL signals from the study settings, the alert created will send both BUY and SELL signals for the selected pair. Note the script will only send alerts for the pair selected in the study settings, not for the current chart (if different).
How to use:
- Add the script to the current chart
- Open the study settings , insert bot details. Pairs MUST be in capital letters or 3commas will not recognize them.
- Still in the study settings, tweak the deal start/close conditions from various indicators until happy. The study will plot the entry / exit points below the current chart (1 = buy, 2 = sell)
- Ideally, test the settings with a backtesting script. The present script is compatible with the Trading Parrot's backtester.
- When happy, right click on the "..." next to the study name, then "Add alert'".
- Under "Condition", on the second line, chose "Any alert () function call". Add the webhook from 3commas, give it a name, and "create".
Happy tweaking!
TradingWise Supply and Demand Indicator 1.0TradingWise Supply and Demand Indicator 1.0 is based on the Price Action candlestick patterns to identify the Supply and Demand zones in the charts (Areas of liquidity). It works on all Timeframes and Asset Classes. This Script helps the traders to identify the demand and supply zones with identifications on the candle stick patterns indicating the origin of the Strong move. Also it generates Alerts automatically once the supply or demand area is formed thus by reducing the hours spent on the charts and reducing the missed trade Opportunities as well. This Indicator is extremely helpful for those on Full time Jobs/ Busy Schedule.
Buy/Sell Alerts by Indicator:
Green Diamond + DZ Sign ---> Indicates the Demand Zone Formation. Place Buy Trade upon Entry Criteria Met
Orange Diamond + SZ Sign ---> Indicates the Supply Zone Formation. Place Sell Trade upon Entry Criteria Met
Bank Heist ( Matrix 5 EMA With Delorean Indicator Alerts )Bank Heist ( Market Maker / Matrix 5 EMA With Delorean Indicator Alerts )
Welcome to the "Bank Heist" Indicator
This indicator is based on one strategy that many many individuals and companies have tried to label as their own, brand it, and resell it. The names of these companies will be listed below as to not "steal" the strategy from the people trying to brand EMA's and also to help those using keyword searches (based on the many hot terms coined over the years) to find this indicator. I personally have decided to add to the confusion and call it the "Bank Heist" so as to not appear to be "stealing" someone elses name for free indicators 😊
The Strategy
Simple:
The EMA's are below price, look for buys. EMA's above price, look for sells.
The 50 EMA is ALWAYS market equilibrium
Intermediate:
5 EMA Crossing Up 13 EMA With The 50 EMA Under everything = Buy
5 EMA Crossing Down 13 EMA with 50 EMA Above everything = Sell
The 50 EMA is ALWAYS market equilibrium
Advanced:
Simple+Intermediate
The higher period the EMA , the Longer the trend.
All time frames must pull back to ALL EMA's at some point during the trend
🤯 Each EMA is one period different, one time frame up or down (Example: The 13 EMA on the 15m chart is the same as the 5 EMA on the 1hr Chart)
🔑 If you don't understand this and/or want to study it further then mark each EMA on the 15m chart, then move up one time frame at a time all the way to the daily chart.
🧙♂️ After it "clicks" , just remember that price must always pull back to all EMA's on all time frames, The 50 EMA is ALWAYS market equilibrium
Delorean Indicator Alerts:
Set alarms on TradingView with this indicator!
For those who don't know what this is:
Two candles cutting through the 13 ema, second candle bigger, trade in the direction of the trend.
Special Notes:
The 50 EMA is ALWAYS market equilibrium
The Highly Skilled Will See How To Get The Worlds Tightest Stop Loss
THIS WORKS ON ALL TIME FRAMES (Yes, 1 minute throught 1 year)
THIS WORKS ON ANY FINANCIAL INSTRUMENT
You Can Also Set Alerts For The EMA's Crossing ( 5 EMA Crossing 13 EMA , ETC.)
🔮 Study These, You Cant Make This Up 🔮
Famous Trading System Names That Got You Here
Ordered from true original to most recent "creators" in chronological order
FXPX
Matrix
Matrix Trading System
Matrix 5 EMA
5 EMA
5 EMA's
Market Maker
MarketMaker
Delorean
Delorean Indicator
Delorean Strategy
IM Academy
Bank Heist (Free & Condensed TradingView Indicator)
DISCLAIMER
THIS IS NOT FINANCIAL OR INVESTMENT ADVICE AND SHOULD NOT BE INTERPRETED AS SUCH.
Trading foreign exchange on margin carries a high level of risk, and may not be suitable for all investors. Past performance is not indicative of future results. The high degree of leverage can work against you as well as for you. Before deciding to invest in foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with foreign exchange trading, and seek advice from an independent financial advisor if you have any doubts.
Heatmap - Multi-Timeframe Indicators - AlertsHeatmap - Multi-Timeframe Indicators - Alerts
▪ Main features :
- 19 Timeframes: 1m, 3m, 5m, 10m, 15m, 30m, 45m, 1h, 2h, 3h, 4h, 5h, 6h, 8h, 10h, 12h, 1D, 1W, 1M
- 6 indicators per timeframe
- choose specific timeframes for indicators (example - 1 hour)
- or choose specific timeframe ranges (example - 1 hour to 1 month)
The general idea is that the higher timeframe signals are stronger than the lower timeframe ones.
When a trend is starting, it is first visible on the lower timeframes.
The more time passes, the more the trend propagates through higher timeframes.
The default settings are meant to show all the available features. You may fine-tune it to your specific needs.
How to choose the timeframe for the chart : use the lowest of the choosen timeframes for indicators.
If the heatmap doesn't display correctly on your device, you may check the Heatmap Theme 🎨 setting.
It doesn't repaint.
"Repaint" version available though - good to check the past history, but very bad for real-time analysis.
▪ Indicators used for trend detection
1. MACD Cross
2. Stochastic Cross
3. Stochastic Cross and Overbought or Oversold
4. Moving Average
5. Parabolic SAR
6. Heikin Ashi
▪ Find the best Heatmap settings with the Strategy Tester version.
The signals generated by the Heatmap are considered to be valid at the bar open .
The Strategy Tester, however, uses the bar close in its calculations.
Therefore, the results may seem to be worse than they can be.
The Profitability, Profit Factor and other stats should be taken into consideration relatively to other configurations of the same Heatmap.
▪ Using a score system to consider a change in trend valid.
Example: consider the signal valid if 65% or more of all indicators (max 6) among all timeframes (max 19) hint at a change in trend.
The % percent value can be inserted in settings.
When using the default settings or when all timeframes and indicators are activated,
the ratio of 100% downtrend or 100% uptrend may be less occuring. Adjust accordingly.
The signals across timeframes and indicators are aggregated to show simple entry and exit signals.
▪ Combined Alerts, to be set to fire once per bar open :
0 - 📈 Long! - Heatmap - Multi-TFI
0 - 📈 Short! - Heatmap - Multi-TFI
0 - 📈 Long Exit! - Heatmap - Multi-TFI
0 - 📈 Short Exit! - Heatmap - Multi-TFI
1 *** BUY or SELL (single alert) ***
1 *** Entries or Exits (single alert) ***
▪ Note : The initial load may be slow. If something doesn't seem to work, you can try the following:
- wait more time for it to load
- hide & show or remove & add back to chart
- don't add the indicator to chart multiple times in a short amount of time, as you may be rate limited
▪ Related Studies :
- Heatmap - Multi-Timeframe Indicators - Strategy Tester
- Risk Management System (Stop Loss, Take Profit, Trailing Stop Loss, Trailing Take Profit) - it can be connected to Heatmap - Multi-Timeframe Indicators - Alerts
▪ Layout example:
Trading-Dojo BTC Spot to Perps AlerterTrading-Dojo BTC Spot to Perps indicator
This indicator takes the top exchanges in BTC spot and the top exchanges for BTC Perps and displays the difference / premium of each aggregate.
Allows you to estimate in real time where the premium lies
Allows you to set alerts on consecutive bars in one trend or another
Allows you to set alerts if a premium threshold is crossed on either trend.
DekaBot V5.1 AlertsDekabot is a BTCUSDT trading signals indicator. The buy/sell alerts are not re-painted so the results displayed will not change when Tradingview is reloaded.
Dekabot Alerts uses a combination of Bollinger Bands , MAs and RSI to determine if the market is in an uptrend or downtrend and a custom built indicator determines when a market is oversold and overbought which creates the buy and sell signals.
Please PM us to obtain access to use Dekabot Alerts.
ATR Auto Oscillator [DepthHouse]The ATR Auto Oscillator uses advanced range calculations to determine a dynamic range that the applied market moves within. Like an RSI , the ATR Auto Oscillator measures the speed and change of price movements through a given range. Unlike an RSI , the ATR Auto Oscillator automatically re-configures range values dependent on the user set lookback.
The oscillator ranges between (0.1) and 1.1. Generally, the market is oversold while the bands are below 0.2 and is overbought while above 0.8.
The two bands displayed are used to determine short term trend directions and the oversold/undersold state of the applied market. Crossovers of these bands could give a hint to the direction the market is moving.
The fast band (green) is the direct value of where the market is within its calculated range; 1.1 representing the top of range, and -0.1 representing the bottom. Even when this value is near the bottom of the top of the range, the auto oscillator will readjust to create a new range that the market travels within.
The slow band (red) is a lagging version of the fast band which is used to determine the oversold/overbought signals. When this band travels within the oversold and overbought regions the background color will change to signal a warning. If the fast band crosses the slow band within these zones, an opaque signal will appear. These signals are used to catch possible trend reversals.
Breakout Signals ( BETA ):
Breakout signals are the up and down arrows displayed on the top and bottom of the oscillator. A refined range is generated by the user set 'High Low Length'; it is then displayed by the light gray horizontal lines. If the user set band (fast or slow) returns into the range within a given period (breakout offset) then a signal will generate.
Built in Alerts (must be set up by user):
Bullish & Bearish Crossovers within the oversold and overbought ranges.
Bullish & Bearish Breakout alerts (beta)
Users can also set custom alerts. Example: Fast Band crossing up Value: 0.7
To gain access to this indicator please follow the link below.
Feel free to message me with any questions directly here on TradingView.
TDI Traders Dynamic Index Alerts v1 - BonavestTo add this indicator to your charts:
Click the 'Add to Favorite Scripts' button down below this description.
This indicator places BUY and SELL tags on the chart using the Trader's Dynamic Index Indicator created by Dan Malone. This indicator is RSI based and is best used with ranging markets and will tend to create a trail of false signals (colored tags) when price is at it's extremes for a long period of time. Utlizing some other indicator such as a volume based one will assist in optimizing signals.
I have used this indicator with success for a few years, however I do not plan to support users of this indicator. It is offered as-is.
I use this indicator for:
Counter Trend Trading (colored tags)
Detecting Best Entries to Follow Trend (gray tags)
Trading Extreme Overbought/Oversold Price Areas (bright colored tags)
Detecting RSI Divergences (circles)
SETTINGS
Custom Timeframe - Default current chart timeframe. Custom selection only works when selecting a smaller timeframe than what is on the chart.
Lengthrsi - RSI Period
Lengthband - TDI Band Length
Lengthrsipl - TDI Price Line Length
Lengthtradesl - TDI Signal Line Length
There are 5 Built-In Notifications already created for you and are available by simply right clicking in the indicator area and selecting:
Condition: TDI Alerts v1
Then 1 of the 5 Alerts:
BUY Signal - All Green colored tags
SELL Signal - All Red colored tags
Gray BUY signal - All Gray BUY tags
Gray SELL signal - All Gray SELL tags
All Signals - All colored and gray tags
This adaptation was based off of the original code from the talented LazyBear.
Cyatophilum Double Top & Bottom [ALERTSETUP]Private Indicator
Version Alpha
The indicator is subject to changes.
This indicator's goal is to help automatically find double top and double bottom patterns.
Its core algorithm uses purely price action and does not use any kind of overbought/oversold oscilator.
To be validated, a double top/bottom must be preceded by a simple top/bottom.
Parallel Channels
To be validated, a double top/bottom must be inside the top/bottom parallel channel. Channels will expire after some time. A channel's range is automatically calculated when changing timeframe or symbol. Channels can be used to trade breakouts after a double top/bottom happened.
Alerts
This indicator allows to create automated alerts in order to receive signals for an event. The available alerts are:
Double Bottom
Double Top
Simple Bottom
Simple Top
Send me a message if you would like to help me test the indicator.
*FIBAUS BUY and SELL Trender V2 with AlertsFIBAUS BUY and SELL Trender v2 with ALERTS: Hit me up if you want access.
Always be on the right side of the trade and know where to place the stop loss.
Its a very consistent system allowing for a low risk, high gain trading stratergy. Simply wait for the signal to show as BUY or SELL (LONG or SHORT) and place the order.
SET YOUR ALERTS and WAIT!
Tight stops losses are placed above (Sell/shorts) and below (Buy/Long) orders.
Horizonatal plot lines are to be used as Targets and reversal zones. Green lines are support zones and red lines act as resistance zones.
The Lagging line is the 200 EMA which give me a view of the overall trend of the market and indicates if I should only take Buy or Sell orders. When the 200 is RED, I only sell/short. When it is GREEN, I only Buy/Long.
NB: In trading support and resistance zones interchange. This means that supports can become resistance and resistance can become support zones.
For BTC/XBT, I use 2 hour candles.
Forex, I use 1 hour and 3 hour candles.
For Options I use the 1 hour candles.
Stop Loss stays the same for all types (which is above or below the candle signaling buy or sell.
Hit me up if you want access.
Happy Trading !!
FIBAUS
Technical Analysis - Binary Option AlertA. Oscillators & B. Moving Averages base on TradingView's Technical Analysis by ThiagoSchmitz
C.Pivot base on Ultimate Pivot Points Alerts by elbartt
D. Summary & Alert by anhnguyen14
Binary Option Alert base on my indicator: Technical Analysis - Panel Info
Put alert = Srong Sell + close>open
Call alert = Strong buy + close<open
* Alert Setup
1. Signal alert = PutAlert or CallAlert
2. Put alert = Put alert
3. Call alert = Call alert
Hancock - Pump Catcher [BitMEX] [Alerts]This is a study to the version of the strategy found here .
It generates 3 alerts:
CLOSE - Triggers to close all open positions
LONG - Triggers to open a long position
SHORT - Triggers to open a short position
Commands for alerts (without stop-loss) to get you started:
CLOSE - a=bitmex e=bitmextestnet c=position t=market
LONG - a=bitmex e=bitmextestnet b=long s=xbtusd l=5 q=99% t=market
SHORT - a=bitmex e=bitmextestnet b=short s=xbtusd l=5 q=99% t=market
I would advise including a stop-loss with your commands. These commands are for autoview and don't include a stop loss, use autoview command documentation to add stop-loss.
Happy trading
Hancock
$ SuPeR-RePaNoCHa $ [Alerts]Script for automatic trading (Alerts). This is the second part of the previous RePanoCHa script but with Take Profit.
It Use 6 indicators + volume:
-JURIK MOVING AVERAGE
-RANGE FILTER (DONOVAN WALL)
-ADX (ORIGINAL VERSION)
-PARABOLIC SAR
-RSI + VOLUME WEIGHTED (LAZYBEAR)
-MACD
-VOLUME
To close the position you can choose between Take Profit only, Trailing Stop only or both at the same time.
Example of bot syntax: (alerts once per bar)
LONG | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=order | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position b=short t=market ro=1 | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT b=long q=100% t=market | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position b=long p=0.7% q=50% t=post ro=1
SHORT | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=order | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position b=long t=market ro=1 | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT b=short q=100% t=market | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position b=short p=-0.7% q=50% t=post ro=1
LONG TP | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position q=50% t=market ro=1 (if you set the TP from entry this alert is not necessary)
SHORT TP | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position q=50% t=market ro=1 (if you set the TP from entry this alert is not necessary)
LONG TS | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position q=10% t=market // (alerts once per minute)
SHORT TS | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position q=10% t=market // (alerts once per minute)
XLONG/STOP-LOSS | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=order | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position b=long t=market ro=1
XSHORT/STOP-LOSS | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=order | delay=1 | e=BINANCEFUTURES a=ACCOUNT s=BTCUSDT c=position b=short t=market ro=1
CYBER ENSEMBLE {PREVIEW}This is the PREVIEW version of CYBER ENSEMBLE
The subscription based PREMIUM version is found here:
Please PM me for access information.
Signals for the last 5 days are disabled.
Signal Alerts are disabled.
===============
CYBER ENSEMBLE is a sophisticated signalling script base on the interplay of an ensemble of optimized indicators and market state filters.
(>1000 lines of code)
Users are advised to manually back-test and optimize the settings for a particular chart and time frame, before proceeding with its use.
The algorithms will be periodically updated to further optimize and improve their performances, and new algorithms may be tested and added in the future.
Note: In no way is this intended as a financial/investment/trading advice. You are responsible for your own investment/trade decisions.