PureBytes Links
Trading Reference Links
|
Ron,
Thank you so much. it served my pupose.
rsb_44 <rsb_44@xxxxxxxxxxx> wrote:
You can color code volume as follows:
VNoChange:=If(C=Ref(C,-1),V,0);
VNoChange;{Yellow}
VDownDay:=If(C<Ref(C,-1),V,0);
VDownday; {Red}
VUpday:=If(C>Ref(C,-1),V,0);
VUpday;{Green}
Plot in own window. Use histogram style. Save as template.
Hope that's what you mean (and that I got it right..)
Ron
--- In equismetastock@xxxxxxxxxxxxxxx, Biju Samuel
<bijusamuel2003@xxx> wrote:
>
> Thank you so much. My purpose is served. Just an additional
thought. Can we put a highlight on things other than the price chart.
For eg. on the volume histogram?
>
> pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote: Biju,
>
> Good question! Last thursdays are used as last day of contracts.
>
> A couple of things to consider.
>
> We know that there will be either 4 or 5 thursdays in every month
> with the exception of November and December. November's 4th
thursday
> is a holiday(Thanksgiving) so unless there are 5 thursdays in the
> month 3 is the limit. December is a month where I would think the
> market you trade would determine the last thursday. American
markets
> are not fond of trading around Christmas,especially in the same
week.
>
> There have been discussions about the topic and rather than
recreate
> anything I would defer you to those at this site:
>
> http://forum.equis.com/forums/thread/21081.aspx
>
> You might also want to check Roy or Jose's site for indicators to
> use.
>
> Hope this helps,
>
> Preston
>
> --- In equismetastock@xxxxxxxxxxxxxxx, Biju Samuel
> <bijusamuel2003@> wrote:
> >
> > Similarly, whats the formula for last thursday of the month?
> >
> > pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote: ptcman,
> >
> > A:=DayOfWeek()=2;
> > ValueWhen(1,A,CLOSE)
> >
> > hope this helps,
> >
> > Preston
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Fernando Santos"
> > <ptc_man3@> wrote:
> > >
> > > Hi all,
> > >
> > > How to make a reference of a specific dayofweek() close price?
> > >
> > > Lets assume that I want to know the close price of all Tuesdays.
> > >
> > > dayofWeek()=2 and then what?
> > >
> > > regards,
> > > ptcman
> > >
> >
> >
> >
> >
> >
> >
> > ---------------------------------
> > 5, 50, 500, 5000 - Store unlimited mails in your inbox. Click
> here.
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
> ---------------------------------
> 5, 50, 500, 5000 - Store unlimited mails in your inbox. Click here.
>
> [Non-text portions of this message have been removed]
>
---------------------------------
Once upon a time there was 1 GB storage in your inbox. Click here for happy ending.
[Non-text portions of this message have been removed]
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/
|