NexusFi: Find Your Edge


Home Menu

 





How to use volume in your trading


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one cunparis with 187 posts (146 thanks)
    2. looks_two josh with 38 posts (49 thanks)
    3. looks_3 RJay with 34 posts (15 thanks)
    4. looks_4 Silvester17 with 29 posts (24 thanks)
      Best Posters
    1. looks_one Fat Tails with 1.5 thanks per post
    2. looks_two josh with 1.3 thanks per post
    3. looks_3 cunparis with 0.8 thanks per post
    4. looks_4 Silvester17 with 0.8 thanks per post
    1. trending_up 406,756 views
    2. thumb_up 485 thanks given
    3. group 157 followers
    1. forum 677 posts
    2. attach_file 202 attachments




 
Search this Thread

How to use volume in your trading

  #551 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


josh View Post
March 9 volume looks to be equal or lowest volume of past 12 days .. why do you say it's a high volume bar? You mean relative to the spread perhaps?

Yes. I meant relative to the volume. Churning is high volume per range.


josh View Post
As for currency futures, do you think this volume is really representative of the global interbank forex system? I mean, it might be close, but how can a few hundred thousand contracts from the CME be a good proxy? It may work fine, I just don't see how they could be so closely correlated as to be accurate enough to use in VSA.

Because 6E traders behave in a similar way the FOREX traders do. A high volume breakout in FOREX (the leading market) will trigger a high volume breakout in the currency futures. If need some arbitrageurs will make up for it.

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
About a successful futures trader who didn´t know anyth …
Psychology and Money Management
How to apply profiles
Traders Hideout
 
  #552 (permalink)
 
josh's Avatar
 josh 
Georgia, US
Legendary Market Wizard
 
Experience: None
Platform: SC
Broker: Denali+Rithmic
Trading: ES, NQ, YM
Posts: 6,246 since Jan 2011
Thanks Given: 6,784
Thanks Received: 18,257

Thanks FT!

Reply With Quote
  #553 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


fat tails,

was trying to use my programming skills. well they still stink.

I wanted to add background colors to your better volume x indicator (for climax and churn bars only). was able to do that half way. if there's a climax or churn bar, the background will show that. but now the problem is if that same bar changes back to up, down or low volume, the background color will stay like a climax or churn. hope that makes sense.

need to make some additional changes to the code. but only getting error messages when I try to add "BackColor = Color.Empty;".

thanks.

Attached Thumbnails
Click image for larger version

Name:	ES 06-11 (4 BetterRenko)  4_15_2011.jpg
Views:	314
Size:	84.3 KB
ID:	36707   Click image for larger version

Name:	2011-04-15_1624.png
Views:	309
Size:	117.8 KB
ID:	36708  
Reply With Quote
  #554 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


Silvester17 View Post
fat tails,

was trying to use my programming skills. well they still stink.

I wanted to add background colors to your better volume x indicator (for climax and churn bars only). was able to do that half way. if there's a climax or churn bar, the background will show that. but now the problem is if that same bar changes back to up, down or low volume, the background color will stay like a climax or churn. hope that makes sense.

need to make some additional changes to the code. but only getting error messages when I try to add "BackColor = Color.Empty;".

thanks.

Maybe you forgot the brackets. Otherwise the line of code is correct. If you cannot fix it, post it here.

Reply With Quote
Thanked by:
  #555 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


Fat Tails View Post
Maybe you forgot the brackets. Otherwise the line of code is correct. If you cannot fix it, post it here.

I did try with brackets. (maybe I'm using them the wrong way).

thank you very much for your help.

Reply With Quote
  #556 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


Silvester17 View Post
I did try with brackets. (maybe I'm using them the wrong way).

thank you very much for your help.

It looks like a bracket problem. You would need to code something like

 
Code
if( whatsoever )
{
PlotColors[0][0] = Color.Beautiful;
BackColor = Color.Ugly;
}
else if (whatelse)
{
...
...
}

Reply With Quote
Thanked by:
  #557 (permalink)
 
Trafford's Avatar
 Trafford 
London, England
 
Experience: Intermediate
Platform: Ninja
Broker: Mirus Futures/Zen-Fire
Trading: EUR
Posts: 337 since Sep 2010
Thanks Given: 378
Thanks Received: 229

FT,

Is it possible for you to add a paint bar option for your Better VolumeX indicator?

Reply With Quote
  #558 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


Fat Tails View Post
It looks like a bracket problem. You would need to code something like

 
Code
if( whatsoever )
{
PlotColors[0][0] = Color.Beautiful;
BackColor = Color.Ugly;
}
else if (whatelse)
{
...
...
}

thank you very much. working fine now.

Reply With Quote
  #559 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


Trafford View Post
FT,

Is it possible for you to add a paint bar option for your Better VolumeX indicator?

Just follow the approach of @Silvester17 and replace "BackColor" with "BarColor".

Reply With Quote
  #560 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527



Fat Tails View Post
I have played a little, and here is a first version called anaBetterVolumeX, which can be used on

- range charts
- volume charts
- tick charts
- and maybe other charts

did some more investigations.

the new better volume x indicator can also be used for time based charts. if I understand the code correctly, it will plot exactly the same thing like the original better volume indicator on time based charts. of course different results on non time based charts.

so my conclusion is the new better volume x indicator is even more superior than the original:

- same results on time charts
- giving some useful information on non time based charts (range, tick, volume etc)

great work and thanks again.

Reply With Quote




Last Updated on April 21, 2016


© 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