PureBytes Links
Trading Reference Links
|
Here's what I got:
ColumnA:
Mov(Correl(Mov(P,30,E),Mov(C,30,E),2,0),100,E)
Filter:
CLOSE>12 AND colA < 0.50
************************************************************
colA:
Mov(C/P,5,S)/Ref(Mov(C/P,5,S),-5)*100
{this week compared with one week ago}
colB:
Mov(C/P,5,S)/Ref(Mov(C/P,5,S),-21)*100
{this week compared with 4 weeks ago}
col C:
Mov(C/P,21,E)/Ref(Mov(C/P,21,E),-21)*100
{this month compared with one month ago}
colD:
Mov(C/P,21,E)/Ref(Mov(C/P,21,E),-63)*100
{this month compared with 3 months ago}
ColE:
Mov(C/P,21,S)/Ref(Mov(C/P,21,S),-126)*100
{this month compared with 6 months ago}
colF:
Mov(C/P,21,S)/Ref(Mov(C/P,21,S),-250)*100
{this month compared with 12 months ago}
dom
Dusant wrote:
> Jay
> I may be wrong, but I don't think its possible with Metastock.
> Maybe you need to do this kind of study in Excel.
> The other alternative is to study patterns of the correlation indicator.
> Dusant
> Chief Architect
> http://www.candlestrength.com/
>
> ----- Original Message -----
> From: Jay Smith <mailto:oex_trader1@xxxxxxxxx>
> To: Metastockusers@xxxxxxxxxxxxxxx
> <mailto:Metastockusers@xxxxxxxxxxxxxxx>
> Sent: Monday, May 24, 2004 11:31 PM
> Subject: [Metastockusers] leads / lags
>
> Using the drag and drop function I can place a security in another
> chart (i.e. overlay)
>
>
>
> Supposing that the two items exhibit a lead/lag relationship, how
> can I “move forward/backwards” in time a chart ?
>
>
>
> i.e. If I found out that –say- IBM leads Microsoft by 8 months, how
> could I move forward the IBM chart in order to have a possible road
> map for Microsoft ? (as indicated by IBM)
>
>
>
> regards
>
> Jay
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
> <http://rd.yahoo.com/SIG=129ph763i/M=285832.4982638.6115487.1269404/D=groups/S=1705001779:HM/EXP=1085508671/A=2142721/R=0/SIG=14di1pg12/*http://www.householdfinance.com/ln/TrackingServlet?cmd_MediaCode=&fc=APS&mkt=000&mc=01PSYAYA004001B220000U0300L0020000000000&dest=HOME_PAGE>
>
>
> ------------------------------------------------------------------------
> 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
> <mailto:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/zMEolB/TM
---------------------------------------------------------------------~->
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/
|