logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
us4me2000  
#1 Posted : Sunday, January 30, 2005 2:01:32 PM(UTC)
us4me2000

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 10/28/2004(UTC)
Posts: 1

Hello The following is from the Stocks and Commodities Mag. I have typed it in the best I can see but there appears to be problems. The idea is that it it produces a normalized indicator. LinRegSlope(C,35)/(C,35)*100>-35 and LinRegSlope(c,35)/C,35)*100<.4 LinRegSlope(c,70)/(c,70)*100..4andLinRegSlope(c,70)/(c,70)*100<.4 Where:LinRegSlope(c,35)is the slope(c,70)/(c,70)*100>-.4AndLinRegSlope(C,70)/(c,70)*100<.4 Any help appreciated Martin Blain
Patrick  
#2 Posted : Tuesday, February 1, 2005 9:58:29 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
Dear Martin, I'm assuming you are talking about the TASC issue of January 2005 page 24. I believe the right code for MetaStock is : LinRegSlope(C,35)/ref(C,-35)*100>-.35 and LinRegSlope(C,35)/ref(C,-35)*100<.4 LinRegSlope(C,70)/ref(C,-70)*100>-.4 and LinRegSlope(C,70)/ref(C,-70)*100<.4 Though this does not seem to be a system or an indicator but part of the main system which is coded on page 27. I could post the system here if someone is interrested.
elmagd2000  
#3 Posted : Monday, February 7, 2005 9:07:31 AM(UTC)
elmagd2000

Rank: Member

Groups: Registered, Registered Users
Joined: 10/28/2004(UTC)
Posts: 11

Was thanked: 1 time(s) in 1 post(s)
Yes please, interested Regards, Hani :)
Patrick  
#4 Posted : Monday, February 7, 2005 3:36:44 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
The name of the system is : Penny Stock BreakOut System {Buy Formula} MACDH:=MACD()-MOV(MACD(),9,E); SDC:=STDEV(C,30)/MOV(C,30,S); PERIOD:=14; COEF:=.1; INTRA:=LOG(H)-LOG(L); VINTRA:=STDEV(INTRA,PERIOD); INTER:=LOG(TYPICAL())-LOG(REF(TYPICAL(),-1)); VINTER:=STDEV(INTER,PERIOD); CUTOFF:=COEF*(VINTER+VINTRA)*C; MF:=C-(H+L)/2+TYPICAL()-REF(TYPICAL(),-1); FVE:=SUM(IF(MF>CUTOFF,+V,IF(MF<CUTOFF,-V,0)),PERIOD)/MOV(V,PERIOD,S)/PERIOD*100; FVE>-1 AND LINREGSLOPE(C,35)/REF(C,-35)*100>-.35 AND LINREGSLOPE(C,35)/REF(C,-35)*100<.4 AND LINREGSLOPE(C,70)/REF(C,-70)*100>-.4 AND LINREGSLOPE(C,70)/REF(C,-70)*100<.4 AND LINREGSLOPE(C,170)/REF(C,-170)*100>-.2 AND MACDH>-.003 AND (SUM(SDC-LLV(SDC,150),3)/SUM(HHV(SDC,150)-LLV(SDC,150),3))*100<20 AND C>MOV(C,10,E) AND SDC*ADX(25)<1.3 AND STOCH(10,3)>30 {Exit Formula} C<(1-18/100)*Ref(C,-1)
elmagd2000  
#5 Posted : Monday, February 7, 2005 3:54:07 PM(UTC)
elmagd2000

Rank: Member

Groups: Registered, Registered Users
Joined: 10/28/2004(UTC)
Posts: 11

Was thanked: 1 time(s) in 1 post(s)
hI Patrick, Thanks for sharing that. Seems, MF at the last line is CUTOFF instead. Regards, Hani :)
Patrick  
#6 Posted : Monday, February 7, 2005 4:40:33 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
Sorry I had to edit it because of typo errors :)
elmagd2000  
#7 Posted : Monday, February 7, 2005 6:42:10 PM(UTC)
elmagd2000

Rank: Member

Groups: Registered, Registered Users
Joined: 10/28/2004(UTC)
Posts: 11

Was thanked: 1 time(s) in 1 post(s)
Thanks Patrick, It is working Hani :)
thanks 1 user thanked elmagd2000 for this useful post.
alsaad_1122 on 4/22/2020(UTC)
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.