ATR_Trade_strategyATR Based Strategy
Identify the ATR range on Daily Chart.
ATR HIGH= Previous Close +ATR
ATR Low =Previous Close - ATR
Long when Close is above ATR High
Short when Close is below ATR Low
Exit when close moves below EMA(10) OR
a user-selected max loss
Average True Range (ATR)
Up/Down Trend MarkerA simple indicator of trend by using 3 EMAs of multiplies of 2, 5 and 10, filtered by standard positive/negative directional movements (DM) which are the base of Average Directional Index (ADX).
The "Trend Strength" option is included to set the EMA multipliers and also the variation between DM+ and DM- which interpret the trend as a weak or a strong one.
Note that the markers only point to almost the beginning of the trends and just change the direction when the opposite trend is detected.
Feel free to send me your opinions.
One-Stop Trading SetupOne-Stop Trading Setup:
This script designed to identify up, down, and sideways trends. 200 HMA, 9 EMA, PSAR, and ATR are used to identify the strength of any instrument.
Candle Colors - Simpler approach to follow:
Green color indicates for up side trade signals
Red color indicates for down side trade signals
Yellow color can be interpreted for stop, sideways, and counter trade trade signals
Multiple Trade Setups:
Green Zone - Trading green candles within green zone has better odds of long trades
Red Zone - Trading red candles within red zone has better odds of short trades
200 HMA - Candles above 200 HMA mostly for long trades. Candles below 200 HMA usually for short trades. But the zone also very important to consider
9 EMA - Cross over above 200 HMA in Green zone, look for long trades. Cross over below 200 HMA in red zone, look for short trades
PSAR - This can be used as potential initial warning sign. Also can be used to exit partial or wait for it goes to opposite side for taking trade decisions
Candle Above all - If Green candle and above all the indicators, then very good sign of long side. If red candle and below all indicators, then very good sign of short side.
Multiple Time Frame:
This works very well with any instrument and on any time frame. Always its better to do analysis on multi time frame before entry, exit, and trade execution. Back test it with this setup and also observe it on live market. That will give edge in taking trade decisions. All the best and happy trading.
Disclaimer:
This script and setup is written with the sole purpose of identifying the strength of any instrument. Interpretation, trade decisions, and changing inputs are up to each individual users/trades.
ATR Vol Proxy CrossThis script is a simple ATR cross, where the short-term ATR helps quickly and easily determine whether volatility is "high" or "low" compared to the long-term ATR value. Both values are adjustable, but initially calibrated for the daily chart.
ATR with Take and StopThis simple indicator will plot the take profit and stop loss values based on the ATR indicator.
It's possible to set how many times the ATR value will be applied to the closing price and
what trade type is used, Long or Short.
[CP]ATR Triple Stop Loss LevelsATR based Triple Stop Loss levels that are plotted on the chart (like moving averages!).
With ATR Levels plotted on the price chart itself, you can better set your volatility based trailing Stop Loss.
Also helps to define the SL when making an entry into a stock.
Note:
This indicator is supposed to be used on Daily and Weekly Charts.
For other timeframes you would need to tweek the default parameters.
Average True Range 3MAClassic ATR (average true range) with triple MA (instead of default simple MA).
Specially designed for options volatility management.
Kalihari_Brothers_PRBBasic principle support ,resistance and flipping of support n resistance (support becomes resistance ,resistance becomes support)..
DRB- Previous Day Range High ( PDH ) and Low ( PDL )
WRB- Previous Week Range High (PWH) and Low (PWL)
MRB - Previous Monthly Range High (PMH) and Low (PML)
It gives Trending Market Signal for bullish (price breaks PDH range continuous in up direction and make support)
and similarly for bearish (price breaks PDL range continuous in down direction and make resistance)..
For sideways/Non-trending market stay with in a range not break high and low..(stay away from it)..
DRB act as minor support and resistance ..
WRB and MRB act as major support and resistance ...
[HM] HORIZONTAL GRID ROUNDED (VOLATILITY BASED)The purpose of this indicator is to draw a horizontal grid having in mind:
- rounded price levels instead tradingview standard grid, zoom-based;
- calculated by volatility, using daily ATR;
- independent of timeframe in use, locked to DAILY calculations.
Further improvements are intended.
Wish this could be useful. Any questions, feel free to comment.
ATR Parabolic SAR Strategy [QuantNomad]I created a version of Parabolic SAR when I accelerate it not based on the difference from the extreme point but based on current ATR. So the idea is that for a more volatile market it should move faster.
Performance is calculated based on 25% equity invested and 0.1% commission.
What do you think about it? Does it make sense to do something like that?
Do you have in mind other ways I can accelerate it when the market starts to be more volatile?
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as good as in historical backtesting.
This post and the script don’t provide any financial advice.
Moving Average ChannelThis indicator will use a moving average to create the channel around the price. It has some settings
Display Settings
Here it's possible to select what the indicator will display, from the middle line to the 3rd band level.
Reversion points will appear when the price cross out the selected band
Swing back option, when active, will make the indicator display the points when the price cross in the selected band
Moving Averages Settings
Here it's possible to select the moving averages settings that will be the basis for the channel calculation.
There are ten moving averages types t be selected, each one will give different entry points
Level Settings
Each level will apply the value on the moving average to get the level bands. All default numbers are from the Fibonacci sequence
When the extra filter is market, the indicator will display the crosses from the price and the selected band and also check if the candle closes in or out the bands.
That filter will check for a possible rejection of the price, providing more accurate movement indications, but fewer signals
Risk Management
In this part, it's possible to display stop loss and target profit levels based on the ATR indicator.
It's possible to select the multiplicator of the ATR to be applied on those levels
MultiType Shifting Predictive Moving Averages (MA) CrossoverJust 2 Moving Averages with adjustable settings and shifting capability, plus signals and predicting continuations.
At the time of publish these different types of MAs are supported:
- SMA (Simple)
- EMA (Exponential)
- DEMA (Double Exponential)
- TEMA (Triple Exponential)
- RMA (Adjusted Exponential)
- WMA (Weighted)
- VWMA (Volume Weighted)
- SWMA (Symmetrically Weighted)
- HMA (Hull)
I'm looking forward to any idea about filtering the signals. Thanks.
Trending True RangeDisplay a smoothed true range during trending markets, thus filtering any measurement occurring during ranging markets. Whether the market is trending or ranging is determined by the position of the efficiency ratio relative to its Wilder moving average.
Settings
Resolution : resolution of the indicator
Length : period of the efficiency ratio and the Wilder moving averages used in the script
Usage
If you are not interested in volatility during ranging markets, this indicator might result useful to you. An interesting aspect is that it both measures volatility, but also determine whether the market is trending or ranging, with a zero value indicating a ranging market.
Indicator against Atr, with both length = 14, our indicator might be easier to interpret.
Note
Thx to my twitter followers for their suggestions regarding this indicator. I apologize if it's a bit short, the original code was longer and included more options, but forcing a script to be lengthy is a really bad idea, so I stayed with something less flashy but certainly more practical, "classic Grover" some might say.
Thx for reading!
BLACKLISTED BOT V3 STRATEGYStudy used for the Blacklisted Trading Bot
This script uses a variation of ATR and Moving averages giving an alert for a fully automated trading solution.
Fine tuned parameters vary per coin which will be provided for the user after permission is granted.
To gain access to this strategy feel free to contact me directly using a private message.
Triple Average True Range Channel Definition: By ADAM HAYES from Investopedia -- Updated Jul 8, 2019
The average true range (ATR) is a technical analysis indicator that measures market volatility by decomposing the entire range of an asset price for that period. Specifically, ATR is a measure of volatility introduced by market technician J. Welles Wilder Jr. in his book, "New Concepts in Technical Trading Systems."
The true range indicator is taken as the greatest of the following: current high less the current low; the absolute value of the current high less the previous close; and the absolute value of the current low less the previous close. The average true range is then a moving average, generally using 14 days, of the true ranges.
I've added a channel perspective from a certain % from the Slow Average Length that user will have to configure depending of resolution and the markets instruments they chose...
Also a fill is used to easily point out when a high distance between a fast and a slow volatility analysis is occurring.
Which is also denotated with a shaped label...
Share and comment my work :)
STreme TrialThis indicator plot area to Buy and Sell based on Supply Demand method.
Only works in Weekly timeframe and above.
I used this to help me find the best possible turning point.
Overreaction indicator
Overreaction Indicator (OI)
Class : overreaction indicator
Trading type : intraday trading
Time frame : 1 day
Purpose : momentum/contrarian trading
Level of aggressiveness : standard
Overreaction Indicator is designed for intraday trading purposes. The indicator is based on the Overreaction Hypothesis. According to this hypothesis, after an abnormally strong rise/fall in price, the next day the contrarian price movement follows.
There are statistically significant differences between intraday dynamics on days with abnormal price changes and normal days respectively.
There is a strong momentum effect on days with abnormal price changes, i.e. prices tend to change only in the direction of the abnormal price changes during the whole day; in addition, usually the presence of an abnormal price movements becomes clear at the start of the US trading session.
During the Asian trading session a strong contrarian pattern is present (i.e., on the day after the overreaction prices tend to go in the opposite direction). Contrarian movement is limited in time, since usually it lasts only till the start of the European session.
There exist trading strategies that generate abnormal profits by exploiting the detected anomalies.
This indicator applies a dynamic trigger approach to detect daily abnormal price changes.
The indicator displays moments of market overreaction directly on the chart.
Parameters of the indicator
1. Averaging period (default value = 20) - period of indicator. It is used to define normal returns.
2. Number of Sigmas (number of standard deviations, default = 2) - Is used to detect abnormal returns. It defines levels of aggressiveness in trading signals. The bigger the value is the more conservative signals are generated
For the further information including the access to the indicator, please write in PM (private messages).
MASTC (Moving Average & Supertrend Cloud)MASTC:- Moving Average & Supertrend Cloud
This MASTC indicator is a combination of Moving Average & Supertrend with default value of 10 & 10,3.
SuperTrend is one of the most common ATR based trailing stop indicators.
A simple moving average ( SMA ) is an arithmetic moving average calculated by adding recent prices and then dividing that by the number of time periods in the calculation average
The buy and sell signals are generated when the indicator starts plotting either on top of the closing price or below the closing price. A buy signal is generated when the ‘Supertrend’ closes above the price and a sell signal is generated when it closes below the closing price.
It also suggests that the trend is shifting from descending mode to ascending mode. Contrary to this, when a ‘Supertrend’ closes above the price, it generates a sell signal as the colour of the indicator changes into red.
RSI Pullback Trend Trading Indicator (LONG Only)***Use at your own risk***
***This is for testing and education only***
I suggest that you also manually add the RSI(5,3,3) on your main chart for analysis.
You can change the settings, but these are the defaults:
Default Main Timeframe = Daily
Default Secondary TimeFrame = Weekly (use around 5X your main timeframe, to check the longer term trend)
Default Stochastic settings ( 5, 3 , 3)
Default Fast EMA : 13
Default Slow EMA : 22
Default ATR : 14
Conditions to show buying signal on main TimeFrame. (Yellow Triangle)
- Check if the MACD Histogram is rising on the secondary timeframe.
- Check if the Stochastic on the main timeframe is below 20.
When deciding to buy, you can use the ATR channels to determine the stop loss and profit target.
ATR & Price Action IndicatorHello there.
This Script prints multiple Entries based on Price Action and ATR.
Can be used on all timeframes.
Kind regrads
TradeChartist MTF Supertrend Pro™TradeChartist MTF SuperTrend Pro is the Multi Time-Frame version (using timeframe multiplier) of classic Volatility Stop or SuperTrend (Stop and Reverse indicator using multiple of Average True Range of lookback period trailing behind the price acting as both trend reversal signifier and StopLoss trigger at the same time ).
What does ™TradeChartist MTF SuperTrend Pro include?
Multi Time-Frame option using Time-Frame Multiplier to plot Higher Time Frame SuperTrend plot on Lower Time-Frame chart.
Auto-fibs - 2 types (1. Retracement from last significant high/low to previous significant low/high, 2. Retracement from Current High/Low to previous significant Low/High).
Trend identifying color bars.
Trend identifying Background colour.
Option to detect bars where Profit Taking is recommended using $ sign.
How to create Alerts for ™TradeChartist MTF SuperTrend Pro Long and Short Entries?
Alerts can be created for Long or Short entries using Once Per Bar as BUY and SELL labels appear with entries only on confirmation after bar close.
Does the indicator include Stop Loss and Take Profit plots?
This script doesn't have Stop Loss and Take Profit plots, but it can be connected to TradeChartist Plug and Trade as Non-Oscillatory signal to generate Automatic Targets, user set StopLoss and Take Profit plots and to create all types of alerts too.
Does this indicator repaint?
No. This script doesn't repaint as it confirms its signals only after close above/below SuperTrend plot and also uses security function to call higher time-frame values in the right way to avoid repainting. This can be verified using Bar Replay to check if the plots and fills stay in the same bar in real time as the Bar Replay.
===================================================================================================================
Tip 1: Using 1.618 as Timeframe Multiplier results in lucrative trades on most timeframes with ATR multiplier 1.618, 2.618 or 3.618. (Best Practice: Test with various values first on asset using Paper Trades before trading with real money)
Tip 2: Using bars, candles with no borders or Hollow Candles results in clear trend spotting with Bar color option enabled in settings.
===================================================================================================================
Chart below shows Performance of MTF SuperTrend Pro connected to Plug and Trade using Default settings.
===================================================================================================================
This is not a free to use indicator. Get in touch with me (PM me directly if you would like trial access to test the indicator)
Premium Scripts - Trial access and Information
Trial access offered on all Premium scripts.
PM me directly to request trial access to the scripts or for more information.
===================================================================================================================
SuperTrailThe SuperTrail indicator is similar to the very popular and widely used SuperTrend but it has been improved to use a percentage value instead that helps users to determine the natural trading range of a stock over a period of time, and set stop losses (especially trailing stops) accordingly.
The best way to use it is to find stocks in a steady trend (upwards if you are going long or downwards if you are going short) and keep changing the indicator percentage levels until you identify a percentage that keeps you in the trade for longer without getting stopped out too often. You can then set this value in your trading program, or set an alert within Trading View to notify you if something changes and you need to take an action.
Some stocks might have little volatility and only require an 8% trail. Some might be more volatile and work better with a wider 20% trail. It also depends on your time frame. Shorter time frames are typically shorter stops. Longer time frames work better with wider stop values. The best thing about this tool is that it helps you identify the best optimised stop loss range to set for each individual stock based on its range.
The indicator works on any time frame - minutes to hours to weeks. If you want to hold stocks for a shorter time you might look at the natural range over the last 7 days, medium term the range over the last 3 months, or if you want to hold a stock for a much longer period of time then perhaps look to identify the range over the last 12 months. If you get stopped out of a stock you like, then set an alert, and when the stock moves back up within its range you can decide on whether or not you re-enter.
It is a super simple indicator. As always it is meant only as a visual guide to assist you with your trading and you will get better results by combining it with another indicator like an OBV or RSI. You can check out my Trading View channel to see how I have used it across different stocks and based it on different time periods.
I have also made and uploaded a video to my Trading View account showing how it works and how I use it.
Message me if you would like access.