PureBytes Links
Trading Reference Links
|
Tan, the posted code at
http://finance.groups.yahoo.com/group/equismetastock/message/21726
will accumulate any data (OHLC, V, OI, indicator values, etc) over the
week, but only on daily charts.
Change original code:
{ Data to accumulate - Volume in '000's }
dat:=V/1000;
To new code:
{ Data to accumulate - Adv/Dec, NH/NL, etc }
dat:=C; { <- or Security("your data",C); }
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "tan ming"
<reminiscenostalgia@xxx> wrote:
>
>
> Hi Jose, which component of the weekly volume accumulator code
> should I change for advance decline. I have the A/D in MS format
> similiar to a stock. Does the code works for new high/new low?
------------------------ Yahoo! Groups Sponsor --------------------~-->
Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|