PureBytes Links
Trading Reference Links
|
Also available in our own files
http://finance.groups.yahoo.com/group/equismetastock/files/Equis%
20Forum%20DLL/
--- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
>
> CC
>
>
> Try using the ForumDll Sum function, available at
http://forum.equis.com/drm_main.php
>
> If(P1 OR T1, ExtFml("ForumDll.VarSUM",Volume,Abs(pbars-tbars))/ Abs
(pbars-tbars)),0);
>
> The ASI dll should do the same job too.
>
>
> Roy
> www.metastocktips.co.nz
>
>
>
>
> ----- Original Message -----
> From: cc48820
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Saturday, November 12, 2005 4:37 AM
> Subject: [EquisMetaStock Group] volume measure peak to trough
>
>
> I'm trying to calculate the average volume from peak to trough. The
> code below produces the error: This variable or expression must
> contain only constant data. Any ideas?
>
> Thanks, cc
>
> P1 := Peak(1, CLOSE, 5); {current peak}
> Pbars := PeakBars(1, C, 5);
> T1 := Trough(1, CLOSE, 5); {current trough}
> Tbars := TroughBars(1, C, 5);
>
> If(P1 OR T1, Sum(Volume, Abs(pbars-tbars)) / Abs(pbars-tbars)),0)
>
>
>
>
>
>
>
>
> SPONSORED LINKS Business finance course Business finance online
course Business finance class
> Small business finance Business finance schools Business
finance small software
>
>
> --------------------------------------------------------------------
------------
> YAHOO! GROUPS LINKS
>
> a.. Visit your group "equismetastock" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> --------------------------------------------------------------------
------------
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
|