StockFetcher Forums · Filter Exchange · question for DMOBRIEN<< 1 2 >>Post Follow-up
jrbikes
624 posts
msg #90488
Ignore jrbikes
3/28/2010 1:13:31 AM

can you plot a real resistance line on filters? I have tried to use the standard SF resistance parameters, but no luck, Iike them lines you put on the charts, so Im looking for support and resistance lines!

DMOBRIEN
363 posts
msg #90490
Ignore DMOBRIEN
3/28/2010 2:00:17 AM

Here are some Fib Lines from a filter Chet did some time ago, in the meantime I'm looking through some filters to see.
I think I have a Camarilla Filter that should come close, otherwise it will be a new project.
Fetcher[




set{F000,count(Fibonacci Up(120,20) is near 0.000,1)}
set{F240,count(Fibonacci Up(120,20) is near 0.240,1)}
set{F382,count(Fibonacci Up(120,20) is near 0.382,1)}
set{F500,count(Fibonacci Up(120,20) is near 0.500,1)}
set{F618,count(Fibonacci Up(120,20) is near 0.618,1)}
set{F786,count(Fibonacci Up(120,20) is near 0.786,1)}
set{F1000,count(Fibonacci Up(120,20) is near 1.000,1)}

SET{VAR1,F000 + F240}
SET{VAR2,VAR1+ F382}
SET{VAR3,VAR2 + F500}
SET{VAR4,VAR3+ F618}
SET{VAR5,VAR4 + F786}
SET{VAR6,VAR5 + F1000}


set{F000D,count(Fibonacci DOWN(120,20) is near 0.000,1)}
set{F240D,count(Fibonacci DOWN(120,20) is near 0.240,1)}
set{F382D,count(Fibonacci DOWN(120,20) is near 0.382,1)}
set{F500D,count(Fibonacci DOWN(120,20) is near 0.500,1)}
set{F618D,count(Fibonacci DOWN(120,20) is near 0.618,1)}
set{F786D,count(Fibonacci DOWN(120,20) is near 0.786,1)}
set{F1000D,count(Fibonacci DOWN(120,20) is near 1.000,1)}

SET{VAR11,F000D + F240D}
SET{VAR12,VAR11+ F382D}
SET{VAR13,VAR12 + F500D}
SET{VAR14,VAR13+ F618D}
SET{VAR15,VAR14 + F786D}
SET{VAR16,VAR15 + F1000D}

SET{VAR26,VAR6 + VAR16}

VAR26 ABOVE .5

ADD COLUMN F000D
ADD COLUMN F240D
ADD COLUMN F382D
ADD COLUMN F500D
ADD COLUMN F618D
ADD COLUMN F786D
ADD COLUMN F1000D



DRAW FIBONACCI DOWN(120,20)



ADD COLUMN F000
ADD COLUMN F240
ADD COLUMN F382
ADD COLUMN F500
ADD COLUMN F618
ADD COLUMN F786
ADD COLUMN F1000



DRAW FIBONACCI UP(120,20)

price > .25
average volume > 500000
]



DMOBRIEN
363 posts
msg #90491
Ignore DMOBRIEN
3/28/2010 2:17:33 AM

This filter will give you stocks above the H4 (Breakout Line, last resistance level) and the % above that line

Fetcher[set{H, high one week ago - low one week ago}
set{C, close one week ago}
set{m4,H * 1.1}
set{m4a, m4 / 4}
set{H4, m4a + C}
set{m3,H * 1.1}
set{m3a, m3 / 8}
set{H3, m3a + C}
set{m2,H * 1.1}
set{m2a, m2 / 12}
set{H2, m2a + C}
set{m1,H * 1.1}
set{m1a, m1 / 20}
set{H1, m3a + C}
set{n1, H * 1.1}
set{n1a, n1 / 20}
set{L1, C - n1a}
set{n2, H * 1.1}
set{n2a, n1 / 12}
set{L2, C - n2a}
set{n3, H * 1.1}
set{n3a, n1 / 8}
set{L3, C - n3a}
set{n4, H * 1.1}
set{n4a, n1 / 4}
set{L4, C - n4a}
set{pp, price - H4}
set{pp1, pp / H4}
set{PCTabvH4, pp1 * 100}
price between 1 and 5

draw H4 on plot price
draw H3 on plot price
draw H2 on plot price
draw H1 on plot price
draw L1 on plot price
draw L2 on plot price
draw L3 on plot price
draw L4 on plot price

chart-time is 6 weeks
volume > 50000
close above H4 one day ago


draw macd
add column PCTabvH4
add column h4
add column H3
add column separator
add column L3
add column l4
add column separator
]



DMOBRIEN
363 posts
msg #90492
Ignore DMOBRIEN
3/28/2010 2:54:16 AM

Repost of the old one .. you can see what happens when price gets either above the top or below bottom bands. CIGX is a perfect example. We were watching CRBC Friday ...

Fetcher[draw ma(17)
draw ma(70)

set{H, high 12 weeks ago - low 12 weeks ago}
set{C, close 12 week ago}
set{m4,H * 1.1}
set{m4a, m4 / 2}
set{H4, m4a + C}
set{m3,H * 1.1}
set{m3a, m3 / 4}
set{H3, m3a + C}
set{m2,H * 1.1}
set{m2a, m2 / 6}
set{H2, m2a + C}
set{m1,H * 1.1}
set{m1a, m1 / 12}
set{H1, m3a + C}
set{n1, H * 1.1}
set{n1a, n1 / 12}
set{L1, C - n1a}
set{n2, H * 1.1}
set{n2a, n1 / 6}
set{L2, C - n2a}
set{n3, H * 1.1}
set{n3a, n1 / 4}
set{L3, C - n3a}
set{n4, H * 1.1}
set{n4a, n1 / 2}
set{L4, C - n4a}
price between .01 and 5

volume > 200000
draw price line at H4
draw price line at H3
draw price line at H2
draw price line at H1
draw price line at L1
draw price line at L2
draw price line at L3
draw price line at L4
set{HLD, L4 - H4}
Set{HLD50,CMA(hld,50)}
set{SD,cstddev(hld,50)}
set{SD50,2 * SD}
set{BOLU,hld50 + SD50}
set{BOLD,hld50 - SD50}
set{VBW,BOLU - BOLD}
draw hld
draw bolu on plot hld
draw bold on plot hld
add column bollinger width(50)
add column vbw
chart-time is 200 day

set{H10, high 24 weeks ago - low 24 weeks ago}
set{C10, close 24 week ago}
set{m41,H10 * 1.1}
set{m4a1, m41 / 2}
set{H41, m4a1 + C10}
set{m31,H10 * 1.1}
set{m3a1, m31 / 4}
set{H31, m3a1 + C10}
set{m21,H10 * 1.1}
set{m2a1, m21 / 6}
set{H21, m2a1 + C10}
set{m11,H10 * 1.1}
set{m1a1, m11 / 12}
set{H11, m3a1 + C10}
set{n11, H10 * 1.1}
set{n1a1, n11 / 12}
set{L11, C10 - n1a1}
set{n21, H10 * 1.1}
set{n2a1, n11 / 6}
set{L21, C10 - n2a1}
set{n31, H10 * 1.1}
set{n3a1, n11 / 4}
set{L31, C10 - n3a1}
set{n41, H10 * 1.1}
set{n4a1, n11 / 2}
set{L41, C10 - n4a1}
price between .01 and 5

volume > 200000
draw price line at H41
draw price line at H31
draw price line at H21
draw price line at H11
draw price line at L11
draw price line at L21
draw price line at L31
draw price line at L41

draw rsi(2)
chart-length is one year
]




DMOBRIEN
363 posts
msg #90493
Ignore DMOBRIEN
3/28/2010 3:18:24 AM

Fetcher[draw price line at high 12 week high
draw price line at low 12 week low
draw price line at high 8 week high
draw price line at low 8 week low
draw price line at high 4 week high
draw price line at low 4 week low
set{RC, smoothed rate of change(5,9)}
set{RCMA, cma(RC,7)}
draw RC
draw RCMA on plot RC

draw ma(6)
draw ma(22)
price > 1
]



jrbikes
624 posts
msg #90502
Ignore jrbikes
3/28/2010 11:20:05 AM

This last filter is good, I will try to change the week highs to find what suits me, it seems to be in the weekly highs, see on CIGX where the 1 dollar mark is the resistance level, that is what I want, I will play with it, these are good filters!

I have added my SMA's to this, all most there, got to go to work, now I dont want to go! LOL!

Thanks DM, I really appreciate it!

jrbikes
624 posts
msg #90505
Ignore jrbikes
3/28/2010 5:01:04 PM

got it, post it tonight!

DMOBRIEN
363 posts
msg #90508
Ignore DMOBRIEN
3/28/2010 5:38:54 PM

Ok, interested to see your take on things

jrbikes
624 posts
msg #90514
Ignore jrbikes
modified
3/28/2010 10:05:44 PM

all I wanted was support lines and resistance lines, so I just changed the weekly parameters, nothing special, but it helps me!

Fetcher[

draw price line at high 1 week high
draw price line at low 1 week low
draw price line at low 3 week low
draw price line at low 5 week low
Close is greater than the open
Close is above MA(9)
MA(9) is above the MA(18)
MA(18) is above the MA(27)
price is between 1 and 5
volume is greater than 250000
RSI(14) <80 and >65
draw RSI(14)
draw MACD(12,26,9)
]



Put the 5 week low in there to see if it would define CIGX! and it did, one filter for close greater, will copy for close lower!
price lines? someone shoot me!



jrbikes
624 posts
msg #90516
Ignore jrbikes
3/29/2010 1:00:30 AM

have all the stocks loaded on a watch list from the pennies, cherry picked the ones on the 1 to 5 list, lets see what happens in the morning, I also have the 1 and 5 minute chart set with the same parameters as the daily chart scan, IE: 9 18 27!

Good luck!

StockFetcher Forums · Filter Exchange · question for DMOBRIEN<< 1 2 >>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.