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

Re: [Metastockusers] PLotting 3 day sma of highs and lows on hourly charts



PureBytes Links

Trading Reference Links

Vinit

> Go to Jose's Pegasus site and look up Roy's on different indicators for smaller time frames.
> Dusant
> Chief Architect
> http://www.candlestrength.com/

If these look too complicated then try the more basic version.

Roy

  {Daily SMA - High Basic}
  {© 2004 Roy Larsen, rlarsen@xxxxxxxxxxxxxx}
  {for use on intraday charts}
N:=Input("Daily SMA - High Periods",1,99,3);
G:=LastValue(Highest(Sum(DayOfWeek()<>
   ValueWhen(2,1,DayOfWeek()),5))=5);
J:=DayOfMonth()<>ValueWhen(2-G,1,DayOfMonth()) OR G;
K:=ValueWhen(1,J,ValueWhen(2-G,1,HighestSince(1,J,H)));
K:=ValueWhen(1,K>0,K);
X:=Cum((J>0)*K);
(X-ValueWhen(N+1,J,X))/N;

  {Daily SMA - Low Basic}
  {© 2004 Roy Larsen, rlarsen@xxxxxxxxxxxxxx}
  {for use on intraday charts}
N:=Input("Daily SMA - Low Periods",1,99,3);
G:=LastValue(Highest(Sum(DayOfWeek()<>
   ValueWhen(2,1,DayOfWeek()),5))=5);
J:=DayOfMonth()<>ValueWhen(2-G,1,DayOfMonth()) OR G;
K:=ValueWhen(1,J,ValueWhen(2-G,1,LowestSince(1,J,L)));
K:=ValueWhen(1,K>0,K);
X:=Cum((J>0)*K);
(X-ValueWhen(N+1,J,X))/N;


----- Original Message ----- 
From: "v_bolinjkar" <v_bolinjkar@xxxxxxxxxxx>
To: <DEFANGED_Metastockusers@xxxxxxxxxxxxxxx>
Sent: Wednesday, April 07, 2004 19:10 PM
Subject: [Metastockusers] PLotting 3 day sma of highs and lows on hourly charts


> HI
>
> CAn anyone tell me how i culd plot a particular indicator of the
> daily time frame on 60 min charts.
>
> regards
>
> Vinit
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/Metastockusers/

<*> To unsubscribe from this group, send an email to:
     Metastockusers-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/