PureBytes Links
Trading Reference Links
|
If i get it right, you might use the following:
a1:=Cum(V*(C>Ref(C,-1)));
a2:=ValueWhen(1,C<=Ref(C,-1),a1);
a1-a2
Regards,
mc
--- In equismetastock@xxxxxxxxxxxxxxx, "Fernando Santos"
<ptc_man3@xxx> wrote:
>
> Hi.
>
> I'm having some problems with the Sum() and BarsSince()function.
>
> What I want is to Sum the volume if and only when c>ref(c,-1) but by
> the numbers of bars of that variable.
>
> Let me explain better, imagine that during this month, the close was
> higher then the previous days close 12 times.
>
> How can I say that I want to sum the volume for those 12 specific
days
> when I need to know the time periods for the sum function?
>
> Using barsince() doesn't seem to work since Sum() doesn't recognize
> the barssince() result as time periods.
>
> Any ideas?
>
> Thanks
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|