|
|
Gil Raff MarketSpace Timing System |
|
|
MS Experts
To: <metastock@xxxxxxxxxxxxx>
Subject: MS Experts
From: "Erich Kohlhofer" <KohlhoEG@xxxxxxxxxxxx>
Date: Wed, 04 Apr 2001 08:16:35 +0200
Reply-To: metastock@xxxxxxxxxxxxx
Sender: owner-metastock@xxxxxxxxxxxxx
Gents, thanks for the response, I was curious to see what I would get. I have never had so many e-mails all at once. It seems to me that most of you want everything for nothing. Some are even quite arrogant about it. On the other hand others are willing to swop info or ideas, thankyou for that.
Since it takes me about 3-4 hours to recreate each expert, it is quite time consuming. For instnce I have not looked at the S Kase or Bill Williams ones. Since there was quite some interest in these I will look at them in due course.
Due to the volume of mail, I cannot respond to everyone. I will respond if you have something interesting for me. So just to keep everyone happy here is the code for the Gil Raff MarketSpace Timing System. Remember your data must be in weekly format.
|
|
Gil Raff MarketSpace Timing System - Weekly Data
Primary Buy Signal
((MACD()>Mov(MACD(),9,E) AND
C>Mov(C,5,E) AND
C>Mov(C,15,E))=TRUE) AND
(Ref(MACD()>Mov(MACD(),9,E) AND
C>Mov(C,5,E) AND
C>Mov(C,15,E),-1)=FALSE) AND
BarsSince(Ref( ((MACD()>Mov(MACD(),9,E) AND
C>Mov(C,5,E) AND
C>Mov(C,15,E))=TRUE) AND
(Ref(MACD()>Mov(MACD(),9,E) AND
C>Mov(C,5,E) AND
C>Mov(C,15,E),-1)=FALSE),-1))
>=
BarsSince(Ref(Cross(0.955*Ref(C,-2),C),-1))
Primary Sell Signal
Cross(0.955*Ref(C,-2),C) AND
BarsSince(((MACD()>Mov(MACD(),9,E) AND
C>Mov(C,5,E) AND
C>Mov(C,15,E))=TRUE) AND
(Ref(MACD()>Mov(MACD(),9,E) AND
C>Mov(C,5,E)AND
C>Mov(C,15,E),-1)=FALSE))
<=
BarsSince(Ref(Cross(0.955*Ref(C,-2),C),-1))
|
|
|
|
and the MarketSpace Stock System which works with daily data. |
| |
Gil Raff MarketSpace Timing System - Daily Data
Primary Buy Signal
((MACD()>Mov(MACD(),45,E) AND
C>Mov(C,25,E))=TRUE) AND
(Ref(MACD()>Mov(MACD(),45,E) AND
C>Mov(C,25,E),-1)=FALSE) AND
BarsSince(Ref(((MACD()>Mov(MACD(),45,E) AND
C>Mov(C,25,E))=TRUE) AND
(Ref(MACD()>Mov(MACD(),45,E) AND
C>Mov(C,25,E),-1)=FALSE),-1)) >=
BarsSince(Ref(Cross(0.9*Ref(C,-7),C),-1))
Primary Sell Signal
(Cross(0.9*Ref(C,-7),C) AND
BarsSince(((MACD()>Mov(MACD(),45,E) AND
C>Mov(C,25,E))=TRUE) AND
(Ref(MACD()>Mov(MACD(),45,E) AND
C>Mov(C,25,E),-1)=FALSE))
<=
BarsSince(Ref(Cross(0.9*Ref(C,-7),C),-1)))
|
| |
 |
| |
Regards
Erich
[1448] |
| |
| Source / From: |
TOP |
| http://purebytes.com/archives/metastock/ |
|
|