PureBytes Links
Trading Reference Links
|
Insert the following code in a new pane to get volume:
col = IIf( Close >= Ref( Close, -1 ), IIf(Close == Ref(Close,-
1),colorYellow,colorBrightGreen), colorRed );
Plot( Volume, "Volume", col, styleHistogram | styleThick);
--- In amibroker@xxxxxxxxxxxxxxx, George Loyd <grloyd@xxxx> wrote:
> Williams,
>
> Thanks again.Your help was really appreciated as I spent about 80
> minutes looking for GraphXSpace, but couldn't remember "what" it
was
> called, so finding it was extremely difficult.
>
> I am running the latest beta I think (4.69.0).but the way Tomasz
keeps
> sending out new betas, one can never be sure you have the latest
and
> greatest. Tomasz keep it up, you ARE THE MAN.
>
> Regards,
> George Loyd
>
> William Peters wrote:
>
> >George,
> >
> >Actually the instructions I gave you were for the beta version of
> >AmiBroker so if your not running the latest beta then they wont
> >make sense to you, sorry about that.
> >
> >
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|