[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EquisMetaStock Group] Re: Plotting weekly data on daily price



PureBytes Links

Trading Reference Links









Roy<span
>, I&#8217;m confused about this&#8230;&#8230;&#8230;..

 

  {set 'F' to signal last bar of day}

 

[I&#8217;m using a 60min interval chart.  And also, I want to plot this
on futures charts, which show more bars than equities.]  

 

<span
>-----Original Message-----
From: Roy Larsen
[mailto:rlarsen@xxxxxxxxxxxxxx] 
Sent: Thursday, February 19, 2004
11:52 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: Re: [EquisMetaStock
Group] Re: Plotting weekly data on daily price

<span
> 

<span
>Sam<span
>

I'm in the process of updating my weekly and daily
indicators (with some able assistance from Jose).
Hopefully the full range of indicator will be
posted at Jose's web site once the changes are
completed. This indicator is half and half.

Regards

Roy


  {Daily SMA - Close}
  {Copyright© 2003-2004 Roy Larsen}
  {rlarsen@xxxxxxxxxxxxxx}
  {for use on intraday charts}
  {set 'F' to signal last bar of day}
D:=Input("Daily SMA - Close,
Periods",1,999,3);
Q:=Input("Display Mode,  0=Static 
1=Dynamic  2=Test",0,2,2);
  {0=Display, update on Friday bar if
available}
  {1=Display, update on each new bar}
  {2=Backtest, update on Monday bar}
M:=DayOfMonth()<>ValueWhen(2,1,DayOfMonth());
F:=Hour()=16 AND Minute()=00; {0;}
A:=LastValue(Cum(1)-1)=Cum(1);
B:=LastValue(Cum(1))=Cum(1);
I:=LastValue(Sum(DayOfWeek()<>ValueWhen(2,1,DayOfWeek()),5)=5);
J:=If(F,1,If(Alert(F,2)=0 AND M,2,0));
J:=If(A+LastValue(J)>2 OR B+Q>1,1,(B=0)*J);
J:=If(I,1,If(Q=2 OR Cum(J)<=1,M*2,J));
K:=ValueWhen(1,J,If(J=1,C,ValueWhen(2,1,C)));
K:=ValueWhen(1,K>0,K);
G:=Cum((J>0)*K);
Z:=(G-ValueWhen(D+1,J,G))/D;
Z;


----- Original Message ----- 
From: <uhehs@xxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: <font
 size=2 face="Courier New">Friday, February 20,
 2004<span
> <span
 >4:13 PM<font size=2
face="Courier New">
Subject: RE: [EquisMetaStock Group] Re: Plotting
weekly data on daily price


> How about Daily 3SMA plotted on the 60min
chart?
>
>
>
> -----Original Message-----
> From: Jose [mailto:josesilva22@xxxxxxxxx]
> Sent: Sunday, February 01,
 2004<span
> <span
 >7:36 PM<font size=2
face="Courier New">
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] Re: Plotting
weekly data on daily price
>
>
>
>
> Check out <font
  size=2 face="Courier New">Roy<font
size=2 face="Courier New">'s Weekly SMA:<font
size=2 face="Courier New">
> <a
href="">http://users.bigpond.com/prominex/pegasus.htm#roy
> Click on "Weekly SMA" link.
>
> jose '-)
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx,
"v_bolinjkar" <v_bolinjkar@xxxx
> > wrote:
> > HI can any ine tellme how i can display
the 3 day simple moving
> > average of the high of weekly data on
daily data. And the same for
> > the lows
> > THanks in advance
> >
> > regards
> > Vinit
>
>
>
>   _____
>
> Yahoo! Groups Links
>
>
*         To visit your group on the
web, go to:
> <a
href="">http://groups.yahoo.com/group/equismetastock/
>
>
> *        
To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
<mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>
>
*         Your use of Yahoo! Groups is
subject to the Yahoo! Terms of
> <<a
href="">http://docs.yahoo.com/info/terms/> 
Service.
>
>














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 the Yahoo! Terms of Service.