PureBytes Links
Trading Reference Links
|
Hi Roy.
It's nice to see that you're recovering well from the surgery.
Thanks for the formula.
I'm not a fan of the PREV function. MS took almost 1 minute to plot
the indicator.
After researching, I saw a formula that resembled some other formula
were the PREV was removed and I tried the following:
NewDay:=DayOfMonth()<>Ref(DayOfMonth(),-1);
Cum(V)-ValueWhen(1,newday,Cum(V))
Thanks
--- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxx> wrote:
>
> Hi Fernando
>
>
> Try this.
>
> NewDay:=DayofMonth()<>Ref(DayofMonth(),-1);
> If(NewDay,V,PREV+V);
>
>
> Regards
>
> Roy
>
>
> ----- Original Message -----
> From: Fernando Santos
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Sunday, September 21, 2008 9:48 AM
> Subject: [EquisMetaStock Group] total intraday volume
>
>
> Hi.
>
> How can we see the total volume made so far on a intraday chart?
> The objective is to have an indicator that's going to add each volume
> bar as the day progresses, giving us the total volume for the day.
>
> Thank you
>
>
>
>
>
> __________ NOD32 3457 (20080919) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
------------------------------------
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/
|