PureBytes Links
Trading Reference Links
|
Hello everyone,
I would like to create an indicator that tell me the average of
volume for the last 10 days. I just want an horizontal line that
appear from the last day to (last day-9).
I try this but it's not what I want:
Pe:=Input("Periods",3,1000,10);
Z:=LastValue(LinearReg(v,Pe));
Y:=LastValue(Cum(1))-Cum(1);
U:=Z-(LastValue(LinRegSlope(v,Pe))*Y);
R:=0-(LastValue(Cum(1))-Pe);
U+Ref(v,R)-Ref(v,R);
Any idea ?
Regards
------------------------ 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/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/
|