| 
 PureBytes Links 
Trading Reference Links 
 | 
Got the vol plot to work but how do you over lay the price, ma ect 
onto it?
Thanks
Marty
--- In amibroker@xxxxxxxxxxxxxxx, "john gibb" <jgibb1@xxxx> wrote:
> whoops, should be:
> 
> Plot(V,"Volume",IIf(C>=Ref(C,-
1),colorBlack,colorRed),styleHistogram);
> 
> -john 
> ----- Original Message ----- 
> From: "john gibb" <jgibb1@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, April 09, 2004 4:09 PM
> Subject: Re: [amibroker] Volume color
> 
> 
> Hi Marty,
> 
> Try this:
> 
> Plot(V,"Volume",IIf(C>=Ref(C,-
),colorBlack,colorRed),styleHistogram);
> 
> -john
> ----- Original Message ----- 
> From: "prog200" <prog200@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, April 09, 2004 1:54 PM
> Subject: [amibroker] Volume color
> 
> 
> Is there a way to change the volume so the up spikes are black and
> down are red.
> 
> Thanks
> 
> Marty
> 
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at: 
http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> Yahoo! Groups Links
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
     amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 
 |