NexusFi: Find Your Edge


Home Menu

 





VWAP for stock index futures trading?


Discussion in Emini and Emicro Index

Updated
      Top Posters
    1. looks_one JonnyBoy with 126 posts (973 thanks)
    2. looks_two bobwest with 32 posts (152 thanks)
    3. looks_3 jakobe with 23 posts (20 thanks)
    4. looks_4 joe s with 21 posts (6 thanks)
      Best Posters
    1. looks_one JonnyBoy with 7.7 thanks per post
    2. looks_two wldman with 6.4 thanks per post
    3. looks_3 bobwest with 4.8 thanks per post
    4. looks_4 Silvester17 with 4.4 thanks per post
    1. trending_up 204,785 views
    2. thumb_up 1,930 thanks given
    3. group 928 followers
    1. forum 528 posts
    2. attach_file 174 attachments




 
Search this Thread

VWAP for stock index futures trading?

  #441 (permalink)
 
AllSeeker's Avatar
 AllSeeker 
Mumbai, India
Legendary Pratik_4Clover
 
Experience: Beginner
Platform: TradingView & ZerodhaKite
Trading: NIFTY, BANKNIFTY
Frequency: Daily
Duration: Minutes
Posts: 1,426 since Jan 2019
Thanks Given: 5,249
Thanks Received: 5,014


bobwest View Post
What is your filter, then?

Bob.

Replaced volumes from origional vwap calculation with the ivol variable below
 
Code
dhv = security(syminfo.tickerid, "D", ema(volume,20), lookahead=true)
ivol=0.00, ivol:=volume > ema(volume,20) ? volume : dhv
Not sure if that makes sense, but I'll take it if its working

Visit my NexusFi Trade Journal Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Quantum physics & Trading dynamics
The Elite Circle
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
Strategy stop orders partially filled
EasyLanguage Programming
Better Renko Gaps
The Elite Circle
 
  #442 (permalink)
 
JonnyBoy's Avatar
 JonnyBoy 
Montreal, Quebec
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: Kinetick
Trading: ES
Posts: 1,561 since Apr 2012
Thanks Given: 706
Thanks Received: 3,858


jmont1 View Post
@JonnyBoy, may I request you provide the VWAP that allows for size filtering of volume? Perhaps I am just not noticing it in VWAPs that I have reviewed and would very much appreciate you or someone posting it. Thank YOU!

There are a number of ways you can get hold of this.

1. Pay a coder to do it. This is probably your most expensive option.
2. Purchase the Range Profile Volume indicator from DiscoTrading ($159 USD). You'll get what I consider to be the best volume profile tool on the market for literally peanuts, plus you can filter trades in numerous ways not just equal to greater than.
3. Request somebody on FIO to code this for you for free.

Assuming a coders average hourly rate of $150, option number 2 IMO is a no brainer.

--------------------------------------------------------
- Trade what you see. Invest in what you believe -
--------------------------------------------------------
Reply With Quote
Thanked by:
  #443 (permalink)
 
JonnyBoy's Avatar
 JonnyBoy 
Montreal, Quebec
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: Kinetick
Trading: ES
Posts: 1,561 since Apr 2012
Thanks Given: 706
Thanks Received: 3,858



LastDino View Post
Replaced volumes from origional vwap calculation with the ivol variable below
 
Code
dhv = security(syminfo.tickerid, "D", ema(volume,20), lookahead=true)
ivol=0.00, ivol:=volume > ema(volume,20) ? volume : dhv
Not sure if that makes sense, but I'll take it if its working

Looks like you are using an EMA to filter trades by volume? I guess this is the limitation of Trading View with respect to DOM. I do in fact love Trading View and use it myself.

And at the end of the day, whatever works for you works!

--------------------------------------------------------
- Trade what you see. Invest in what you believe -
--------------------------------------------------------
Reply With Quote
Thanked by:
  #444 (permalink)
 
AllSeeker's Avatar
 AllSeeker 
Mumbai, India
Legendary Pratik_4Clover
 
Experience: Beginner
Platform: TradingView & ZerodhaKite
Trading: NIFTY, BANKNIFTY
Frequency: Daily
Duration: Minutes
Posts: 1,426 since Jan 2019
Thanks Given: 5,249
Thanks Received: 5,014


JonnyBoy View Post
Looks like you are using an EMA to filter trades by volume? I guess this is the limitation of Trading View with respect to DOM. I do in fact love Trading View and use it myself.

And at the end of the day, whatever works for you works!

Yes and yes, lack of DOM has been hitting TV user base, but I think there are multiple technical problems that they are facing and not able to provide it atm. And rumour has it that its not going to change anytime soon either, hopefully things will be different after few years.

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #445 (permalink)
 jmont1 
New York, NY
 
Experience: Intermediate
Platform: NinjaTrader8
Broker: Data = Rithmic -- Gives 70 Level II Data
Trading: 6C (Low Margin,) 6E, CL, GC, ES and Maybe DX for smaller tick value
Posts: 1,394 since May 2011
Thanks Given: 1,719
Thanks Received: 1,020


LastDino View Post
Replaced volumes from origional vwap calculation with the ivol variable below
 
Code
dhv = security(syminfo.tickerid, "D", ema(volume,20), lookahead=true)
ivol=0.00, ivol:=volume > ema(volume,20) ? volume : dhv
Not sure if that makes sense, but I'll take it if its working

@LastDino, so can you or someone post the VWAP that can filter volume for NT8?

Reply With Quote
  #446 (permalink)
 
AllSeeker's Avatar
 AllSeeker 
Mumbai, India
Legendary Pratik_4Clover
 
Experience: Beginner
Platform: TradingView & ZerodhaKite
Trading: NIFTY, BANKNIFTY
Frequency: Daily
Duration: Minutes
Posts: 1,426 since Jan 2019
Thanks Given: 5,249
Thanks Received: 5,014


jmont1 View Post
@LastDino, so can you or someone post the VWAP that can filter volume for NT8?

I don't have NT coding knowledge, unfortunately your options are exactly as JonnyBoy has mentioned in his post above. I'm sorry :/

Visit my NexusFi Trade Journal Reply With Quote
  #447 (permalink)
 
WoodyFox's Avatar
 WoodyFox 
Columbus, Ohio
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 409 since May 2016
Thanks Given: 196
Thanks Received: 876


JonnyBoy View Post
Exactly! This is a quite an advanced approach actually and something that hasn't been discussed here yet. The reason why I call this an advanced approach is because in general an institutional traders number one goal is to estimate volume profile of what instrument they will be trading for that day without any knowledge of that day's volume.

Once you can estimate the volume profile for the day you can then ''tune'' the VWAP accordingly. This means you can then estimate the VWAP for the day, but we are getting a a bit ahead of ourselves with that one.

Replicating your NQ charts for today I get this. I am not used to the NQ so I applied a trade filter size of 50. Are you able to divulge the filter quantity you use and how you calculate it?

Unfiltered VWAP - all trades


Filtered VWAP - minimum trade size greater than or equal to 50


A good starting point to define trade filter size in the ES is to look at the DOM at RTH open. I would take the average of the 10 levels of bid and ask depth and then divide that by 10. So, for example if the 10 levels of bid depth were 1,050 and the 10 levels of ask depth were 1,304...

1,050 + 1,304 = 2,354

2,354 / 2 = 1,177 (to get your average)

1,177 / 10 = 117 (filter size)

Now, this is just a starting point and will only be possible to display if you have ability to trade filter size and apply VWAP to those filtered trades. There is a while bucket of reasons why I do it like this.

Filtering trade size of course means that it will not account for the distribution or accumulation of large orders that get broken down and executed as smaller orders. What we are trying to do here parcel out the sigma events where large orders are executed as large orders.

I probably wouldn't have even got onto discussing this about how you can slice up VWAP in this manner, but it is a very valid approach hence the discussion is now open! I am now just wondering if you heard that somewhere, read it somewhere or just did it?

It seems everybody has their own way of doing things, so I thought I would demonstrate how I see things.



VWAP alone to me is weak at best when used like the average retail trader uses it. Sure, it tells you things, but how can you exploit it. I have found very few successful ways to get and edge that is consistent. I believe the reason for this is participation. More specific, who is participating.

So,

1… You need to find out who is participating. This part is sacred to me, so I will not share. But I will say its important to look at both Limit (Iceberg) and Market (Delta) orders.
With a little work you can also see if bigger orders are parceled. It is data crunch, but worth the effort.

2… Once you know who is participating…Who do you filter? I primarily focus on removing the retail traders and a bit larger. If you go to small, you undermine the purpose. If
you go to big, you will limit the data to a point where it becomes useless for a retail account size. I also feel just because it is a big order, dose not mean its smart money.

3… Ok, you know who to include in your data…what do you do with it. Trade to the mean off some arbitrary deviation or know support or resistance? Use it to filter direction for
other strategies? Treat the VWAP as support and resistance and trade a bounce? Etc. This is up to who you are as a trader and of course account capabilities.



What I like to do is a little different and involves looking at sells vs buys. If you break apart the orders and create 2 VWAPS, one for buys and one for sells, you can use the spread to accurately determine institutional intent. Looking at a VWAP that puts all volume in the same group for a single average price has limitations. For me understanding this has helped me eliminate whipsaws and better see market direction.

For me not all institutional participants control direction. The ones that do control direction at any given time will push with volume until overtaken by opposing institutions. This may seem elementary, but I have heard so many retails traders say they feel institutions are out to get them with stop runs. The retail trader is only a tool in volume for institution to outwork and get their competing equals. By looking at a more specified VWAP, I feel this becomes more apparent.

I would also point out, that I look for trading strategies based on larger moves and consider myself more of a swing trader. I compare short and long term VWAPs and typically will have trades trigger at most 4 or 5 times a day when market volatility is high. I have held some trades for days. So, I am not a scalper in the traditional sense.

That’s all a have. Thought it might be helpful to some.

Reply With Quote
  #448 (permalink)
 
AllSeeker's Avatar
 AllSeeker 
Mumbai, India
Legendary Pratik_4Clover
 
Experience: Beginner
Platform: TradingView & ZerodhaKite
Trading: NIFTY, BANKNIFTY
Frequency: Daily
Duration: Minutes
Posts: 1,426 since Jan 2019
Thanks Given: 5,249
Thanks Received: 5,014


WoodyFox View Post
That’s all a have. Thought it might be helpful to some.

It is very helpful, thank you for sharing your valuable experience.

Visit my NexusFi Trade Journal Reply With Quote
  #449 (permalink)
 joe s 
sacramento ca us
 
Experience: Intermediate
Platform: Ninja Trader,Trade Station
Trading: es
Posts: 163 since Aug 2015
Thanks Given: 133
Thanks Received: 105

I have been looking at Brian Shannon,Anchored VWAP any body try this technique it seems interesting

Joe

Reply With Quote
Thanked by:
  #450 (permalink)
 
drinkurmilkshake's Avatar
 drinkurmilkshake 
VA/USA
 
Experience: Intermediate
Platform: NinjaTrader 8
Trading: NQ, YM, RTY, ES
Posts: 44 since May 2019
Thanks Given: 26
Thanks Received: 68



joe s View Post
I have been looking at Brian Shannon,Anchored VWAP any body try this technique it seems interesting

Joe

While there's definitely value in the anchored VWAPs, the issue I have is achvieving consistency in their anchor points and your ruleset to trade them. The ETH/RTH session-pegged VWAPs are black and white on their anchor point, and allow you to create a consistent ruleset for how price action behaves around the VWAP and SD levels. To avoid confusion and the added task of having to decide where to anchor VWAP positions as they develop, I'm just using standard EMAs (20 and 200) to act as a confirming indicator when price approaches a particular level.

So far, I've found that these particular EMAs often will closely mirror a VWAP that I have anchored. I don't think anchored VWAPs are redundant, but are probably an unncessary added complexity to what is already a rock solid system to trade price action (ETH/RTH session VWAPs).

Reply With Quote
Thanked by:




Last Updated on June 27, 2022


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts