June 1998 TRADERS' TIPS

Here is this month's selection of Traders' Tips, contributed by various developers of technical analysis software to help readers more easily implement some of the strategies presented in this issue.

You can copy these formulas and programs for easy use in your spreadsheet or analysis software. Simply "select" the desired text by highlighting as you would in any word processing program, then use your standard key command for copy or choose "copy" from the browser menu. The copied text can then be "pasted" into any open spreadsheet or other software by selecting an insertion point and executing a paste command. By toggling back and forth between an application window and the open Web page, data can be transferred with ease.

This month's tips include formulas and programs for:

TRADESTATION
METASTOCK
WAVEWI$E MARKET SPREADSHEET
TECHNIFILTER PLUS
SMARTRADER
WINDOW ON WALLSTREET

 
or return to June 1998 Contents


-- Allan J. McNichol, Equis International
800 882-3040, 801 265-8886
Internet: https://www.equis.com

GO BACK



 
-- Peter Di Girolamo, Jerome Technology
908 369-7503, E-mail: jtiware@aol.com
Internet: https://members.aol.com/jtiware

GO BACK


-- Clay Burch, RTR Software
919 510-0608, E-mail: rtrsoft@aol.com
Internet: https://www.rtrsoftware.com

GO BACK


-- Jim Ritter, Stratagem Software International
504 885-7353, E-mail: Stratagem1@aol.com
Internet: https://members.aol.com/stratagem1

FIGURE 1: SMARTRADER. This SMARTrader specsheet implements the NMP indicator.

GO BACK

WINDOW ON WALLSTREET

Walter Downs describes a new market paradigm and a way to spot expansion and contraction. He models this around Bollinger bands. This can be implemented in Window On WallStreet Day Trader and Window On WallStreet Professional Investor.

In Window On WallStreet, begin with any open chart on your screen. Click the Indicator button on the toolbar, click New and enter the following formulas:

New Market Paradigm

Name: New Market Paradigm

Description: Walter Downs's New Market Paradigm from Technical Analysis of Stocks & Commodities.

Variables:

Name: pers

Prompt Text: Enter Number of Periods for Moving Avg

Default Value: 28

Name: devs

Prompt Text: Enter Number of deviations

Default Value: 2.0

Formula(s):

if(mov(c,pers,e) + std(c, pers,devs) < ref(mov(c,pers,e) + std(c,pers,devs),-1) ANDmov(c,pers,e)-std(c,pers,devs)> ref(mov (c,pers,e)- std(c, pers,devs) ,-1), 1 , if(mov(c,pers,e) + std(c, pers,devs) >ref(mov(c,pers,e) + std(c, pers,devs) ,-1) AND mov(c,pers,e) - std(c,pers,devs) < ref(mov(c,pers,e) - std(c, pers,devs) ,-1), 2 , 3))

New Market Paradigm Alerts

Name: New Market Paradigm (Alert)

Description: Walter Down's New Market Paradigm from Technical Analysis of Stocks & Commodities. Marker above bar is a contraction. Marker below bar is an expansion.

Variables:

Name: pers

Prompt Text: Enter Number of Periods for Moving Avg

Default Value: 28

Name: devs

Prompt Text: Enter Number of deviations

Default Value: 2.0

Formula(s):

1 alertmarker( if(mov(c,pers,e) + std(c, pers,devs) < ref(mov(c,pers,e) +std(c, pers,devs) ,-1) AND mov(c,pers,e) - std(c, pers,devs) >ref(mov(c,pers,e) - std(c, pers,devs) ,-1), 1 , if(mov(c,pers,e) + std(c,pers,devs) > ref(mov(c,pers,e) + std(c, pers,devs) ,-1) AND mov(c,pers,e)- std(c, pers,devs) < ref(mov(c,pers,e) - std(c, pers,devs) ,-1), 2 , 3))= 1.0, above)

2 alertmarker( if(mov(c,pers,e) + std(c, pers,devs) < ref(mov(c,pers,e) +std(c, pers,devs) ,-1) AND mov(c,pers,e) - std(c, pers,devs) >ref(mov(c,pers,e) - std(c, pers,devs) ,-1), 1 , if(mov(c,pers,e) + std(c,pers,devs) > ref(mov(c,pers,e) + std(c, pers,devs) ,-1) AND mov(c,pers,e)- std(c, pers,devs) < ref(mov(c,pers,e) - std(c, pers,devs) ,-1), 2 , 3))= 2.0, below)

-- Andrew E. Laska, Window On WallStreet
888 732-5969, 972 783-6792
Internet: https://www.wallstreet.net
GO BACK

Return to June 1998 Contents