PriceCatch BOSS IOHi TradingView Community.
I am publishing a script that uses a proprietary logic based on Fibonacci retracement for identifying breakouts. This is a script that focuses on long side trades only.
PriceCatch BOSS IO: - PriceCatch Breakout Screener Script (Invite Only).
This script is not an indicator that plots anything on the chart but is a Screener.
SLIPPED OPPORTUNITIES
One of the problems faced by traders is that while they are watching or studying the chart of one stock or Forex pair, a super opportunity slips by them in another stock or another instrument and it is frustrating when that happens. With the PriceCatch BOSS IO script, you can now capture such moves made by other symbols whilst you are watching some other instrument.
USP:
The uniqueness of this script is that you can screen Nine of your favorite symbols for breakout opportunities simultaneously.
Users can pick Nine symbols of their choice and specify a resolution in the Settings dialog screen that the script will use to find out any probable breakouts in those selected nine symbols continuously.
The symbols could be from any exchange across the world and of any type - stocks, futures, commodities, Forex and Crypto. Simply put, if you can plot the symbol in TradingView, PriceCatch BOSS can monitor that instrument for breakouts on the time interval chosen by you.
ACTIONABLE INFORMATION:
What traders look for and expect from their charts is actionable information. This script does that. It clearly tells you the Entry Price and Stop Loss price for each symbol when a breakout opportunity presents itself in that symbol. You can then open up the chart of that specific symbol to validate the given information with any other indicators that you use and then take the call with regards to a trade. You may also use this script alone without adding any other indicator to your chart. The choice is yours.
CLARITY BEFORE TRADE:
As both Entry Price and Stop Loss Price are identified by the script, you receive advance information about the risk and can set your own Reward based on your personal preferences. So, with the necessary information provided to you in advance, you can plan your trades with clarity.
HOW IT WORKS:
Once the list of symbols are selected and resolution chosen, the script then continuously monitors those given symbols for breakout opportunities. At the close of every interval, it presents the results as shown below:
Results Set
This script shows the results of the screening in a Table as under:
SYMBOL Entry Price Stop Price
TSLA 830.84 802.88
EURUSD 1.13425 1.13160
Similarly for seven more instruments chosen by you.
NOTE: 0.00 under Entry and Stop price columns mean that there is no opportunity in that symbol.
ADVANTAGE:
The advantage of this script is that it helps you spot trades in your favorite symbols without manually loading their charts. With the ability to screen the symbols from Intraday time frames to higher time frames such as Weekly, you will be able to spot opportunities to go long in intraday, swing and even positional trades of longer duration.
Another significant advantage of this script is that while you may be watching a symbol in, say 15 minutes time frame, you can set the script to monitor breakouts in any other higher time frame starting from 15 minutes. This, in effect, gives you unsurpassed advantage.
DISCIPLINE:
As you choose your nine instruments/assets, the script indirectly inculcates discipline as your attention will be only on the selected instruments and you will not be distracted or search for opportunities in a whole bunch of other symbols / assets / instruments. As you can at any time change the set of nine assets as per your personal preference, you get the flexibility that you seek to work with a different set of symbols. For Forex traders who like to monitor only Major Pairs the ability to scan Nine pairs is quite sufficient. Similarly, to traders who trade S&P500, ES1! and other instruments, the nine symbols flexibility is adequate.
LONG POSITION TOOL
For visual cues, you may use the Long Position tool to set the Entry, Stop and Targets as per your preference on the main chart.
TRICK:
Can I only screen nine instruments? What if I am interested to screen more? Actually, you can screen more instruments. You see, you can add this script on to your chart multiple times and can select a set of nine unique stocks per script instance. That way you can actually screen more than nine stocks!
EXAMPLES:
Nifty 50
TSLA
Maruti
USDJPY
MSFT
UI
The script allows you to fine tune display options as per your personal preferences.
NOTE: This script runs in a separate pane without obstructing the view of your main chart.
NOTE: The formatting of price is based on mintick. As a result, since Forex and Crypto have more number of digits after the Decimal, if your screener list consists of a mix of stocks, Forex and Crypto - please change to a Forex chart to get the correct Forex price and to Crypto for correct Crypto price and so on.
NOTE: You will not get accurate results if you are in a higher time frame chart and the Screener resolution is set to lower time frame. For example, if chart is in 15 MTF and Screener resolution is set to 3 MTF, the results may not be accurate.
TIP: If you have added this script multiple times to your chart, then you may have to maximize the pane to view the results table.
NOTE - PRIOR TO USING THIS SCRIPT:
Please remember that the script is shared with absolutely no assurances about usability and any warranties whatsoever and as a responsible trader, please satisfy yourselves thoroughly and use it only if you are convinced it works for you. Remember, you are 100% responsible for your actions and must, therefore, do your due diligence before using this script and also before every trade. Profits and losses are part and parcel of trading activity and you are solely responsible for both. If you understand and accept that, you may use the script.
QUERIES/FEEDBACK
Please PM me.
Hope you find this script useful. Wish everyone all the best with trading.
Breakouttrading
Smarter SNR (Support and Ressistance, Trendline, MTF OSC)Built with love "Smarter SNR (Support and Ressistance, Trendline, MTF OSC) "
This indiator will show you Support & Ressistance, Good Trendline, and Multi-timeframe analyzing of Oscillator (Stochastic and RSI)
You can combine with your own strategy, or use this purely
DISCLAIMER :
Measure the risk first before use it in real market
Backtest The Strategy was very important, so you know the probability
Fundamentally Logical :
SNR -> Last 3 Zigzag Pivot
Trendline -> Using two last pivot for calculating the slope
Features :
1. SNR
2. Trendline
3. MTF Oscillator Analyzing
How to use it :
1. All Label, Table & Line can be turned on/off in settings
2. Pivot Period can be Adjusted in settings
3. All Label, Table & Line style can be adjusted in settings
Regards,
Hanabil
The One Trader Toolkit - Open AccessThis script is the open version of my existing invite-only script of the same name and has been opened for access to the community to use, but not modify or clone in any way.
This has been done as the invite-only script cannot be changed back to a public script and vice-versa, keeping in line with Tradingview House Rules.
The code is based on a full strategy that has been explained in detail as follows:
// Step 1:
// We will consider the 200ema a standard to assess the average price over the longer term.
// If the current price on the daily chart is seen above the 200ema, we will consider that the stock is in a long term uptrend.
// If the current price on the daily chart is seen below the 200ema, we will consider that the stock is in a long term downtrend.
// In order to assess the long term trend, a band is plotted between the CLOSE (Average price), HIGH (Average High Price), LOW (Average Low Price) of the last 200 days.
// This band has been color coded for easy visual recognition. Green fill between ema close and ema high. Red fill between ema close and ema low.
// The methodology explains that the trader should have a long bias when the price is above the green part of the band and a short bias while price is below the red part of the band.
// Step 2:
// Now we come to a lower timeframe analysis with the 200ema moving average on the hourly timeframe.
// This is marked by a very distinct solid blue line which cannot be missed.
// If the price is still above this moving average and correlates with the higher timeframe trend in step 1, then we will continue our analysis.
// Otherwise, the stock is not ready to be filtered down and we will move to another stock.
// Step 3:
// On the same hourly timeframe, we will continue further analysing the position of a red 50ema line as compared to the same blue 200ema line or a separetely plotted gray 200ema line.
// If the 50ema is above the blue or the gray 200ema line (and in correlation with trend in steps 1-3), then the stock is believed to be bullish.
// If the 50ema is below the blue or the gray 200ema line (and in correlation with trend in steps 1-3), then the stock is believed to be bearish.
// Step 4:
// After multiple confirmation of a continuing trend, we will try to ascertain a good entry point.
// On the one hour timeframe, we will apply the Phase Changer.
// Phase Changer configuration is derived from a common setup which includes the 8ema and 20ema lines.
// I have implemented it in the Indian stock market setup with an added theory that we ignore the Phase Changer position on any timeframe higher than hourly timeframe.
// So the Phase Changer is not only an indication of the continuing trend, but also a great indicator of what the price is trying to achieve through its interaction with the lines.
// If 8ema is above the 20ema on the hourly chart, then the stock is believed to be bullish.
// If 8ema is below the 20ema on the hourly chart, then the stock is believed to be bearish.
// The same will be done on 15 minutes timeframe.
// In either setup, if there is a pullback and price is touching any of the two ema lines and eventually gets rejected towards the continuing trend, then it is an indication of a good entry at the failure of the pullback.
// Step 5:
// After confirmation through Daily, Hourly and 15 minutes timeframes, we will now come to the execution (5 Minute) timeframe.
// Apply the breakfast range. This is the range formed during the first hour of trading.
// The high of the first hour and the low of the first hour form the breakfast breakout.
// This method is also widely known as Open Range Breakout (ORB).
// The breakfast range is commonly used for stock indices only on a Monday morning, we use it for all days of the week and mostly on stocks.
// If the breakout is consistent with the trend that we have been confirming since step 1, we will enter the trade.
// Step 6:
// An additional daily range has been plotted for those who would like to trade the breakout of the daily range.
// This is the sum of the open price of the day the range of the previous day.
// The green line is used as resistance and the red line is used as support.
// Any breakout of those lines will be considered a strong continuation of the trend, mostly until the end of the trading session.
// Miscellaneous
// The first hour of the trading day is marked yellow with a black solid bar marked at the end of the first hour.
// All trades will be taken only after 10:20am.
// Stoploss Settings
// We will be calculating stoploss with the help of the ATR values.
// I have defined two stop loss levels, one for safe traders and the other for aggressive traders.
// Safe traders will select the safe option in a long trade or short trade respectively and mark the stoploss indicated at the time of taking the breakout entry.
// Aggressive traders on the other hand will select the aggressive stop loss option in long or short trades respectively and mark the stoploss indicated at the time of taking the breakout entry.
Consolidation Zone Hunter NPR BasedThis script will search for zones where the range between the high and low is lower than avg % nearest rank of last X bars.
After X(=30) bars of consolidating range it will signal that the market is in a range and draw the top, bottom and middle of that range.
When price breaks the consolidating range the range is cleared, this is where you long/short the breakout. After this it will look for the next range and do the same.
Visual Explanation
NEXT Trend Delta Moving AverageOverview:
Trend Delta Moving Average (TDMA) is a composite moving average, driven by an algorithm that tracks real-time trends in price, volume, and various changes (delta) between the two. TDMA is low lagging but filtered (smoothed) MA type, with a sometimes predictive slope (via price divergence). This indicator allows you to plot one or two TDMA lines, as well as their crossovers, expressed in the form of long/short signals.
NASDAQ 100 Futures ( CME_MINI:NQ1! ) 1-minute
This Nasdaq futures example shows both TDMA lines and their crossover signals.
Tesla ( NASDAQ:TSLA ) 1-minute
If you trade price / MA crossovers or use moving averages as part of a broader trading system, you have the option of displaying a single TDMA line without any crossover signals (arrows) by ticking Plot TDMA1 Only checkbox and unticking Plot TDMA Crossovers . Great for breakout stocks like TSLA.
TDMA vs Other Moving Averages
We spent a good amount of effort developing and differentiating Trend Delta Moving Average (TDMA) from other moving averages. We wanted a responsive MA algo that considered price and action, and that incoporated user-controlled lagless filtering (smoothing). Below is a comparison between TDMA (purple) and several popular MA types, including Exponential (blue), Simple (red), and Hull (teal). All MA lengths set to 50.
Lagless Smoothing
You may use the Trendiness input parameter to control the amount of smoothing applied to individual or both TDMA lines. Lower values (emphasis on more recent trends) produce vertically tighter slopes, with TDMA following price action more closely, while higher values (emphasis on more longer term trends) relax the slope, without introducing horizontal (time) lag.
Input Parameters:
Length TDMA1 - length of the first Trend Delta Moving Average (TDMA)
Length TDMA2 - length of the second TDMA
Trendiness TDMA1 - the amount of trend weighting added to the first TDMA line (lower = more recent trend, higher = longer term trend)
Trendiness TDMA2 - the amount of trend weighting added to the second TDMA line (lower = more recent trend, higher = longer term trend)
Source - data used for calculating the MAs, typically Close, but can be used with other price formats and data sources as well.
Offset - shifting of the TDMA lines forward (+) or backward (-).
Plot TDMA1 Only - when checked, will only plot a single TDMA line (TDMA1)
Plot TDMA Crossovers - when checked, will plot an up arrow (long signal) when TDMA1 crosses over TDMA2, and a down arrow (short signal) when TDMA1 crosses under TDMA2.
Alerts
Here is how to set price crossing TDMA1 (or TDMA2) alerts: open a TradingView chart, attach NEXT Trend Delta Moving Average (TDMA), right-click on chart -> Add Alert. Condition: Symbol (e.g. NQ) >> Crossing >> NEXT Trend Delta Moving Average (TDMA) >> TDMA1 >> Once Per Bar Close.
Nearest Percentile Moving Average BandsWhile coding some filters into another indicator for Long/Short I noticed that ta.nearest.percentile might be the most useful tool in pinescript I've ever encountered.
While percentile_nearest can be used for all kind of things I decided to code moving averages from it and made bands for bottom percentage and top percentage.
The indicator will calculate the top % price of the given bar length.
Example settings:
length: 150
percentile: 99
So when using 99% it will draw a green line when price is moving above the top 1% price of the last 150 candles. It then calculates if the price is below the bottom 1% of the last 150 candles.
Trading use:
Use this indicator to check if the market is leaving normal territory. This signals a breakout move for example the dogecoin pump or the top of the range. I use this indicator to catch bull/bear moves for botting purposes. An other use would be to countertrend trade after the move has ended. With price being in top 1% for a while it is very probable that we see a large correction.
Below example of dogecoin pumps:
Volume Bar Breakout and Breakdown IndicatorVolume shows strength of a movement and highest volume shows the region that pushed price to certain extent with full strength. Breakout or Breakout of the highest volume bar range shows continuity further push by sellers or buyers indicating a trend continuation for a small period if not for long duration. Entries can be taken once signal is generated with stoploss as recommended.
Guidelines:
Don't trade if range is too large
Don't trade if Breakdown or Breakdown candle body / range is too large or if there is high volatility
Use additional indicator to get the idea of overall trend analysis
Classic Long Term Trend Following SystemThis is a classic long term trend following system.
The breakout period is 50 days instead of 20 and the moving average crossover are 40 and 120.
The moving averages are also exponential instead of simple.
The stoploss is 4 ATRs away from the price.
Recommendations:
Donchian Channels settings > 50 days
Moving Averages > 40 and 120, 80 and 140
Important to note:
My first strategy, DC Breakout System | This is simplicity at its finest, is best used on the crypto market and this one for stocks, commodities, currencies, etc. Those markets tend to trend a lot longer than crypto do.
Trend Following with Donchian Channels and MACDThis is a trend following system based on the Donchian Channels. Instead of using a simple moving average crossover, this system uses the MACD as the trendfilter:
Long positions:
* Price makes a new 50 day high,
* The MACD-line crosses above or is above the Signal-line.
* Both the MACD and the Signal-lines are above the zero-line.
Short positions:
* Price makes a new 50 day low,
* The MACD-line crosses below or is below the Signal-line.
* Both the MACD and the Signal-lines are below the zero-line.
Stoploss:
The initial and the trailing stoploss are 4 ATRs away from the price.
DC Breakout Strategy | This is simplicity at its finest.As the title already describes: this is a Donchian breakout strategy. This strategy, as of now, only goes long. It goes long when the price close makes a new high and the 8 day moving average is above the 32 day moving average. The strategy exits the trade if the price breaks the atr trailing stop of * 3 or the 8 day moving average crosses below the 32 day moving average.
This is simplicity at its finest.
EneX SignalEneX is signal that give recommendation signals for entry and exit on spot market. This indicators not suitable for leverage trading in futures market.
EneX signal consider several indicators and has entry and exit rules.
EneX signal is suitable for investors who believe in trend following strategy (disclaimer on).
This script composed by Yohan Naftali for educational purpose only. Reader who will use this signal must do own research.
Indicator and Plot Involved
1. Williams Fractals with default periods = 2
2. William Alligator Indicators with default simple moving average 8, 13, and 21
3. Exponential Moving Averages with default value EMA 50, 100, and 200
4. Relative Strength Index with default overbought level = 80 and oversold level = 20
5. Williams Fractals are joined to create support and resistance line and fill area between support and resistance lines.
Entry signal conditions
1. Entry on Weakness when bullish fractal appear on n/2 period
2. Entry when price break resistance line
All entry condition must above EMA and alligator signal and not in overbought RSI
Exit signal conditions
1. Lowest price is below Exponential Moving Average
2. Lowest price is below William alligator lines
You can easily find entry and exit points by using Entry (E), Exit(X) signals
How to use
1. Monitor chart and wait until E or X signals
2. Entry if Entry Signal (E) appear (green colored label)
3. Exit if Exit Signal (X) appear (red colored label)
4. Change indicators setting when necessary
Best Practice
1. Entry only when entry signal (E) appear
2. Never entry when price below William alligator signal
3. Exit when exit signal (X) appear
4. Not exit when exit signal appear when you believe or you have information that price will be rebound
5. Exit if you believe that current price meet your target price
6. Always wise when use EneX signals
Disclaimer
Do your own research and consider fundamental price of asset.
The indicators provided on this script is for educational purposes only.
Author does not offer advisory or brokerage services, nor does it recommend or advise users to buy or sell particular stocks or securities.
Please examined script and give feedback for further improvement.
XBrat Range Breakout - Defining Ranges & The Trading BiasxBrat Range Breakout
Designed to help define opening ranges of major markets, along with Gold Pit opens, Oil Pit opens and for major economic data points. We recommend timeframes for opening ranges on different type of instruments further down this description
There are 6 range data points available, 4 of which are pre-defined (but can be adjusted and renamed) and then 2 spare for those important data points. All the times and label names can be adjusted.
4 Pre-Defined Openings are:
Europe Gold Pit Open (8am Europe time)
London Stock Exchange Open (9am Europe time)
New York Gold Pit Open (8.20am EST)
NYSE Open (9.30am EST)
The range is defined by a parallel coloured cloud which changes colour depending on the BIAS of the opening range, calculated automatically for our users. At the same time the Open Tag is also coloured to help identify the BIAS and indeed which direction traders should trade the Range Breakout after the first candle has closed. The range BIAS continues to be drawn on the chart until the following days open. The colour will change as per the BIAS of that opening range. This allows for multiple entries of breakouts of the defined range throughout the following 24 hours.
Range Breakout BIAS Colours
Green - Bullish BIAS - When first candle has closed only look for breakouts to the upside
Red - Bearish BIAS - When first candle has closed only look for breakouts to the downside
Yellow - Neutral BIAS - When first candle closed, look for breakouts to both upside and downside or best not to trade the breakouts as neutral BIAS indicates indecision
Time Frames we suggest for open ranges of any market open or data points are:
Metals & Energy Futures or CFDs - 5 minute time frame
Currencies - Forex Pairs or Futures - 10 minute time frame
Index Futures or CFDs - 15 minute time frame
CCI & EMA strategy by TradeswithashishThis strategy is extremely useful for positional traders or traders using timeframe 15-minute of higher. It uses following combo of values:
VWAP, CCI, Volume and Moving average (simple and exponential)
Caution:
Avoid taking trade if candle size is greater than twice the average candle size. for that wait for the retracement to near trailing stoploss
Newton theory (Bollinger Band Breakout)Initial capital 1000 USD
Order size 10%
Commission 0.3% with slippage
Timeframe 4h
This is Simple Bollinger Band Trend find out strategy.
I'm using the usual trailing offset as an exit for this strategy.
using 1x leverage to go long short within 3years backtest result more then 200% for all usd pair.
in next version i will try to find out more optimize sma,std,sl,tp parameter by using freqtrade hyperparameter optimization.
Happy Trading :)
Enlighten-TradeTechnical analysts use support and resistance levels to identify price points on a chart to find probabilities to trade a prevailing trend.
This indicator plots dynamic support and resistance based on price range (all time frames).
Indicator will plot S1, S2, S3, S4 - P - R1, R2, R3, R4 (S = Support, R = Resistance & P = Pivot )
Support breaks when a downtrend was started and price will go below the support level.
Resistance breaks when a uptrend was started and price will go above the support level.
Breakouts provide possible trading opportunities. A breakout to the upside signals traders to possible get long or cover short positions. A breakout to the downside signals traders to possibly get short or to sell long positions.
Breakouts can be subjective since not all traders will recognize or use support and resistance levels.
This indicator shows Dynamic Support & Resistance Levels.
Ichimoku breakoutIf you use Ichimoku Cloud strategies, this indicator is very useful for you!
This code indicates the candles that break the ichimoku cloud in both directions!
conversion line, base line and lagging span are disable by default, you can enable it from settings window.
green triangles under the candles with green backgrounds show break out the red clouds.
red triangles at the top of the candles with red backgrounds show break out the red clouds.
you can set alerts to be notified when an Ichimoku Cloud is broken.
Breakout FinderHelo All,
I got many requests for a Breakout script and here it's. This script searches the breakouts/breakdowns and draw square if there is one.
The options:
"Period" is used to find Pivot Points
"Max Breakout Length" is the maximum length to search breakouts
"Threshold Rate %" is channel width of the breakout area. calculated using highest/lowest of last 300 bars.
"Minimum Number of Tests" is the minimum number of tests that the Price tried to break the S/R level
and some options for coloring and linestyle
Lets see some examples:
in this example "Minimum Number of Tests" is 2 so the Price must have tested to break resistance area 2 times and then it breaks it as seen in the screenshot:
in following example Threshold rate is %10, so the channel width is very big:
as you can see in followinf screenshot you can choose different colors and line styles:
Alerts added ;)
Enjoy!
breakout crossover 4H 1DHi, this script is crossover between breakouts of 4H and Day timeframe. It also checks candlestick patterns before opening trades. Red horizontal line acts as support and resistance of Daily timeframe. You can close trades at next signal or at High/Low. Enjoy trading.
Pips Breakout CandlePips Breakout Candle measures price changes in pips. This indicator can be used to identify major price moves! The indicator comes with a sentiment line which is the sum of the Up versus Down price changes. It gives a good understanding of the current trend and identifies divergences.
Set alerts for major price moves!
Identify the trend!
Identify divergence!
Pivot Points AlgoThis is a Pivot Points Algo (PPA).
PPA uses an adaptive pivot algorithm that adapts to different market situations based on various factors.
PPA also includes depth filtering to make it more precise at its signal decision.
======= Signal Types ======
Main Signal of BUY and SELL shown by buy/sell labels.
Mini Signals of BUY and SELL shown by buy/sell arrows and shows additional breakouts after the Main Signal occurred.
Optional reversal signals show a possible reversal in trend (small triangle).
======= Alerts =======
Main Signals alerts - Alerts when a main Buy or Sell is triggered (Shown as Labels).
Combo Alerts - Alerts when main or mini signals of Buy and Sell are triggered (Shown as Arrows).
======= Assets and Time frames =======
Can be used on various assets, stocks, forex, crypto and works great for day trading as well as swing trading and long term investing.
PPA is designed to adjust to any time frame!
======= General info =======
The purpose of this indicator is to signal possible breakouts with a high rate of success.
PPA has been extensively tested and fine tuned to provide traders and investors with a valuable tool for timing long and short entries. However, no system is 100% perfect, and it is good practice to have a plan in place and use stop losses or other tools to mitigate unforeseen risk.
Also, note, I don't hide what PPA is doing as opposed to some other commercial indicators on the market. You can view pivot lines and pivot bands and so on.
The magic is the inner system itself which works for you to pinpoint the best entrance possible, I recommend confirming your own methods to make sure you want to take the trade.
To subscribe to Pivot Points Algo service see “Author's instructions” below.
For any question you can PM me.
Happy and profitable trading!
MomentumInvest TrendFollower [@TradersVenue]VSA CheatSheet - Have kept the chart clean and clear not by putting each signal pattern name. What matters is identifying the real price action than the pattern name. To keep the charts clutter free, haven't put the signal name under/above the candle.
Rejection or reversal patterns
Green Circle - Typical SellingClimax, Stopping Volume and Bag Holding signal patterns as per VSA. Strong price volume action but price rejection at lower level.
Red Circle - Typical Buying Climax, End Of Rising, Supply Overcoming Demand signal patterns as per VSA. Strong price volume action but price rejection at higher level.
Green Square - Typical bullish TrendReversal candle as per VSA. Bullish breakout bar immediately after a bearish breakout bar and engulfing the previous one or cover max part of it.
Red Square - Typical bearish TrendReversal candle as per VSA. Bearish breakout bar immediately after a bullish breakout bar and engulfing the previous one or cover max part of it.
Momentum breakout patterns
Blue/Green Star - Bullish breakouts. Downthrust bars with significant price volume action. Green if smaller low weak otherwise blue.
Red/Pink Star - Bearish breakouts. Downthrust bars with significant price volume action. Red if low higher weak else pink.
Candle Color
Green - Bullish with strong price action. Good to enter long towards close with SL of day low. System suggests quantity as per 2% trading rule. One can play with risk defined option strategies or cash segment as per quantity suggested.
Red - Bearish with strong price action. Good to enter short towards close with SL of day high. System suggests quantity as per 2% trading rule. One can play with risk defined option strategies like bear put spread or bear call spreads or go for hedged shorts.
Pink - Bearish with muted price action. Trail SL. Better to avoid trading these candles.
Light blue - Bullish with muted price action. Trail SL. Better to avoid trading these candles.
Plotted EMA Ribbon gives a sense of the strength of momentum. When each MA is placed with wide gaps momentum is strong. When there is EMA confluence, chances of trend strength are weakening. Background color of the chart green indicates bullishness in the underlying and red indicates that bearish pressure in the scrip. If the background color is green and you see one Blue/Green star candle it's good to go long. If the background color is red and you see one Red/Pink star candle it's good to go short.
A word of caution: Trading breakouts is very good. But you need to prepare for breakout failures. Here the system picks wide range bars for going long or short that means SL is wide probably 3% and above. Also if you notice after a strong PV breakout if price sustains below that it can see long unwinding pressure and simillary after a strong PV breakdown, if price sustains above the breakdown candle, chances of short covering is higher. Here money management and risk management becomes very important. Same has been included as part of the indicator to give you an optimal quantity for trade to keep the drawdowns lower. If you enable (1) RECO message and (2) Show Strategy (Else Study)? options then it shows a RECO box with quantity calculated as per 2% loss per trade rule. Lot of risk management, scale up/down for compounding is also available. You may try out those options one by one.
This indicator needs to be used along with the “VSA + Volume Oscillator ”, because this setup relies on VSA (Volume Spread Analysis). The overall usage will be provided through a demo to the subscribing users. In order to gain access to this indicator you may contact me using the below signature.
Breakout & Trend & Scalping (Expo)
Breakout, Trend, Scalping (Expo) gives insights about trend direction, trend strength, trend breakouts, and scalping impulses. The indicator is for traders that easily want to catch true breakouts, find reversals and retracements, and want to be able to gauge the trend strength. The indicator has various input sources: ATR (Default), VWAP, RSI, Average Trend and comes with Breakout Signals , Start of Trend Signals , and Take Profit Signals .
The unique gradient-coloring is used to identify impulses as well as to gauge the trend strength. The Trend Strength is also measured using the value of the BTS line.
Real-Time Alerts
No Repainting
Works on any market and in any timeframe
HOW TO USE
Identify True Breakouts
Identify Trend Strength
Identify Retracements and Reversals
Identify Trend Impulses
Identify Divergences
INDICATOR IN ACTION
5 min chart
Three different modes are displayed on the chart below. ATR Trend, VWAP Trend, and Trend Breakout.
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/strategies/ideas are only for educational purposes!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
Range Breakout Indicator with trailing SLDear Traders,
This is a simple range breakout indicator where we are creating a range based on high and low of two consecutive volatile candles.
The logic is,
1) If the second candle traverse 1% up from the previous candle low (or)
2) If the second candle traverse 1% down from the previous candle high
then, the range is formed based on this high and low and
3) Buy signal will be given if the price crosses above the High
4) Sell signal will be given if the price crosses below the Low
The indication comes along with the Entry Indication, Exit Indication along with trailing SL
Option provided for changing the session time, target %, SL % and trailing SL %.
Happy Trading!
P.S: Please DM for access.