|
|
|
|
SCANS
HOME
SCANS TOUR
SCAN INTERFACE
SCAN
PROPERTIES
|
Scan Center
Shared Scans
DI Crossover Breakout (Bullish)
|
Name
DI Crossover Breakout (Bullish) |
Submitted
by
Chad Payne |
Periodicity
Daily |
Elements
DIPLUS: DI+
Directional Ind
DIMINUS: DI- Directional Ind |
Explanation
This scan is based on the Welles Wilder Direcional Movement
System. It looks for two criteria to be met. First, it looks for instruments
who made a bullish DI Crossover as a result of the previous days trading. Then, it
checks to see if the current price has broken above the high price of the previous day.
This is considered a buy signal. |
Signal
(DIPLUS1 >= DIMINUS1) AND (DIPLUS2 < DIMINUS2)
AND (CL > HI1) |
Parameters
DIPLUS
DI Interval: 14DIMINUS
DI Interval: 14 |
Import
To import the scan into Investor/RT, simply copy the
italicized text below into a text file, save the text file, and then from the Investor/RT
menu, choose FILE:OPEN:FILE and then select your saved text file. Ensure that your
parameters and periodicities match those above.BEGIN
INVESTOR/RT SCAN DEFINITION
COMMENT=DI CROSSOVER from linnsoft.com
SOURCE=Chad Payne
DATE=06/29/99
VERSION=3.7
DATAFEED=myTrack
NAME=DI_CROSSOVER
QP=.All Symbols
PERIODICITY=0
ELEM=DIMINUS:DI- Directional Ind:Directional Indicator [Scan] (14)
ELEM=DIPLUS:DI+ Directional Ind:Directional Indicator [Scan] (14)
ELEM=HI:High
ELEM=CL:Close
SCAN=(DIPLUS1 >= DIMINUS1) AND (DIPLUS2 < DIMINUS2) AND (CL > HI1)
ALERT=NO
SOUND=NO
FREQUENCY=0
-
- Comments
-
END INVESTOR/RT SCAN DEFINITION |