BullCharts Forum Homepage
Forum Home Forum Home > BullCharts > BullScript
  New Posts New Posts RSS Feed: The Better Volume Indicator
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

The Better Volume Indicator

 Post Reply Post Reply Page  <12
Author
Message / View First Unread Post
Niftyg View Drop Down
Newbie
Newbie
Avatar

Joined: 23 Mar 2011
Location: Gold Coast
Posts: 11
Post Options Post Options   Quote Niftyg Quote  Post ReplyReply Direct Link To This Post Posted: 24 Mar 2011 at 1:34pm
Hi Max and Tanaka,
 
Just a further update.
 
Change the coding of the orange bar to:

If(Value1 = Lowest(Value1,20),V,undefined);

if you want to see the lowest volume bar in the last 20 bars as per the web site.
 
Regards
 
Nifty
Back to Top
maximo View Drop Down
BullCharts Guru
BullCharts Guru
Avatar

Joined: 02 Sep 2006
Location: Australia
Posts: 232
Post Options Post Options   Quote maximo Quote  Post ReplyReply Direct Link To This Post Posted: 24 Mar 2011 at 3:17pm
Yes that looks more consistent Nifty!
 
{ Updated code}
 
[description="Better Volume Indicator - http://emini-watch.com/free-stuff/volume-indicator/"]
Range := High - Low;
Value1 := Volume;
Value2 := Volume*Range;
Value3 := If(Range<>0,Volume/Range,0);
ma(Value1,100,S);
[linestyle=Grounded Bar; width=4]
[Color=Cyan] { Normal bars }
Volume;
[Color=Gold] { High volume bars }
GoldBar:=If(Value1 = Highest(Value1,20) and Close < Open,V,undefined);
GoldBar;
[Color=Red] { Volume climax bars }
RedBar:=If(Value2 = Highest(Value2,20) and Close > Open,V,undefined);
RedBar;
[Color=Lime Green] { High churn bars }
GreenBar:=If(Value3 = Highest(Value3,20),V,undefined);
GreenBar;
[Color=Magenta] { Climax & High churn bars }
MagentaBar:=If(Value2 = Highest(Value2,20) and Value3 = Highest(Value3,20),V,undefined);
MagentaBar;
[Color=Coral] { Low churn bars }
OrangeBar:=If(Value1 = Lowest(Value1,20),V,undefined);
OrangeBar;
Back to Top
cudderbean View Drop Down
Regular
Regular
Avatar

Joined: 02 Oct 2006
Location: Thailand
Posts: 40
Post Options Post Options   Quote cudderbean Quote  Post ReplyReply Direct Link To This Post Posted: 24 Mar 2011 at 4:30pm
Hear hear, Tanaka!
 
Thank you Maximo and Niftyg for your very generous sharing of ideas... your coding really helps newbies like me  to learn.
 
Have you considered an e-manual to supplement the Bullscript and Bullscan help files. I'd certainly buy it.
 
i think BC already beats Metastock hands down.. mainly because of the ease of importing and exporting lists to Excel and into WebIress for instance.
 
Such a manual might boost user numbers.. the more the merrier.
 
Thanks once more.
 
Back to Top
holygrail View Drop Down
Newbie
Newbie


Joined: 03 Jul 2018
Posts: 1
Post Options Post Options   Quote holygrail Quote  Post ReplyReply Direct Link To This Post Posted: 06 Jul 2018 at 9:15am
Hello, hoping Maximo or Niftyg (or anyone still following this thread) are able to help here.
I believe the Better Volume Indicator has been updated since Maximos last post of 2011. Is it possible for one of the coding gurus to visit http://emini-watch.com/free-stuff/volume-indicator/ and see if they can reproduce the new version for BullCharts?
I tried but failed miserably :(
Thank you in advance.

Back to Top
 Post Reply Post Reply Page  <12

Forum Jump Forum Permissions View Drop Down

Bulletin Board Software by Web Wiz Forums® version 9.69
Copyright ©2001-2010 Web Wiz