Plots support/resistance lines based on a neutral signal (white portion) of the Rail Line (variable moving average) for a period of time designated by the user (defaults to 9 bars). Support/Resistance lines will be removed after a period of tests and can be determined by the user (defaults to 26). Support/Resistance is deemed not as important or strong after...
This indicator shows the upwards (green) and downward (red) volatility of the market. It is a moving average of the true range values like the ATR indicator does but with a twist! For the upwards volatility, only the green candles are taken into account, and for the downwards only the red candles are. To the best of my knowledge, this technique had been introduced...
Volatility is a crucial aspect of financial markets that is closely monitored by traders and investors alike. The traditional Average True Range (ATR) oscillator is a widely used technical indicator for measuring volatility in financial markets. However, there are limitations to the ATR oscillator, as it does not account for changing market conditions and may not...
ATR-Filtered, Another New Adaptive Moving Average is a modification of @cheatcountry's "Another New Adaptive Moving Average " shown below I've added AT- stepped filtering. This is a standard ATR filter that works by requiring movement by XX multiple of ATR before registering a trend flip. I've also included Loxx's Expanded Source Types. You can read about...
Saw TradePro's "NEW BEST HIGHEST PROFITING STRATEGY WITH CRAZY RESULTS - 2 EMA+ Stochastic RSI+ ATR", and was curious on the back testing results. This strategy is an attempt to recreate it. This strategy uses 50 / 200 EMAs, Stochastic RSI and ATR. Long Entry Criteria: - 50 EMA > 200 EMA - Price closes below 50 EMA - Stochastic RSI has gone into oversold <...
As simple as it gets, channels based on high, low and ATR distances, Shows possible short term support / resistance or can be used as a take profit/stop-loss in some trading systems. It does this by comparing high/low values of price to multiplied by a multiple of ATR to determine when the trend changes. States are included to change the sensitivity to trend...
This indicator allows you to view DTR vs. ATR % for multiple instruments. When colors are Red the instrument is near 90% of its daily ATR.
Simple pinescript that compares a long ATR against short ATR and let you define a threshold in %
This is an indicator which uses the ATR (average true range) to calculate take profit levels, stop loss levels, and position sizing. It acts an ATR indicator, based on concepts found in the No Nonsense Forex (NNFX) trading system. ATR works by looking at the past N periods (14 by default) to see on average, how many pips or dollars an asset has moved. It is...
Taking the average daily range from low to high or high to low isn't the "best" way to get an idea of how much to set targets. So, I made this indicator to make the system better. This indicator calculates the daily range from Open to High on Bullish Days & Open to Low on Bearish Days . Nobody can catch the absolute low of the day on bullish days and get out at...
Welcome to Super 8, the ultimate automatic trading script for Pine! This bad boy is designed to go both long and short, and it's equipped with all the tools you need to maximize your profits. Whether you're looking to take profit, set a trailing stop, or protect yourself with a stop loss, Super 8 has you covered. But that's not all! Super 8 is also loaded...
The purpose of converting the ATR value indicator to an oscillator; It is known that the ATR value is not between the two specified values. So it is not compressed between 0 and 100 like RSI and %B etc. Therefore, conditions such as "A condition if ATR value is X, B condition if ATR value is Y" cannot be created. In order to create these conditions, the max and...
This indicator is a combination of a few things in order to work with a unique trading style gleaned from Callme100k, jrgreatness, TrustMyLevels , FaithInTheStrat, Rob Smith and Saty Mahajan. This Indicator is created to help you day trade using, ATR Fibonacci Levels, Price Action and Momentum. It displays Fibonacci Levels Based on ATR to indicate when a...
EN: TradingView indicator for FBMA strategy People oftem ask: “Dmitry, BABA, TSLA, AAPL flies like a rocket! Well, what are we buying!?” - And I say no, the price does not act like a straight rocket upwards or downwards, instead it breathes, inhales moving away from the moving average and exhales returning to it, so we will wait for the first pullback and buy...
Auto Levels is a Work in progress. It is based on the previous days ATR and the current days opening tick. It takes that info and uses Fibonacci to automatically draw key levels for the day. I have added the BULL BAR ( Green bar ) and Bear Bar ( Red Bar ) to signal as a Go Long / Go Short line in the sand. The Tan bars are also proven key "Take Profit" levels....
Description: An indicator based on ATR adjusted for volatility of the market. It uses Heikin Ashi data to find short and long opportunities and displays a dynamic stop loss level. Additionally, it has alerts for when the trend changes (which is an entry signal). How it works: It works by dynamically calculating the Period for ATR which depends on current...
How do I use it? Never use this indicator as standalone trading signal, it should be used as confluence. It is highly recommended to use this indicator on the 15m timeframe and above, try experimenting with the inverse feature and multipliers as well. When the price is above the moving average this shows the bullish trend is strong. When the price is below...
💡 Objective This script is a rebuild of the pre-existing ATR indicator, with improvements and fine-tuning. 🪄Improvements 1. Normalization option (range 0 to 100) 2. Optional calculation of the ratio between current volatility and average volatility 3. Optional smoothing 4. Show a moving average 5. Show Bollinger Bands with 3 bands 6. Change bar...