Intro The Breakout Retest Indicator is a valuable tool utilized to confirm the occurrence of a proper breakout so you know when to enter on a retest. It analyses the price movement of an asset and identifies a breakout when the price level surpasses the inputted support and resistance values. Conditions The indicator operates based on simple yet reliable...
The "Volatility Range Breakout Strategy" uses deviations of high-low volatility to determine bullish and bearish breakouts. HOW IT WORKS The volatility function uses the high-low range of a lookback period, divided by the average of that range, to determine the likelihood that price will break in a specific direction. High and low ranges are determined by...
Yesterday’s High Breakout it is a trading system based on the analysis of yesterday's highs, it works in trend-following mode therefore it opens a long position at the breakout of yesterday's highs even if they occur several times in one day. There are several methods for exiting a trade, each with its own unique strategy. The first method involves setting...
This script is a little widget that I made to do some homework on the VIX. As you can see in the chart I was analyzing the 2008 market crash and the stats that followed it after until the market started to recover. You can see that theory in my "Ideas" tab. This is an interactive set of lines that you can use to count the the bars inside and outside of your...
This is a simple script that will look back a set number of candles at a specified time (example: Ny Open) and find the "High and Low " of the range/ market in the given look back period. It will then draw two lines and the range zone as a box. Breakout traders can use these levels to help find interesting areas for a breakout. Reversal traders can use these...
The TradingView script provided is a custom indicator named "TradeEasy - Kintro". It is created by the author Kintro and is designed to help traders identify potential buy and sell signals in the market. The indicator is based on the Exponential Moving Average (EMA) and uses two different EMAs, one with a period of 20 and the other with a period of 50. The...
Credit to © Jesus_Salvatierra for VWAP script This script help you find a trend in momentum stock that is about to breakout and shows resistance point. This script utilizes Bollinger bands VWAP and is good for intra day charts. VWAP, or Volume Weighted Average Price, is a technical analysis tool used to measure the average price a security trades at during...
First off, all credit to Harry Potter as this is a minor customization of his indicator. Basic additions: -- Added a Higher Timeframe that is set to Daily but can be changed. Timeframe does wait until barstate.isconfirmed so won't repaint. -- Added HMA smoothing line to both Chart and HTF. Can be used as it's own signal, as confirmation or in combination with...
🧾 Pivot Trendlines and Breaks A script meant to debut and provide an example usage of the Simple Trendlines library using Pine Script's built-in pivot system. In under 50 lines of code, with inputs, plots, styling, and alerts included we're able to create trendlines with a breakout system. ▶️ How it works Calculating pivot points helps traders identify...
A pivot-based breakout indicator that attempts to provide traders with a visual aid for finding breakouts on the RSI. Similar to how we use trendlines on our charts, using them on the Relative Strength Index can also give us a sense of direction in the markets. This script uses its own pivot-based system that checks for real-time swing levels and triggers a new...
Breakout Identifier is an indicator that displays breakouts which can be used to help a trader buy or sell. This is a volatility-based indicator that has customizable inputs. Each signal is also plotted with a pivot which can help to trade within a range or determine a trap. To edit the gap between each signals change signal integer, goes by price. BG colors are...
This indicator is based on Drippy2hard's 11:30 am (EST) rule. In simple terms the rule states that: If a trending stock makes a new high after 11:15-11:30am EST, there is a 75% chance of closing within 1% of High of day (HOD). Same applies for downtrend. Please note: Not all stocks will abide by this, this is backtested on stocks with avg daily...
Shows basic pivot point of support and resistance levels. Will show alerts for break of sup. or res. Allows for a volume filter for sup. res. breaks as well. "B" means break of either a Sup. or Res. level with volume greater than the threshold. "Bull/Bear Wick" means bullish/bearish candle on break. Left - number of bars left hand side of the pivot . Right...
Fibonacci Extension Fibonacci Extension is a powerful technical analysis tool that traders use to predict where the market might find support and resistance. It is based on the Fibonacci sequence and uses levels that are found by extending the 23.6%, 38.2%, 50%, 61.8%, and 100% Fibonacci ratios from a swing high or low. These levels can be used to find possible...
█ OVERVIEW MATHR3E RAMP-MA (R-MA) is a trend following indicator. █ CONCEPTS Disclaimer: MATHR3E RAMP-MA indicator is intended for advanced traders and may fit your profile, whether you are a day trader or a long-term investor. It was originally developed by a renowned market analyst and documented in numerous books. Among them is the author Jason Perl. It...
This is a script to color code bars based on the bullish- and bearish combination. Bullish Combination Percent: Price >= 4% from yesterday and Volume today > Yesterday Dollar: Price >= 0.9 dollar from open Base Requirements - Price > Yesterday's close - Price > Open - Price is within 30% of high - Todays price range >= Yesterdays price range - Yesterday's...
Open Drive is a market profile concept introduced by Jim Dalton. It occurs when the price moves directionally and persistently for the first 30 minutes from the cash market open. It is necessary to use 30-minute bars as there needs to be enough time to measure an extreme move of the cash open. This means there will be fewer trades than other strategies using...
Hi All, This is a very simple indicator which provides the buy signal, when the moving average lines turns Green and sell signal, when the moving average signal turns red. This can be used for both intraday and scalping method with different timeframes. But best time frame is 5 minutes. Buy Signal >>> Line turns GREEN (Use trailing SL to cover maximum...