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: MICHEL GUIBERT who wrote (1980)4/24/1998 4:52:00 PM
From: Vic  Read Replies (5) | Respond to of 4056
 
Does anybody know how to get this formula to work in MS6.5???

1998 May TASC Trader's Tip - Automatic Support
and Resistance



Copied from Technical Analysis of Stocks and Commodities Magazine.
This is in regards to an article on page 51 of the May 1998 issue.

In my article "Automatic support and resistance" in this issue, I present a
computerized approach to finding support and resistance levels on a chart.
To recreate the indicators and system described in my article using
MetaStock for Windows, enter the following formulas:

Indicators:

S1: IF(Ref(LOW,-4)=LLV(LOW,9),Ref(LOW,-4),PREVIOUS)
S2: IF(Fml("S1")=Ref(Fml("S1"),-1),PREVIOUS,Ref(Fml("S1"),-1))
S3: IF(Fml("S1")=Ref(Fml("S1"),-1),PREVIOUS,Ref(Fml("S2"),-1))
S4: IF(Fml("S1")=Ref(Fml("S1"),-1),PREVIOUS,Ref(Fml("S3"),-1))
S5: IF(Fml("S1")=Ref(Fml("S1"),-1),PREVIOUS,Ref(Fml("S4"),-1))
S6: IF(Fml("S1")=Ref(Fml("S1"),-1),PREVIOUS,Ref(Fml("S5"),-1))

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

R1: IF(Ref(HIGH,-4)=HHV(HIGH,9),Ref(HIGH,-4),PREVIOUS)
R2: IF(Fml("R1")=Ref(Fml("R1"),-1),PREVIOUS,Ref(Fml("R1"),-1))
R3: IF(Fml("R1")=Ref(Fml("R1"),-1),PREVIOUS,Ref(Fml("R2"),-1))
R4: IF(Fml("R1")=Ref(Fml("R1"),-1),PREVIOUS,Ref(Fml("R3"),-1))
R5: IF(Fml("R1")=Ref(Fml("R1"),-1),PREVIOUS,Ref(Fml("R4"),-1))
R6: IF(Fml("R1")=Ref(Fml("R1"),-1),PREVIOUS,Ref(Fml("R5"),-1))

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

The indicators S1 through S6 and R1 through R6 should be plotted as
points and not as a continuous line.

Trading System Formulas and Parameters: Enter long positions on either building support or
sustained uptrend and exit position using stops. No short positions.

Enter Long: Fml("WSO") > Mov( Fml("WSO") , 4 , S ) OR Mov( Fml("WRO") , 30 , S ) > 95

Stop Out:

Breakeven stop: Floor level at 2%

Trailing stop: Profit risk of 10 Percent, ignoring 10 periods

Maximum loss stop: Maximum loss of 7%

Other Conditions:

Initial equity = 1000, Long positions only, Trade price = close, Trade delay = 0, Entry commission
= 0%, Exit commission = 0%, , Interest rate = 5%, Margin req. 100%

-- Mel Widner, Ph.D., 703 791-5910

E-mail techstrategies@msn.com.
Thanks Vic



To: MICHEL GUIBERT who wrote (1980)5/12/1998 11:43:00 PM
From: MICHEL GUIBERT  Read Replies (1) | Respond to of 4056
 
The Canadian stocks have an extension
Ex IBM
For Toronto it's IBM=TO
For Montreal it's IBM=M
That's for Reuter
Of course Dialdata has not the same layout of ticker names
I run stockwiz for the data, but their Canadian data start 01/01/96 and
they have no extension in the case of IBM, it's only IBM and they have
the Toronto values.
I want to use the downloader to export some ticker in ascii to update my
stockwiz database.
Is there an easy way in the downloader or in MSwin 6.5 where I can
easily correct the ticker (in fact remove =XX) or should I go hardway
one by one or with excel or something like that.
Thank's for your help

Also Who is user of MS_scan, and what it does ?????
Thank's
MG