Stock Market Strategy : VWAP, MACD, EMA, Breakout, BBHello there,
Today I bring you a stock market strategy, specialized in NASDAQ stocks.
Its a daytrading strategy, that can only do a max of 1 trade per day. In this case it only trades the first 2 opening hours of the market.
The rules are simple :
We follow the trend based on a big EMA, in this case 200, after that, we check for VWAP direction , then, we check histogram from MACD. This is the simple logic of the strategy.
Inside there is another strategy, that not just do the above, but also uses Bollinger bands, and checks for breakout of bottom or top line. Also it uses Average directional Index, for even a bigger criteria .
So for example a long condition it would be : candle is above the ema, and candle is above vwap, and histogram is positive, and candle break the top bb level and ADI < 40 -> long signal . The opposite works for short(ADI > 20).
In this case all this criterias are between the first 2 hours of market. So we enter between the first hour, and exit in the next hour. For this we need to use very short time frames.
Hope you enjoy it.
Let me know if you have any questions
在腳本中搜尋"vwap"
[CP]VWAP + 9 Moving Averages + 3 Jurik MA9 Adjustable EMAs with offsets, with two of them having the option of adjustable 'bands' around them.
VWAP line along with an offset and adjustable 'band'.
Incredible 3 Jurik Moving Averages!
A single indicator giving you infinite options to play around with EMAs, VWAP and the amazing JMA.
Note: The bands look best in dark mode.
BNF VWAP & MAThe script picks up Bank nifty stocks with their current respective weights and plots a Volume Weighted Average Price ( VWAP ) line along with 2 EMAs of your choice and an alert when the EMAs cross over and also when price crosses VWAP .
You can customize the script for MA type and lengths and to remove alert. Basic utility of the script is to analyse volumes driving the Bank Nifty index.
Credits to @daytraderph and his script (Custom Volume ) who's code I used to build this script. Also thanks to my friend @Varun who helped me code it.
WOMBO COMBO: EMA & VWAP & MACD & BB & STCHello my fellow investors,
After hours of reading, backtesting, and YouTube video watching I discovered that EMA, VWAP, BB, MACD, and STC produce the most consistent results for investment planning. This strategy allows you to pick between the aforementioned indicators or layer them together.
It works on the pricipal of:
1) Always follow the market trend - buy/sell above/below 200EMA
2) Follow corporate investing trends - buy/sell above/below VWAP
3) Apply MACD check - buy--> MACD line above signal line and corssover below histogram \\ sell --> MACD line below signal line and crossover above histogram.
4) Check volitility with price against BB limits upper/Sell or lower/buy
5) When STC crosses about 10 buy and when it drops below 90 sell
6) Exit position when stop loss is triggered or profit target is hit. BB also provides a parameter to exit positions.
This code is the product of many hours of hard work on the part of the greater tradingview community. The credit goes to everyone in the community who has put code out there for the greater good.
Hikkake PatternLifted description from web:
Hikkake means to trap, trick, or ensnare. Primarily, this price pattern seeks to identify inside bar breakouts and profit from their failures.
An inside bar is a price bar that is entirely within the range of the preceding price bar. Inside bars are typical on price charts of most timeframes.
While you’ll often find inside bars in congested markets, they also offer a low-risk entry point for price action traders. The contracted range of an inside bar offers a natural tight stop-loss.
Hence, inside bar breakouts seem attractive. However, if you are patient and focus on identifying false breakouts, you might be able to find more reliable trading setups in the form of Hikkakes.
In a nutshell, the Hikkake pattern offers a systematic approach to trading false inside bar breakouts.
As a filter I incorporated VWAP into the code to only trigger Bullish / Bearish signals when price is Above/Below VWAP respectively. The ATR is used to create a Stop buffer (red cross) for the Entry signal ( green dot ). The R1 and R2 (orange squares) are two possible profit targets that are customizable to different Risk multiples based upon the difference between Entry and Stop.
BAT Multi Anchored VWAPMulti Anchored VWAP which includes:
BTC Key Pivots
SPX Key Pivots
Yearly Opens
5 Adjustable Dates
Works on all assets, unlike some VWAP calculations.
Colored Volume Weighted Average PriceSimple addition to the standard VWAP indicator.
If price is above VWAP the plot is colored green. If below plot is colored red.
Colors are configurable.
You can also choose the source for price (i.e. open/low/high etc)
Buy/Sell Signal - RSI + EMA + MACD + VWAPdisplays buy/sell along with ema, vwap combined.. so it can be used as one indicator instead of 2 indicators on trading view..
Cnagda Fixed Swingstrategy combines market structure (pivot S&R, anchored VWAP), momentum (EMA/WMA crosses), and volatility (ATR-based stop) to provide robust, adaptive trading signals.
It minimizes false entries using stateful logic and confirms swings using multi-factor conditions.
Yearly VWAP with Z-Score Yearly VWAP with Z-score (starting from June)
Z(upperband)=-2
Z(lowerband)=2
Z(middleline)=0
📊 Supertrend + EMA + VWAP + Proximity AlertThis is a combination of Indicator as mentioned above. Proximity Alert may be used for giving alert on 200 ema on Multi time frame. Made by AjaySharma
Multi Time Frame Supporting Candles (with EMA/VWAP)Overview
This script provides a clean and, most importantly, correctly-scaled Multi-Time-Frame (MTF) analysis panel. It displays the candles of a higher timeframe (e.g., 1-hour candles while you are on a 5-minute chart) in a separate pane below your main chart.
Crucially, it solves a common Pine Script scaling issue, allowing you to plot indicators like EMA and VWAP from the higher timeframe alongside the candles without distorting the display. This tool is essential for traders who practice Multi-Time-Frame Analysis, helping you stay aware of the larger trend context while executing trades on a lower timeframe.
Simple VWAPPlots a simple Volume Weighted Average Price (VWAP) line with a thicker style for better visibility on the chart
RSI Custom ADX VWAP Swing Signals Anmol Singh point.Anmol Singh
This indicator combines RSI, a custom ADX, VWAP, and Swing High/Low Break signals to identify potential buy and sell opportunities. It provides visual signals and alerts, helping traders spot trends and reversals more effectively on NASDAQ 1-minute charts.
TOMOs EMA (9, 20, 200) & VWAPThis indicator includes the 9, 20, 200 EMAs and VWAP all in one chart. best to be used on 1m, 5m, 1D timelines.
Auto AVWAP (Anchored-VWAP) with Breakout ScreenerAuto AVWAP (Anchored-VWAP) with Breakout Screener. fINAL VERSION
Institutional Footprint + RSIPurpose
Detect early signs of institutional activity (accumulation, distribution, shakeouts) using price and volume behavior, combined with RSI for confirmation.
How It Works
Footprint Score (0–100):
Above 70 → Possible accumulation
Below 30 → Possible distribution
Around 50 → Neutral
Shakeout signals: False breakdowns followed by strong recoveries
RSI Line: Plotted for confirmation
Why It Matters
Catches smart money moves before price reacts. Helps identify stealth accumulation or quiet exits not visible in price alone.
Features
Institutional Footprint + RSI
Shakeout markers
Visual zones
Usage Tips
Combine with RSI, VWAP, or support/resistance. For example: if Footprint shows accumulation and RSI is low, this may signal a high-probability buy setup
Best on 1H, 4H, or Daily timeframes
Not a standalone entry/exit signal
EMA 20 and Anchored VWAP with Typical PriceIntraday scalping using EMA 20 and VWAP along with targets and Stoploss
JMR vwap inside barThis indicator will add vwap and according to your chart time frame and also will mark inside bar candles.
Out of the Noise Intraday Strategy with VWAP [YuL]This is my (naive) implementation of "Beat the Market An Effective Intraday Momentum Strategy for S&P500 ETF (SPY)" paper by Carlo Zarattini, Andrew Aziz, Andrea Barbon, so the credit goes to them.
It is supposed to run on SPY on 30-minute timeframe, there may be issues on other timeframes.
I've used settings that were used by the authors in the original paper to keep it close to the publication, but I understand that they are very aggressive and probably shouldn't be used like that.
Results are good, but not as good as they are stated in the paper (unsurprisingly?): returns are smaller and Sharpe is very low (which is actually weird given the returns and drawdown ratio), there are also margin calls if you enable margin check (and you should).
I have my own ideas of improvements which I will probably implement separately to keep this clean.
JDXBT Monthly VWAPIt calculates the average price for each month, weighted by trading volume, and automatically resets the calculation at the start of each new month. The VWAP line changes colour based on direction: black if rising, fuchsia if falling — helping traders quickly identify monthly price trends with volume context. It’s a useful tool for spotting key levels and momentum shifts on a monthly basis.