StockFetcher Forums · Filter Exchange · Any Tom DeMark Indicator devotees want to trade filters?<< 1 2 3 4 >>Post Follow-up
chetron
2,817 posts
msg #88109
Ignore chetron
2/11/2010 6:51:18 AM

@ richo, increase volume

richo
74 posts
msg #88110
Ignore richo
2/11/2010 6:51:45 AM

Thanx

chetron
2,817 posts
msg #88470
Ignore chetron
modified
2/20/2010 9:50:44 PM

AND WHY NOT.....


Fetcher[

/* demarker sequential long */
/* DEMARK FOCUSED */

set{var1,count(close is above close four days ago, 9)}
set{var2a,low 5 day high 2 day ago}
set{var2,count(high 2 day low above var2a,1)}
set{var3,var2 * var1}

set{var4a,low 2 day ago}
set{var4,count(close below var4a,30)}

draw var4 line at 13
draw var2 on plot var1
draw var3 line at 9

var1 crossed above .5
DEMARKER 1 DAY AGO BELOW .05
close above .1
volume above 100000

]



SO FOCUSED....


Fetcher[


/* demarker sequential short */
/* DEMARK FOCUSED */

set{var1,count(close is below close four days ago, 9)}
set{var2a,high 5 day low 2 day ago}
set{var2,count(low 2 day high below var2a,1)}
set{var3,var2 * var1}

set{var4a,high 2 day ago}
set{var4,count(close above var4a,30)}

draw var4 line at 13
draw var2 on plot var1
draw var3 line at 9

var1 crossed above .5
DEMARKER 1 DAY AGO ABOVE .95
close above .1
volume above 100000
]



sr7
145 posts
msg #161323
Ignore sr7
8/20/2024 12:14:55 PM

Actually, here's an Enhanced version of the COMEBACK KIDS scan:



Fetcher[

/* TRO COMEBACK KIDS -- Enhanced */

market is not etf
market is not otcbb


price is between .50 and 7

set{hi52, high 52 week high}
set{lo52, low 52 week low}

hi52 below 10.00
hi52 above .80
do not drawhi52

lo52 above 0.10
do not draw lo52

volume is above 900000

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .05 , 100)}

set{A10A, count(Long_Profit > .05, 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT05%}
and add column AvgRng
and add column hi52
and add column lo52
and add column separator

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator



and draw Upper Donchian Band(14,4)
and draw Lower Donchian Band(14,4)
and draw Center Donchian Band(14,4)



and close is above 1.00
and close is below 7.00
close above open

show stocks where CMO(7,5) crossed above 0 within the last 2 days /* change to 1 Day to get in earlier */
and price crossed above EMA(9) within the last 2 days /* change to 1 Day to get in earlier */


draw IFT(3,7) line at 0


sort column 5 descending



]



StockFetcher Forums · Filter Exchange · Any Tom DeMark Indicator devotees want to trade filters?<< 1 2 3 4 >>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.