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 #87899
Ignore chetron
modified
2/6/2010 2:12:12 PM

maybe this should be here?????????????


Fetcher[


/* demarker adultrated with chetronisms */

/* demarker sequential short */

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)}
set{var5,count(var1 crossed above .5,1)}
set{vshort,var5 * var4}

/* demarker sequential long */

set{var11,count(close is above close four days ago, 9)}
set{var12a,low 5 day high 2 day ago}
set{var12,count(high 2 day low above var12a,1)}
set{var13,var12 * var11}

set{var14a,low 2 day ago}
set{var14,count(close below var14a,30)}
set{var15,count(var11 crossed above .5,1)}
set{vbuy,var15 * var14}
set{vtrigs,vbuy + vshort}

add column vbuy
add column vshort

draw vshort line at 12.5
draw vbuy line at 12.5



/* TACHIKAWA */
/* THE INVISIBLE LINE IS A LINE DRAWN THROUGH WICKS OF FRACTALS */
/* 1ST QUAL, PREVIOUS CANDLE CLOSES IN OPPOSITE DIRECTION OF INVISIBLE LINE BO */
/* 2ND QUAL,OPEN CROSSED INVISIBLE LINE BO */
/* 3RD QUAL, CLOSE CROSSED BOTH INVISIBLE LINE AND 3RD QUAL LINE DRAWN */

set{var51,close 1 day ago}
set{var52,high 1 day ago}
set{var53,low 1 day ago}

set{var54,var51 - var53}
set{VBOLONG,var54 + var51}

set{var56,var52 - var51}
set{VBOSHORT,var51 - var56}

DRAW VBOLONG on plot price
DRAW VBOSHORT on plot price

SET{VHH21,COUNT(HIGH 2 DAY AGO BELOW HIGH 1 DAY AGO,1)}
SET{VHH10,COUNT(HIGH BELOW HIGH 1 DAY AGO,1)}
SET{VHH3,VHH21 * VHH10}

SET{VLL21,COUNT(LOW 2 DAY AGO ABOVE LOW 1 DAY AGO,1)}
SET{VLL10,COUNT(LOW ABOVE LOW 1 DAY AGO,1)}
SET{VLL3,VLL21 * VLL10}

SET{HIHI,VHH3}
SET{LOLO,VLL3}

SET{VPICKS,HIHI + LOLO}

DRAW LOLO
DRAW HIHI

ADD COLUMN LOLO
ADD COLUMN HIHI

vtrigs above 12.5
VPICKS ABOVE .5
DO NOT DRAW VPICKS
volume above 100000
close ABOVE .1

CHART-TIME 34 DAY
sort column 5 descending


]




a little tighter and cleaner....


Fetcher[
/* advanced subs */

set{var31a,close 1 day ago}
set{var31b,open 1 day ago}
set{var31,count(open above close,1)}
set{var32,count(var31b below var31a,1)}
set{vss,var31 * var32}
set{var41,count(open below close,1)}
set{var42,count(var31b above var31a,1)}
set{vbi,var41 * var42}



/* demarker adultrated with chetronisms */

/* demarker sequential short */

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)}
set{var5,count(var1 crossed above .5,1)}
set{vshorta,var5 * var4}
set{vshort,vshorta * vss}

/* demarker sequential long */

set{var11,count(close is above close four days ago, 9)}
set{var12a,low 5 day high 2 day ago}
set{var12,count(high 2 day low above var12a,1)}
set{var13,var12 * var11}

set{var14a,low 2 day ago}
set{var14,count(close below var14a,30)}
set{var15,count(var11 crossed above .5,1)}
set{vbuya,var15 * var14}
set{vbuy,vbuya * vbi}

set{vtrigs,vbuy + vshort}

add column vbuy
add column vshort

draw vshort line at 12.5
draw vbuy line at 12.5



/* TACHIKAWA */
/* THE INVISIBLE LINE IS A LINE DRAWN THROUGH WICKS OF FRACTALS */
/* 1ST QUAL, PREVIOUS CANDLE CLOSES IN OPPOSITE DIRECTION OF INVISIBLE LINE BO */
/* 2ND QUAL,OPEN CROSSED INVISIBLE LINE BO */
/* 3RD QUAL, CLOSE CROSSED BOTH INVISIBLE LINE AND 3RD QUAL LINE DRAWN */

set{var51,close 1 day ago}
set{var52,high 1 day ago}
set{var53,low 1 day ago}

set{var54,var51 - var53}
set{VBOLONG,var54 + var51}

set{var56,var52 - var51}
set{VBOSHORT,var51 - var56}

DRAW VBOLONG on plot price
DRAW VBOSHORT on plot price

SET{VHH21,COUNT(HIGH 2 DAY AGO BELOW HIGH 1 DAY AGO,1)}
SET{VHH10,COUNT(HIGH BELOW HIGH 1 DAY AGO,1)}
SET{VHH3,VHH21 * VHH10}

SET{VLL21,COUNT(LOW 2 DAY AGO ABOVE LOW 1 DAY AGO,1)}
SET{VLL10,COUNT(LOW ABOVE LOW 1 DAY AGO,1)}
SET{VLL3,VLL21 * VLL10}

SET{HIHI,VHH3}
SET{LOLO,VLL3}

SET{VPICKS,HIHI + LOLO}

DRAW LOLO
DRAW HIHI

ADD COLUMN LOLO
ADD COLUMN HIHI

vtrigs above 12.5
do not draw vtrigs
VPICKS ABOVE .5
DO NOT DRAW VPICKS
volume above 100000
close ABOVE .1

CHART-TIME 34 DAY
sort column 5 descending


]



trendscanner
265 posts
msg #87978
Ignore trendscanner
2/8/2010 6:45:38 PM

Chetron and others who posted these - nice filters.

I don't know much about the Demarker but it's signal appears to be very similar to other other oscillators (such as IFT(5,9) and RSI); see filter results below for comparison. IFT(5,9) looks a lot like a smoothed version of Demarker(14).

If someone is trading using IFT(5,9) signals, seems like they would get very similar results to someone trading with Demarker signals.


Fetcher[
/* TRO COMEBACK KIDS */

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

hi52 below 10.00
hi52 above .80

lo52 above 0.10
average volume(90) above 300000

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

sort column 5 descending

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

and draw DeMarker(14)
draw IFT(4,9)
draw rsi(14)

and draw EMA(9)

and draw MACD Histogram(8,17,9)


and close is above 2.00
and close is below 8.00
]




a24ali
15 posts
msg #87984
Ignore a24ali
2/8/2010 9:32:28 PM

eikstadt, do you have TM sequential script for TOS??



richo
74 posts
msg #87989
Ignore richo
2/9/2010 6:28:46 AM

The comeback kid screen listed 370 stocks after the close yesterday. How do you pare this down?

Thanks

Rich

chetron
2,817 posts
msg #87990
Ignore chetron
2/9/2010 6:39:14 AM

@ a24ali, goto add study, all, s-..., sequential


it plots the 9,13 counts on your price plot.


hth



a24ali
15 posts
msg #88024
Ignore a24ali
2/9/2010 7:43:20 PM

@chetron

Thx, really appreciate it. I looked for it last night, but i was seraching under Demark ("D").


chetron
2,817 posts
msg #88025
Ignore chetron
2/9/2010 7:51:14 PM

i did the same, glad you found it.



Eman93
4,750 posts
msg #88035
Ignore Eman93
2/9/2010 10:37:31 PM

Where is the wick...

Image and video hosting by TinyPic

chetron
2,817 posts
msg #88037
Ignore chetron
2/9/2010 10:57:51 PM

you go first. : )



richo
74 posts
msg #88107
Ignore richo
2/11/2010 6:46:21 AM

Can anyone respond to my paring the list question?
Rich

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.