StockFetcher Forums · Filter Exchange · Exact Price Channel<< >>Post Follow-up
Railwhore
69 posts
msg #37902
Ignore Railwhore
9/9/2005 8:58:51 PM

Fetcher[set{x,high 2 week high}
set{y,low 2 week low}
set{z,x - y}

show stocks where z is below .51

and high is below x for last 2 weeks
and low is above y for last 2 weeks

and volume(90) above 50000
and close above 2

add column x
add column y
add column z
add column rsi(2)

do not draw x
do not draw y
do not draw z
do not draw bollinger bands
do not draw Linear Regression Channel(60,1.0)

draw high line at x
draw low line at y
]



I know we already have a channel filter, but I wanted an EXACT channel filter for setting high/low alerts at my broker. This example will show you an exact channel with a range of .50 cents for 2 weeks. Just change the range to whatever you want and the time frame to suite your needs. I added the do not draw criteria because I have a lot of draw settings and it was cluttered up - I really want to see the lines for the top and bottom of the channel. Any comments and optimizations are welcome!


calvin_g_smith
1 posts
msg #37917
Ignore calvin_g_smith
9/12/2005 5:51:48 PM

Thanks! I was actually looking for something like that


alf44
2,025 posts
msg #38052
Ignore alf44
9/18/2005 1:07:33 PM

Railwhore,

Wow ! Did I just type the word "Railwhore" ? Needless to say...that's a first.

But seriously, I like this filter. Nice idea.


alf44






Railwhore
69 posts
msg #38115
Ignore Railwhore
9/20/2005 9:46:21 PM

Fetcher[set{x,high 4 week high}
set{y,low 4 week low}
set{z,x - y}

and high is below x for last 4 weeks
and low is above y for last 4 weeks

and volume(90) above 50000
and close above 2

add column x
add column y
add column z
do not draw x
do not draw y
do not draw z
do not draw bollinger bands
do not draw Linear Regression Channel(60,1.0)

draw high line at x
draw low line at y
sort by column 7
]



4 week exacts. just sort by z to see the range of the channels. lower the number the tighter the channel.


jaketheguy
52 posts
msg #38116
Ignore jaketheguy
9/20/2005 10:45:17 PM

And the filter below adds the channel depth, z, expressed as a percentage of the 'low 4 week low':

Fetcher[set{x,high 4 week high}
set{y,low 4 week low}
set{z,x - y}
set{zp, z/y}
set{z%, zp *100}

and high is below x for last 4 weeks
and low is above y for last 4 weeks

and volume(90) above 50000
and close above 2

add column x
add column y
add column z
add column z%
do not draw x
do not draw y
do not draw z
do not draw bollinger bands
do not draw Linear Regression Channel(60,1.0)

draw high line at x
draw low line at y
sort by column 8
]




four
5,087 posts
msg #117098
Ignore four
11/27/2013 4:40:25 PM

bump

alf44
2,025 posts
msg #117116
Ignore alf44
modified
11/28/2013 11:48:07 PM

.

DAMN !!!

I looked SOOO much YOUNGER ... back in 2005 !!!

.

StockFetcher Forums · Filter Exchange · Exact Price Channel<< >>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.