The primary purpose of this indicator is to calculate and plot the 52-week high and low prices along with the Fibonacci retracement levels on the price chart. Fibonacci levels are commonly used in trading to identify potential support, resistance, and price reversal points. First, the script initializes the Fibonacci levels and their corresponding colors, which...
This indicator is designed for scalping strategies on a 5-minute timeframe. It generates signals based on two RSI crossovers and incorporates moving averages to identify trends. Additionally, a Bollinger Band is included to eliminate the need for an additional Bollinger Band on the chart. Please note that this indicator does not guarantee 100% accurate signals...
This script is a groundbreaking, math-centric technical analysis tool that blends two well-established indicators, the Stochastic Oscillator and the Exponential Moving Average (EMA), to deliver a unique and visually engaging way of identifying momentum swings and stochastic indicators. Unlike mashups, this script is tailored to accommodate a wide range of trading...
This script is an original implementation of a Fundamental Value and Dividend Growth Investing Strategy for traders who want to incorporate these concepts in their trading decisions. The script uses technical indicators to determine buy and sell signals based on a set of criteria. To use the script, traders can input various parameters, such as the length of the...
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...
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)...