StockFetcher Forums · General Discussion · Support and resistance parameters<< >>Post Follow-up
MBraun
2 posts
msg #97277
Ignore MBraun
11/1/2010 1:07:32 PM

set{a, Support Line(30,7)}
set{b, Resistance Line(30,7)}
set{c, a - b}

show stocks where c is above 1.00

When I run the above filter I get a ton of results. If I change the last line to...

show stocks where c is below 3.00

...I also get a ton of results. But if I run them together...

show stocks where c is above 1.00
and c is below 3.00

...I get 0 results. What am I doing wrong? I am new here and any help would be great!

Thank you.

four
5,087 posts
msg #97284
Ignore four
modified
11/1/2010 6:56:45 PM



-- See, http://forums.stockfetcher.com/sfforums/?qrid=1288652677&q=view&fid=1001&tid=28017

Eman93
4,750 posts
msg #97290
Ignore Eman93
modified
11/2/2010 1:00:30 AM

Fetcher[

Average Volume(30) > 1000000

set{a, Support Line(30,7)}
set{b, Resistance Line(30,7)}
set{c, B - A}

C > 1

C < 3

15 day slope of Support Line(30,7) > -2



draw Support Line(30,7)
draw Resistance Line(30,7)
do not draw 15 day slope of Support Line(30,7)
add column 15 day slope of Support Line(30,7)
add column a
add column b
add column c
]



Eman93
4,750 posts
msg #97291
Ignore Eman93
modified
11/2/2010 1:04:26 AM

You were subtracting the larger number from the smaller number

You can use the column line so you can see what kind of number you are getting

add column A.... ect

OK now figure out how to screen for divergence

Like HTZ to pull back to trend line for a buy point

Eman93
4,750 posts
msg #97292
Ignore Eman93
11/2/2010 1:33:49 AM

Fetcher[Average Volume(30) > 1000000

set{a, Support Line(30,7)}
set{b, Resistance Line(30,7)}
set{c, B - A}

C > 1

C < 3

30 day slope low > -2

30 day slope of high < 0

30 day slope of low > 30 day slope of high

draw Support Line(30,7)
draw Resistance Line(30,7)
do not draw 15 day slope of Resistance Line(30,7)
add column 30 day slope of low
add column 30 day slope of high
add column a
add column b
add column c
]



a start

MBraun
2 posts
msg #97294
Ignore MBraun
11/2/2010 12:23:00 PM

Thanks everyone! I really appreciate the help and the fact that all of you were able to take it a step further. So much to learn!!

StockFetcher Forums · General Discussion · Support and resistance parameters<< >>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.