If a big bar with high volume appears during an uptrend, this may indicate strong buying pressure i.e. the bar acts as support. vice versa, if a big bar with high volume appears during a downtrend i.e. the bar acts as resistance. How to use ? It is easy to use whenever the label appears on the candle's high (make sure the candle's color is Red for a bear...
This script has been distributed for learning purposes. A particular kind of price envelope is "Bollinger Bands" indicator. Upper and lower price range levels are determined by price envelopes. By default, Bollinger Bands are plotted in Tradingview as envelopes at a standard deviation level above and below the price's simple moving average (SMA). I attempted to...
Price action and supply and demand is a key strategy use in trading. We wanted it to be easy and efficient for user to identify these zones, so the user can focus less on marking up charts and focus more on executing trades. This indicator shows you supply and demand zones by using pivot points to show you the recent highs and the recent lows. Features...
Higher Time Frame Open Level's is a script that highlights the OPEN of any higher time frame candle. Settings Timeframe: Pick Which Higher Timeframe Open to display Transparency: Choose how transparent these levels should appear Above Open Color: Determine which color to represent above the Higher Timeframe Open Below Open Color: Determine which color to...
An easy way to track what big money and market makers are doing in the markets. The Big Money Flow & Drift Oscillator is best suited as a trend indicator, estimating what way the market will drift on low volume and what way it will move on large volume. This oscillator is composed of two lines, the Big Money Flow and Drift Oscillator. The Big Money Flow line...
The Mayer Multiple was created by Trace Mayer as a way to analyze the price of an asset in a historical context. The Mayer Multiple is the multiple of the current price over some x-day moving average. I preferred to display multiple average lines as they can help with identifying divergences.
A Back-tested Profitable Strategy for Free!! A PIVOT INTRADAY STRATEGY for 5 minute Time-Frame , that also explains the time condition for Indian Markets The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more. The commission is also included in the strategy . The basic idea is when , 1) Price crosses above ema1...
Technical indicators are not limited. Hence, here is another indicator with the combination of OBV, RSI, and MACD along with support, and resistance that follows the price while honoring the moving average of 200, 90 & 50. The default lookback period of this indicator is 21 though it is changeable as per the user's desire. The highest high and lowest low for the...
GNC got a little update: 1) Logic changed a bit. I tried to calculate MAs based on the power(high - low of previous bars).You can see it the M-variables, as new statements were added in calculation section of MAs. I don't really know if I did right, because I didn't go too much in Pine Script. I just wanted to make a Bollinger-bands-like bands, which could...
An experiment with pinescript's line.new() function. The Autodrawn Pivot Levels indicator draws horizontal lines in areas where prices have been flat, which serve as pivot points. This can be useful for pivot trading as it visually shows several critical levels
Infiten's Return Candle Oscillator is an oscillator which shows the percentage return on the open, high, close and low over a customizable period in the form of candlesticks. It may be helpful for seeing volatility, swing trading, or mean reversion trading. The RCO consists of two plotted elements : RCO Candles (short length): candlesticks which are plotted...
Todays Script uses 5 Moving Averages with the new function on V5 called fill, we can now colour fill between moving averages. 9ema 20ema 50ema 100ema 200ema 100-200ema which is labelled in Redis where the big impulse moves will fall into if the pressure is so strong on the opposite of the trend. 50-100ema which is labelled in Blue is where price could be heading...
The Multi Trend Oscillator is a tool that combines the ratings of several indicators to facilitate the search for profitable trades. I was inspired by the excellent indicator "Technical Ratings" from Team TradingView to create an alternative with a technically new approach. Therefore, it is not a modified copy of the original, but newly conceived and...
This indicator based on statistical analysis. it uses standard deviation and its co-relation to price action to generate signals. and following indicators has been used to calculate standard deviation and its co-relation values. finally it is capable to identify market changes in bottoms to pic most suitable points. 1. Parabolic SAR (parabolic stop and reverse)...
The goal of this strategy script is to provide the ultimate experience to anyone interested in the Ichimoku Kinkō Hyō (Ichimoku Cloud). The script is designed to be highly customizable and allows the user to set a custom trade date range and select any combination of inputs and conditions that satisfy their goals. Additionally, the script allows the user to...
Library "Divergence" Calculates a divergence between 2 series bullish(_src, _low, depth) Calculates bullish divergence Parameters: _src : Main series _low : Comparison series (`low` is used if no argument is supplied) depth : Fractal Depth (`2` is used if no argument is supplied) Returns: 2 boolean values for regular and hidden...
The original Average True Range (ATR) indicator is a technical analysis indicator designed to measure volatility. The higher the ATR the higher the volatility. The RECON ATR Volatility Percentage indicator calculates the Average True Range (ATR) as a percentage. Suggested chart timeframes: 1h, 4h and 1D seem to produce the most useful intel but can be used on...