PureBytes Links
Trading Reference Links
|
Calculates a cumulative sum of the DATA ARRAY from the first period in the
chart
If C is greater than yesterday's C then add today's volume to the cumulative
total, and if C is less than yesterdays C then subtract today's volume from
the cumulative total. If today's close is the same as yesterday's close then
leave the total unchanged.
Roy
----- Original Message -----
From: <uhehs@xxxxxxxx>
To: "Metastockusers@xxxxxxxxxxxx com" <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Wednesday, October 08, 2003 12:46 PM
Subject: [Metastockusers] explain please
> I cannot find any User Manual reference to the "Cum" in this formula;
> Someone please explain it's function and how it relates to this particular
> line of code.
>
> A1:=Cum(If(C>Ref(C,-1),+V,If( C<Ref(C,-1),-V,0)));
>
> Thanks.
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|