SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window -- Ignore unavailable to you. Want to Upgrade?


To: TechTrader42 who wrote (1991)4/26/1998 3:45:00 PM
From: Craig DeHaan  Respond to of 4056
 
Brooke,

Yesterday I reset the formula to only show the R1 and S1 outputs so we could compare just the most recent S & R levels with the original Widner formula output. But it should/will show all 12 levels once changed back, tho one color displays get things mighty confusing. Maybe you need to void all your other S2..S6 formulas set up from the "other version" just in case MS is getting mixed signals and doing nothing about them as a result. Here's the formula code again:

{Automatic Support and Resistance by Mel Widner in TAS&C May 1998,
modified by Tim Kruzel from the MSWIN list}

S1:=ValueWhen(1,Ref(LOW,-4)=LLV(LOW,9),Ref(LOW,-4));
S2:=ValueWhen(1,S1<>Ref(S1,-1),Ref(S1,-1));
S3:=ValueWhen(1,S1<>Ref(S1,-1),Ref(S2,-1));
S4:=ValueWhen(1,S1<>Ref(S1,-1),Ref(S3,-1));
S5:=ValueWhen(1,S1<>Ref(S1,-1),Ref(S4,-1));
S6:=ValueWhen(1,S1<>Ref(S1,-1),Ref(S5,-1));

WSO:=100*(1-(Int(S1/CLOSE)+Int(S2/CLOSE)+Int(S3/CLOSE)+Int(S4/CLOSE)+Int(S5/CLOSE)+Int(S6/CLOSE))/6);

R1:=ValueWhen(1,Ref(HIGH,-4)=HHV(HIGH,9),Ref(HIGH,-4));
R2:=ValueWhen(1,R1<>Ref(R1,-1),Ref(R1,-1));
R3:=ValueWhen(1,R1<>Ref(R1,-1),Ref(R2,-1));
R4:=ValueWhen(1,R1<>Ref(R1,-1),Ref(R3,-1));
R5:=ValueWhen(1,R1<>Ref(R1,-1),Ref(R4,-1));
R6:=ValueWhen(1,R1<>Ref(R1,-1),Ref(R5,-1));

WRO:=100*(1-(Int(R1/CLOSE)+Int(R2/CLOSE)+Int(R3/CLOSE)+Int(R4/CLOSE)+Int(R5/CLOSE)+Int(R6/CLOSE))/6);

EnterLong:=If(((WSO > Mov(WSO,4,S)) OR (Mov(WRO,30,S) > 95)),1,0);

{EnterLong;}

R1;
R2;
R3;
R4;
R5;
R6;
S1;
S2;
S3;
S4;
S5;
S6;

I've purposely left out the WSO and WRO output calls for charting purposes as they only set conditions for the "Enterlong" trigger and scale improperly when viewing in the same S & R window. The "Enterlong" signal is also bracketed out for this purpose but used as a seperate formula for system testing. Like I said, its a real econo-version that doesn't have all the bells and whistles, but the gas mileage is more to my liking! :)

Craig



To: TechTrader42 who wrote (1991)4/26/1998 3:48:00 PM
From: Jurgen  Read Replies (1) | Respond to of 4056
 
Brooke/anyone: when i use an indicator in an exploration, the result is different from the value i get when i use the same indicator on the chart.
Example: The EMA13 for FFTI per 4/24/98 is 13.1120 on the chart. When i list the EMA13 in a column of an exploration, i get 13.1114. StochRSI(8.5) on the chart is 6.5535 and 7.244 in the exploration.
Anyone ever had this problem ?

Jurgen



To: TechTrader42 who wrote (1991)4/27/1998 8:25:00 PM
From: Magnatizer  Read Replies (2) | Respond to of 4056
 
Anyone,

I need help. I just got a warning that my system resources were over 90% used and I had to shut down a program to continue operating on my computer. I shut down metastock and now when I go to reload it I only get the tip screen. I hit close and I have nothing but my desktop on the screen. It appears that MS has been saving all of my charts and is now taking up too much memory to run on my system. I have 32 megs of RAM so it should not be a problem. Very bad day to have this problem I might add.

ht
david