PureBytes Links
Trading Reference Links
|
yep' i works, thanks;
--- "Dusant@xxxxxxxxxxxxxxxxxx"
<dusant@xxxxxxxxxxxxxxxxxx> wrote:
> le corbeaux masque,
> I think it can be simply done, using a variable for
> the cross.
> x:= cross(c,mov(c,20,s));
> cum(x);
>
> OR
>
> sum(x);
>
> Have not tested, but I think it'll work
> Dusant
> Chief Architect
> www.candlestrength.com
> ----- Original Message -----
> From: le corbeaux masque
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Sunday, February 15, 2004 17:16 PM
> Subject: [EquisMetaStock Group] number of time an
> event happened
>
>
> hi community,
>
> i'm trying to code an indicator that counts the
> number
> of times an event (such as cross(c,mov(c,20,s))
> occured in the data array w/o using the (PREV
> function)...
>
> was wondering whetever anyone had a code for doing
> that, thanks in advance,....
>
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
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/
|