[blackcat] L1 Fibonacci VWAP RSI IndicatorLevel: 1
Background
Ingo Bucher proposed "Fibonacci RSI" in March,2003. It describes the advantages of considering Fibonacci retracement levels for use with the classic RSI indicator. Bucher reviews six charts, each displaying Fibonacci retracement levels for the RSI associated with each chart. The pine code given here will allow you to automatically recreate these charts for any security available in Tradingview. BTW, i enhanced it by changing RSI into VWAP RSI with hl2.
Function
For this Fib VWAP RSI indicator, it also applicable for original Bucher's fib concept. Bucher calculated his retracement levels by picking the RSI high and low for a given time window. In his examples, these were generally six months to a year's worth of data. Once the high and low were picked, he calculated retracement levels based on the well-known Fibonacci numbers (23.6%, 38.2%, 50%, 61.8%). This script here does the same thing. I use a "LookbackLength" (default: 400 bars), which represents a sliding data window that is used to determine the VWAP RSI high and low. The second input value controls the VWAP RSI period (default: 14 bars). The next three inputs select the retracement levels.
A total of eight different lines need to be drawn: the RSI itself, the 50% line, two retracements above the 50% point, two retracements below, and the zero and 100% lines. Pine script will create four plotlines per indicator, so I advise inserting the Fibonacci RSI twice. The first time it is inserted, leave the PlotRSI input with its default value, true. True tells pine script to plot the VWAP RSI itself. The second copy should have the input "Plot RSI" set to false. This will put the 50% line on your chart.
Inputs
LookbackLength --> Look Back Length.
RSILength --> RSI Length.
Fib1 and Fib2 --> Fibonacci lengths.
Key Signal
RawVWAPRSI --> Raw VWAP RSI output signal
Remarks
This is a Level 1 free and open source indicator.
Feedbacks are appreciated.
"vwap"に関するスクリプトを検索
[blackcat] L2 Veronique Valcu VWAP Z-Score IndicatorLevel: 2
Background
Veronique Valcu's article "Z-Score Indicator" in Feb,2003 provided a description and commentary on a new method of displaying directional change normalized in terms of standard deviation. This indicator is realized in pine script here by using the following function code, adding vwap function, called vwap ZScore.
Function
This indicator has three input, "AvgLen", "Smooth1" and "Smooth2." Price is fixed in selected vwap price. AvgLen describes the length of the sample considered in the standard deviation calculation. Once created and verified, the function can be easily called in any indicator or strategy.
Inputs
AvgLen --> Length input for vwap Zscore.
Smooth1 and Smooth2 --> Smoothing length.
Key Signal
Curve1 --> vwap ZScore output fast signal
Curve2 --> vwap ZScore output slow signal
Remarks
This is a Level 2 free and open source indicator.
Feedbacks are appreciated.
[blackcat] L3 VWAP BMP IndicatorLevel: 3
Background
This indicator is my attempt to combine VWAP and BMP indicators.
Function
The goal is to provide a more timely entry point. I mixed up Igor Livshin's balance of market power (BMP) indicator together with vwap, can be considerably simplified for efficient implementation. If you do the math, you'll find that the raw BMP is actually equivalent to (Close-Open) / (High-Low) which can provide instant market judgement. I also filter try to filter out noise by averaging and fast-slow line to capture the shrot term and mid term status. So, it contains two input parameters to be adjusted to find proper values to adapt to different time frame and trading pairs.
Divergence and alerts are availble as well.
Inputs
FastLength --> VWAP BMP fast line length
SlowLength --> VWAP BMP slow line length
Key Signal
BMPF --> VWAP BMP fast line in yellow color
BMPS --> VWAP BMP slow line in fuchsia color
Remarks
This is a Level 3 free but closed source indicator.
Feedbacks are appreciated.
TurboVWAPoscilOscillator based on VWAP and its standard deviations. It will display VWAP as a zero line and then an indicator line showing where price is in relation to VWAP expressed as Standard Deviation units.
This indicator is based on my awesome indicator TurboVWAP, so it shares most of its features:
- you can select whether you want a rolling or an anchored VWAP as basis.
- the VWAP will auto-set itself depending on the chart timeframe, so that it will be calculated based on the period you really want, not number of bars or similar.
- you can set the indicator to auto-set session start and end times for the session-anchored VWAP depending on the futures contract selected, so you don't need to mess with times.
Rolling Reversion BandsRolling Reversion Bands: A Technical Trading Indicator
This indicator helps traders spot potential reversal opportunities by showing where price might be overextended and likely to return to average levels. It combines two powerful technical tools - Volume Weighted Average Price (VWAP) and Hull Moving Average (HMA) smoothing - to create a more reliable signal.
Key Features:
Golden centerline: A smoothed VWAP that filters out market noise
Uses volume-weighted pricing for better accuracy than simple averages
HMA smoothing reduces false signals while staying responsive to real moves
Works like a "fair value" level that price tends to return to
Colored bands:
Turquoise bands (#32f0dd): Show shorter-term price ranges (100 periods)
Pink/red bands (#c2024f): Show longer-term price ranges (200 periods)
Two levels for each color (inner and outer bands)
How to Use It:
When price moves outside the bands, it might be overextended
The golden HMA-smoothed VWAP centerline acts as a target level where price often returns to
Wider bands show higher volatility, narrower bands show lower volatility
You can toggle different bands on/off to keep your chart clean
Customization:
Adjust HMA smoothing to make the centerline more or less responsive
Change how wide you want the bands to be
Turn different bands on or off as needed
The indicator combines advanced technical concepts (VWAP, HMA, volatility bands) in a visually clean way, using smoothing techniques to reduce noise and help identify clearer trading opportunities.
[blackcat] L3 Stock VWAP Slope in DegreesLevel 3
Background
Smooth VWAP based on stock turnover and calculate the slope of the smoothed VWAP
Function
This is a technical indicator for stocks only. Because of the use of TradingView's financial functions, the scope of use is limited to stocks. It will give an error when you use it for other trading pairs. According to if the VWAP is smoothed according to the stock turnover rate, and the angle of the VWAP is calculated to judge the trend. The specific method of use is: the fast line crosses the slow line at a large angle, which can be regarded as a buy intervention point, and the fast line crosses the slow line in a small amount and then steps back on the slow line, which can also be regarded as a buy intervention point. The slow line is the 3-period moving average of the fast line.
Remarks
Feedbacks are appreciated.
Volume Weighted Reversal BandsThis is a vwap & vwma hybrid with upper & lower deviation bands that provide excellent price channels and reversal areas. It can be used on lower & higher timeframes, just increase the deviation % for higher timeframes. Try out the 1 minute timeframe with .5% deviation for great scalping levels.
Here is the calculation used for the main line.
(VWMA100 + VWMA500 + VWMA1000 + VWAP) / 4
So it combines 3 VWMAs with the VWAP and divides that number by 4 to give us a moving average. Then we add new levels above and below that moving average to get our channels. The channels are separated by the % deviation you choose in the settings. For tighter bands, lower the percentage deviation and for wider bands, increase the percentage deviation.
The fattest line in the middle is the main moving average and you can expect price to regularly return to this level. The thick lines are the main moving average plus or minus the percentage deviation you have set. There are 10 levels in each direction from the main moving average. The is also a thin short term moving average as well with a custom calculation. It takes 4 different length moving averages that are weighted and 4 more that are volume weighted and divides the total by 8.The lines will be green when price is above the line and red when price is below the line. The thin white line is the VWAP on its own.
These lines will act as dynamic support and resistance so you can scalp them back and forth. These levels work so well because they are volume weighted and the algos hedge their positions back and forth constantly.
For best results, use this indicator on tickers with the highest volume and trading action as the price will stick to these levels better when the big money players are hedging. Some great tickers for this indicator are APPL, SPY, BTC, ETH.
All colors and linewidths can be customized in the settings easily as well as turning off the VWAP or short moving average and adjusting the percentage deviation for the channels.
***MARKETS***
This indicator can be used on all markets, including stocks, crypto, futures and forex.
***TIMEFRAMES***
This indicator can be used on all timeframes.
***TIPS***
Try using numerous indicators of ours on your chart for extra confirmation. Our favorites to pair with these bands are the Scalper Ribbon and Trend Friend Signals. The 3 combined give you a lot of extra confirmation on whether the market is going to reverse at these levels.
Neo Matrix
What is NeonMoney Indicator?
NeonMoney Indicator is a trend following indicator which gives strong support and resistance indications with some moving averages.
Description
After the long research of 2 years along with 100’s of indicators & oscillators we have created this wonderful indicator which can avoid signals in a choppy market & gives perfect signal to buy and sell at a right time with high winning probability and higher reward to risk.
Main part of this indicator is timeframe period that is it shifts from one to another pivots , vwap and MAs tf automatically which helps in top down analysis.
This indicator is made with Vwap , MA, cpr and fibonacci pivots calculations. It can be useful to trade every market like in crypto, forex, commodities and as well as stock market . To use this indicator trader must have basic understanding of candle pattern and chart pattern identification studies with moving averages retrenchments.
This indicator works well & gives better results if you have moving average retrenchment knowledge. When candles are retrenching specific moving average line then also sometimes traders get confuse whether to enter with moving average direction / favor or not. So, to come out from this confusion this indicator is very useful. Because it gives signal in moving average favors and target at pivot levels. So ultimately traders gain some confident on his/her trade that he/she is in the right side of the market.
Another advantage of this indicator is in some of the criteria it gives fix signal in-between the candle formation & once signal is given then it will not change.
About uses instruction and components.
Time frame – 1m, 3m , 15m, 1H, 4H, DailyTF
Components: Vwap , MAs, CPR , and Fibonacci Pivots .
Dotted line - Vwap
Straight gray line and zone - CPR
Curvy Gray lines - MAs
Colorful lines - Fibonacci pivots
Go_up vwap-rsiIt is the popular RSI indicator with VWAP as a source instead of close.
VWAP (Volume Weighted Average Price) is one of the derived moving average indicators that takes volumes into account in price averaging. VWAP stands for Volume Weighted Average Price.
//LOGIC ENTRY:
Length RSI+VWAP
Oversold - bottom line RSI-VWAP
//EXIT SETTING:
Take profit and stop loss when a certain percentage is reached
//Settings next entry and grid:
Allow signal lower than,% - the next entry into a trade from logic occurs only when a decrease by a certain percentage
Allow grid,% - when the price drops by the percentage specified in the settings, the entry will take place, but only on the next bar.
//DATA RANGE:
-Testing results for any period of time
//PS:
For this strategy, we use pyramiding, we adjust the number of inputs in the "properties" section, by default left 20.
Look at the results in the past and adjust the settings for your capabilities and pitfalls. The default costs 25 entries for $ 400
Change the settings - find better results. share in the comments
Volume Forecast === Volume Forecast ===
The idea of "Vwap BLVD"(Closing vwap value of most recent highest volume Day of which todays price is coming in contact with above or below) is to show when you are running into "overhead supply", and or "Demand zones" on the daily chart , or intraday. You can use the Volume Forecast to check throughout the day to see if we are on pace on the current day to "beat" the Blvd's launch dates recorded volume . You can go long on positive volume forecasts toward blvd, or on the break and hold over, or you can go short against Blvd on a negative/lower forecast at the rejection of Vwap Blvd or key technical highs
You can use this label tool after the open, checking periodically to see what VF% on the day were at thus far, and does today's Forecast have a positive expectancy in relation to previous high volume days in question? Or does it have a negative expectancy based on a lower forecast number than the highest volume day and possibly slow % gains over the first hour, (checking every 15min and notating increase or decrease) thus possibly failing to over come previous over head volume resistance from the highest volume day.
Scenarios would be-
Long- We have a previous highest volume day metric of 10Mil on the daily chart. Today we have a Small gap, high PM Volume, and First 30min Were already at 50% of a 100Mil forecast. In this scenario, i would have more confidence getting long once we have reached key support areas or broken and held prior highs or vwap of the highest volume day knowing that we are forecasting MUCH higher on the day then highest volume day previously.
Short- Would be just the opposite. We have a Gapper in the morning of which has a previous high volume day of 100mil, and were interacting with that days range. low volume premarket, and out of the bell we spike but fail, and VF% is very slow to rise, and our total forecast on the day is only showing 5mil on the day total after the first 30min. I would feel confident going short against Vwap BLVD or a prior HOD from the highest volume days price range, knowing we wont have enough volume to clear the overhead volume supply.
Ive also included a small table that covers AVG vol on the time frame of your current chart. RVOL and ATR as well to help ID outlier type moves.
ALL METRICS INCLUDING VOLUME FORECAST CALCULATE FOR THE TIME FRAME YOUR CHART IS CURRENTLY ON.
Best results and most accurate readings for Forecast have been on the 1min and daily chart. Using both time frames for cross comparison intraday to gauge the volume flow after open every 15 min for the first hour or so of market. Volume forecast DOES NOT work outside of normal market hours on trading view. It will reflect negative numbers in off hours depending on the volume done on the day in that stock and in some replay modes.
This is a SIMPLE study, I wanted to KEEP it that way. So it was EASY to read, and less to be confused about.
ARE WE DEALING WITH A EARLY BIG, HIGH % IN FIRST HOUR FORECAST FOR TODAY VS PRIOR HIGH VOL DAYS???
Or
ARE WE DEALING WITH A LOW, SLOW BUILDING FORECAST IN THE FIRST HOUR FOR TODAY VS PRIOR HIGH VOL DAYS KEY LEVELS?
The easier and simple it is to read this, the faster and cleaner you can execute.
Hope you enjoy.
JMF
SPECIAL THANKS TO ©Rumpypumpydumpy AN AMAZING CODER IVE BEEN WORKING WITH FOR HELP WITH THE FINAL LOGIC AND CLEANING THE CODE AND VISUAL ASPECTS UP.
Make sure to stop by his page here on trading view and check out some of his amazing studies.
If you have any questions feel free to Dm here.
colored VWAP# This coed is used the VWAP, no different with other VWAP
# But the color, important for me, is added to make it easier to watch, black means closing price < VWAP, green means closing price >= VWAP
QuickSilver Intraday using RSIThis is a simple intraday strategy using very basic intraday super indicators - RSI & VWAP for working on Stocks . You can modify the values on the stock and see what are your best picks. Comment below if you found something with good returns
Strategy:
Indicators used :
The Relative Strength Index (RSI) is one of the most popular and widely used momentum oscillators.The values of the RSI oscillator, typically measured over a 14-day period, fluctuate between zero and 100. The Relative Strength Index indicates oversold market conditions when below 30 and overbought market conditions when above 70
VWAP identifies the true average price of a stock by factoring the volume of transactions at a specific price point and not based on the closing price. VWAP can add more value than your standard 10, 50, or 200 moving average indicators because VWAP reacts to price movements based on the volume during a given period.
Buying happens at VWAP Breakouts which is then validated with RSI to check for overbought & oversold conditions.
Aggressive trade stop can be employed by using the % for long and shorts in the strategy.
Usage & Best setting :
Choose a good volatile stock and a time frame - 10m.
RSI : 9
Overbought & Oversold - can be varied as per user
There is stop loss and take profit that can be used to optimise your trade
Extending this to,
In general guidelines for RSI :
Short-term intraday traders (day trading) often use lower settings with periods in the range of 9-11.
Medium-term swing traders frequently use the default period setting of 14.
Longer-term position traders often set it at a higher period, in the range of 20-30.
The template also includes daily square off based on your time.
TopTenAlgo 2. HFT Algo for CryptoEN: High Frequency Trade Algo TVQ is an advanced algorithmic system developed using Volume Weighted / Exponential Moving Averages, vWap and Ichimoku . Said indicators are re-blended with the Volume Weighted Average ( vWap ) algorithm used by Merryl Lynch or Yapıkredi algorithms. It does not act like the classic Ichimoku or Moving Averages. TVQ was used instead of RSI . High Frequency Trade Algo's incorporate a 3-sided trading strategy that detects Risk Areas and allows you to stay Flat if necessary (red and white circles above the bars) or generates appropriate signals in the buy and sell regions, that measures the risk. In the triangle or flat / horizontal corrections you need to stay flat, it warns you beforehand that you are in the risky area, while the trend will occur, it warns you with a buy or sell signal.
This algorithm is prepared with @Top10Algo ... Optimization Risky and Wait Zone
TR: High Frequency Trade Algo TVQ, Hacim Ağırlıklı/Exponential Hareketli Ortalamalar, vWap ve Ichimoku kullanarak geliştirilen gelişmiş bir algoritmik sistemdir. Bahsi geçen göstergeler Merryl Lynch yada Yapıkredi algoritmalarının kullandığı Volume Weighted Average ( vWap ) algoritması ile yeniden harmanlanmıştır. Klasik Ichimoku yada Hareketli Ortalamalar gibi hareket etmez. RSI yerine TVQ kullanılmıştır. High Frequency Trade Algo’ lar Riskli Bölgeleri tespit edip gerekirse Flat kalmanızı sağlayan(barların üstündeki kırmızı ve beyaz daireler) yada alım ve satım bölgelerinde uygun sinyaller üreten yani riski ölçen 3 taraflı bir trading stratejisini içinde barındırır. Flat kalmanız gereken üçgen yada yassı/yatay düzeltmelerde sizi riskli bölgede olduğunuz konusunda önceden uyarırken, trend oluşacağı zamanda al yada sat sinyali ile önceden uyarır.
Bu algoritma @Top10Algo ile beraber hazırlanmıştır...Riskli ve Bekleme yapılan Flat bölgelerle ile ilgili iyileştirmeler yapıldı...
Gunzo Market SRGunzo Market SR is a set of 3 tools combined for trend analysis on day trading strategy.
VWAP (Volume Weighted Average Price) :
The VWAP indicator is generally used for trend analysis. For example if the VWAP line is under the closing price for a long period of time, the trend is strong. In this script, the VWAP has been optimized for day trading as the indicator is calculated inside the daily range, and resets when a new day starts. This way the indicator reflects the daily trend and not the overall trend. You can also use the position of closing price according to the VWAP to find optimal entry points according to the indicator.
Highs / Lows :
The Highs / Lows are generally used for trend analysis too. The High / Lows are mainly used to identify prices that have been key during the past and that we can use as an indication for the following candles. In this script, the Highs / Lows are computed on the daily period and then displayed on the current period (recommended to use on a daily period or lower). This way the indicator reflects the highest point and the lowest point of the day (can be modified to have a longer range of pivot days even if I recommend to stay on 1 day for day trading).
Support / Resistance :
The Support / Resistance is generally used for trend analysis too. The Support / Resistance are found by searching local high and lows. The longer the supports and resistance are, the strongest it can be considered. In this script, the Highs / Lows are computed by default on a lower time frame (usually 3-4 times lower). For example on a 15 minute graph, the Highs / Lows will be computed on the 5 minute graph (can be modified if the displayed result is not optimized for your asset).
How to use this set of tools :
I personally recommend to use this tool at the start of your day of trading. This way you will get a clear vision of the daily situation and try to identify key prices and the trend for the current day. I then suggest to set up an alert on the key price to be notified when you're getting close to it.
BBofVWAP with entry at Pivot PointThis strategy uses BB of VWAP and Pivot point to enter and exit the Long position.
settings
BB length 50
BB Source VWAP
Entry
When VWAP crossing up BB midline and price/close is above weekly PivotPoint ( you can also use Daily pivot point )
Exit
When VWAP is crossing down BB lower band
Stop Loss
Stop loss defaulted to 5%
Note : Long will position will be exited on either VWAP crossing down BB lower band or stop loss is hit - whichever comes first . Being said that some time your stop loss exit is less than 5% which saves from more losses.
Entry is based on weekly Pivot point , so any time frame below weekly will work perfect. I have tested t on 30 min , 1 HR , 4 Hr , Daily charts. Even weekly setting shows good results , that will work for long term investing style.
if you change Pivot period to Daily , chose time frames below Daily.
I also noticed this strategy mostly do not enter Long position in a down trend. Even it finds one , it will be exited with minimal loss.
Warning
For the use of educational purposes only
Dynamic VWAP WebNote : The large purple ellipses and shaded boxes are not part of the indicator and have been manually drawn to show how the indicator provides important pattern signals you can recognize. The small red and green dots are however bulit_in and show highs and lows that break key averages to further add to pattern data.
This indicator is built from my Bonfire system and includes VWAP , linear regression , and moving averages combined with dynamic lengths to show key trends, a moving profile, fractal patterns, and data visuals. The VWAP portion of the script is weighed a bit more and automated recognitions provide tons of pattern data and a moving profile that sharply interacts with the price on all levels. *dynamic lengths = lengths change when specific criteria has been met. This is opposed to the default, static or constant length inputs that stay the same unless changed manually.
Things to look for and questions to ask yourself:
a: How is the structure of the indicators flowing? Are the indicators collecting, pinching together, and smoothing out to provide a unanimous direction? How is the price reacting to the indicators? Is the price above, below all, most, or some of the indicators? (MARKED WITH LARGE DRAWN ELLIPSES)
b: What is your interpretation of the deviation between the indicators and the price? Is there a big spread? Is the price seemingly spiking or dropping to touch or grab certain indicator levels briefly while there is still a big spread between unorganized indicators? This can lead to a temporary pivot that does not sustain a long term bear or bull trend.
c: Is the price just above or below the indicators? Does the current trajectory and volume project a break upward, pushing the price through and over the indicators. Is the price bouncing off the lines as live resistance or support? Time is the most powerful force to recon with. The trajectory of the price towards the indicators vs the candle countdown can assist you in predicting if the price will be forced to cross above or below the profile indicators. When price crosses above a collected group of indicators , it's to be considered a bullish move. Likewise, when the price breaks downward on levels it would be considered a time to limit exposure.
d: Notice the difference in the thicker gradient lines above or below the price and more importantly, the absence of these lines compared to the current state of the other indicators. (MARKED WITH DRAWN DARK SHADED BOXES). Are the thick profile lines darker or lighter? Are these lines making sharp moves up or down well below the current price?
e: Keep note of each detail of the signals provided. The smaller green and red dots consistently appear along the (gradient) moving profile levels during specific price interactions with VWAP linear moving profile lines. Though these dots provide minor changes, it's still worth noting for consistent pattern recognition.
f: The built-in red and green rings signal when the price highs and lows breach or interrupt the linear/MA indicator lines. Often these appear in a pattern before and after a bigger move in price. Each asset or stock will have a different pattern or story to tell at different intervals. It is critical that you take the time to look at the patterns at different cycles and learn how to read the overall health of the price compared to the data and historical patterns provided.
g: The gradients fade and darken based on strength.
This is a new way to visualize the current state of an asset. Therefore it will take some time to learn the nuances of Dynamic VWAP WEB. Devote some time to learn the patterns that align with your goals and timeframes.
This is a pay for use indicator. Please message me for access through Tradingview messages.
Payment = Contact for details . A one time fee via cryptocurrency ( BTC ,ETH,LTC, DGB ) preferred.
[blackcat] L2 VWAP CCI Trading SystemLevel: 2
Background
Volume-Weighted Average Price (VWAP) is a trading benchmark used by traders that indicates the average price that a security has traded for throughout the day based on volume and price. This is important as it gives traders insight into the trend and value of a security.
The Commodity Channel Index (CCI) indicator was created to identify bullish and bearish market cycles, as well as to define market turning points and the strongest and weakest market periods. CCI was developed for commodities and quickly found application in other markets, including forex.
Function
blackcat L2 VWAP CCI Trading System is an innovative indicator that combines vwap and cci indicator together. Not only long and short entries can be disclosed, but also the overbought and oversold zones are clearly observed.
Key Signal
cci ---> vwap cci indicator output
long --> long entry condition
short --> short entry condition
backtest --> indicator backtest scheme "NLX-L3 Backtest" required input source for strategy backtest
longentry --> visual long entry
shortentry --> visual short entry
Pros and Cons
Pros:
1. exact long and short entries are produced by overbought and oversold conditions
2. support "NLX-L3 Backtest" framework
Cons:
1. noise may be produced under extreme market condition
2. due to this is un-optimized version, time frame and trading pairs need to be selected
Remarks
Courtesy of @nilux "NLX-L3 Backtest" easy backtest framework for dummies.
Step by step backtest guide with "NLX-L3 Backtest" framework:
STEP1: Add this indicator into your chart
STEP2: Add "NLX-L3 Backtest" into your chart
STEP3: Click "Settings" gear icon of "NLX-L3 Backtest" to select "Select L2 Indicator" in the 1st line as "blackcat L2 VWAP CCI Trading System: backtest"
STEP4: Configure your backtest other settings under "NLX-L3 Backtest" framework
STEP5: Click "OK" and view the results in "Strategy Tester" tab
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
Triple VWAP Bands with Upper % and Lower %Three VWAP bands plotting the
1. Standard VWAP
2. A VWAP band with a % shift to the upside and
3. A VWAP band with a % shift to the downside
This script enables a VWAP range similar to Bollinger Bands and signals oversold and underbought regions.
Volume-Weighted Indicators VWMA/VWAP/EMA_by WWAs traders and investors now urge to console volume factors into their price action analysis. This script is an attempt to combine volume-weighted moving average (VWMA), volume-weighted average price (VWAP), along with the exponential moving average (EMA). I have found that this indicator works quite well with the stock market.
How to use the indicator:
Buy when the VWAP and EMA lines crossing up VWMA.
Sell when the VWAP and EMA crossing down each other OR both VWAP and EMA crossing down VWAP
Any modificatio is welcomed, but please let me know.
RSI-VWAPBacktest script based on the previous RSI-VWAP indicator:
It's the popular RSI indicator with VWAP as a source instead of close:
- RSI_VWAP = rsi(vwap(close), RSI_VWAP_length)
What is the Volume Weighted Average Price ( VWAP )?
VWAP is calculated by adding up the dollars traded for every transaction (price multiplied by the number of shares traded) and then dividing by the total shares traded.
Trades are laddered to improve the average entry price and each entry is increased, improving the entry but increasing the risk of being liquidated.
It can be easily converted to study (alerts)
Settings for BINANCE:BTCUSDT at 30m
Pivot/TimeFrame Anchored VWAP - JDThis script calculates the VWAP (Volume Weighted Average Price) anchored to certain points.
You can either choose to anchor it to significant pivot points or to the start of hourly, daily, weekly,... periods
The anchored VWAP gives you an indication who is in control since the last pivot point or since the start of the hour, day,...
The indicator is very multi purpose and works on all TF's and periods!
the script works from TF's in seconds
to TF's in weeks
and on the 1 hourly VWAP on the 1 sec chart
as well as the 1 year VWAP on the daily chart, and everthing in between and beyond!
JD.
#NotTradingAdvice #DYOR
Disclaimer.
I AM NOT A FINANCIAL ADVISOR.
THESE IDEAS ARE NOT ADVICE AND ARE FOR EDUCATION PURPOSES ONLY.
ALWAYS DO YOUR OWN RESEARCH!
Volume (Incremental) Weighted VOLATILITY BANDSDISCLAIMER:
The Following indicator/code IS NOT intended to be a formal investment advice or recommendation by the author, nor should be construed as such. Users will be fully responsible by their use regarding their own trading vehicles/assets.
The following indicator was made for NON LUCRATIVE ACTIVITIES and must remain as is following TradingView's regulations. Use of indicator and their code are published by Invitation Only for work and knowledge sharing. All access granted over it, their use, copy or re-use should mention authorship(s) and origin(s).
WARNING NOTICE!
THE INCLUDED FUNCTION MUST BE CONSIDERED AS TESTING. The models included in the indicator have been taken from openly sources on the web, problems could occur at diverse data sceneries.
WHAT'S THIS...?
Work derived by previous own research for study:
The given indicator is another VWAP analysis tool that contains openly procedures for rolling out time sessions as in other TradingView scripts .
Some novelties are introduced in this version:
INCREMENTAL WEIGHTED STANDARD DEVIATION BANDS: The calculation on this script are strictly based in regard of University of Cambridge Computing Service, February 2009 paper by Tony Finch publicly found at people.ds.cam.ac.uk .
From the Abstract, he explain how to derive formulae for numerically stable calculation of the mean and standard deviation, which are also suitable for incremental on-line calculation. Then he generalize these formulae to weighted means and standard deviations. He unpick the difficulties that arise when generalizing further to normalized weights. Finally he shown that the exponentially weighted moving average is a special case of the incremental normalized weighted mean formula, and derive a formula for the exponentially weighted moving standard deviation.
VOLUME WEIGHTED VOLATILITY ADAPTIVE MOVING AVERAGE & BANDS: Taking the INCREMENTAL WEIGHTED STANDARD DEVIATION already described and taking a specified anchor or Rolling procedure for a VWAP, I derive the variance against the price to use it as VOLATILITY PROXY for a normalization lambda to plot a First Order Impulse Response Filter or Adaptive Average . This idea have it's roots derived from Chaiyuth Padungsaksawasdi & Robert T. Daigler paper entitled "Volume weighted volatility: empirical evidence for a new realised volatility measure".
NOTES:
This version DO NOT INCLUDE ALERTS.
This version DO NOT INCLUDE STRATEGY: Feedback are welcome.
DERIVED WORK:
Incremental calculation of weighted mean and variance by Tony Finch (fanf2@cam.ac.uk) (dot@dotat.at), 2009.
Volume weighted volatility: empirical evidence for a new realised volatility measure by Chaiyuth Padungsaksawasdi & Robert T. Daigler, 2018.
Multi-Timeframe VWAP by TradingView user @mortdiggidi
CHEERS!
@XeL_Arjona 2019.
Three Anchored Moving Averages (VWAP / SMA / EMA)
This indicator allows users to anchor three types of moving averages (Simple Moving Average (SMA), Exponential Moving Average (EMA), and Volume Weighted Average Price (VWAP)) to specific points in time (anchor points)
Key Features:
Select from three Moving Average Types:
Simple Moving Average (SMA): Averages the closing prices over a specified period.
Exponential Moving Average (EMA): Gives more weight to recent prices, making it more responsive to new information.
Volume Weighted Average Price (VWAP): Averages the price weighted by volume, useful for understanding the average price at which the asset has traded over a period.
Up to Three Anchor Points:
Users can set up to three different anchor points to calculate the moving averages from specific dates and times. This allows for analysis of price action starting from significant points or specific events. For example, you can anchor to the low and high of a move to identify key levels or to points where the price takes off from a previous anchored MA.
Customisable Sentiment Options:
Each anchor point can be associated with a sentiment input (Auto, Bull, Bear, None), which influences if the MAs are displayed as lines or zones/bands:
Auto: Automatically determines the sentiment based on whether anchor points are on pivot highs and lows. If anchored to a pivot high, the system will assume a bearish sentiment and display a red band or zone between the MA OHLC4 and High. Anchoring to a pivot low will display a green band (OHLC4 - Low).
Bull: Forces a bullish sentiment (Green Band - OHLC4 to Low)
Bear: Forces a bearish sentiment (Red Band - OHLC4 to High)
None: Ignores sentiment and displays a single line (OHLC4)
Chart Matching:
The indicator includes an option to display the moving averages only if the chart symbol matches a specified ticker. This feature ensures that the indicator is relevant to the specific asset being analysed.
How to Use the Indicator:
1. Set Anchor Points: When added to your chart, select three anchor points by point and click. If you only wish to anchor to a single point, click on that point three times and disable the other two in settings once the indicator is applied.
2. Select Moving Average Type: Choose between SMA, EMA, or VWAP using the dropdown menu. EMAs are the most responsive.
3. Enable/Disable Anchor Points: Use the checkboxes to enable or disable each anchor point.
4. Select Sentiment Type: Choose between Auto, Bull, Bear, or None.
5. Chart Matching: Optionally, specify a chart symbol to restrict the indicator's display to that particular asset.
6. Interpret the Plots: The indicator plots the high, mid, and low values of the selected moving average type from each anchor point. The fills between these plots help identify potential support and resistance zones. These should be used as points of interest for pullback reversals or potential continuation if the price breaks through.
Practical Applications:
Trend Analysis: Identify the overall trend direction from specific historical points.
Support and Resistance: Determine key dynamic support and resistance levels based on anchored moving averages.
Event-Based Analysis: Anchor the moving averages to significant events (e.g., earnings releases, economic data) to study their impact on price trends.
Multi Timeframe Analysis: Higher Timeframe Anchors can be used to identify longer term trend analysis. Switching to a lower timeframe for execution triggers at these points wont distort the MA levels as they are anchored to a specific point in time
Intraday or Swing Trading: trend analysis using anchor points can be used for any style of trading (Intraday / Swing / Invest). Use anchored levels as points of interest and wait for hints in price action to try and catch the next move.