StockFetcher Forums · Filter Exchange · /* Momentum TREND DISPLAY */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #43544
Ignore TheRumpledOne
5/7/2006 5:01:31 PM

Fetcher[
/* Momentum TREND DISPLAY */

set{MM10, count(10 day slope of the Momentum(12) above 0,1)}
set{MM60, count(60 day slope of the Momentum(12) above 0,1)}
set{MM200, count(200 day slope of the Momentum(12) above 0,1)}

Set{MMA1, MM200 * 1}
Set{MMA2, MM60 * 10}
Set{MMA3, MM10 * 100}

Set{MMAA, MMA1 + MMA2}
Set{MMTREND, MMAA + MMA3}
set{MM10a,days(10 day slope of the Momentum(12) below 0, 100)}
set{MM60a,days(60 day slope of the Momentum(12) below 0, 100)}
set{MM200a,days(200 day slope of the Momentum(12) below 0, 100)}


/* enter your Upper Limit criteria */
set{MMUpperLim, Momentum(12) 100 day High}

/* enter your Lower Limit criteria */
set{MMLowerLim, Momentum(12) 100 day Low}

set{MMHigh,days(Momentum(12) equal Momentum(12) 100 day High , 100)}
set{MMLow,days(Momentum(12) equal Momentum(12) 100 day Low , 100)}

set{MMMaj, count( MMhigh below MMlow , 1 ) }



add COLUMN MMTREND
add COLUMN MM10a
add COLUMN MM60a
add COLUMN MM200a
add COLUMN MMMaj

add COLUMN MMHigh
add COLUMN MMLow

/* selection criteria */
close above 20

avg vol(5) above 1000000
avg vol(30) above 1000000

market is nasdaq

add column industry

draw Momentum(12)
draw MMhigh
draw MMlow on plot MMhigh

Sort column 5 descending
]



I know Mark Crisp loves momentum.

Just making it easier for you.


TheRumpledOne
6,407 posts
msg #43545
Ignore TheRumpledOne
5/7/2006 5:05:33 PM

Fetcher[
/* WEEKLY Momentum TREND DISPLAY */

set{MM10, count(10 week slope of the weekly Momentum(12) above 0,1)}
set{MM60, count(60 week slope of the weekly Momentum(12) above 0,1)}
set{MM200, count(200 week slope of the weekly Momentum(12) above 0,1)}

Set{MMA1, MM200 * 1}
Set{MMA2, MM60 * 10}
Set{MMA3, MM10 * 100}

Set{MMAA, MMA1 + MMA2}
Set{MMTREND, MMAA + MMA3}
set{MM10a,days(10 week slope of the weekly Momentum(12) below 0, 100)}
set{MM60a,days(60 week slope of the weekly Momentum(12) below 0, 100)}
set{MM200a,days(200 week slope of the weekly Momentum(12) below 0, 100)}


/* enter your Upper Limit criteria */
set{MMUpperLim, weekly Momentum(12) 52 week High}

/* enter your Lower Limit criteria */
set{MMLowerLim, weekly Momentum(12) 52 week Low}

set{MMHigh,days(weekly Momentum(12) equal weekly Momentum(12) 52 week High , 100)}
set{MMLow,days(weekly Momentum(12) equal weekly Momentum(12) 52 week Low , 100)}

set{MMMaj, count( MMhigh below MMlow , 1 ) }



add COLUMN MMTREND
add COLUMN MM10a
add COLUMN MM60a
add COLUMN MM200a
add COLUMN MMMaj

add COLUMN MMHigh
add COLUMN MMLow

/* selection criteria */
close above 20

avg vol(5) above 1000000
avg vol(30) above 1000000

market is nasdaq

add column industry

draw weekly Momentum(12)
draw MMhigh
draw MMlow on plot MMhigh

Sort column 5 descending
]



Mark also likes weekly!!

May want to use something other than 10, 60, 200.




StockFetcher Forums · Filter Exchange · /* Momentum TREND DISPLAY */<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.