StockFetcher Forums · General Discussion · Help on syntax<< >>Post Follow-up
lvaduva
5 posts
msg #55470
Ignore lvaduva
10/2/2007 4:19:45 PM

how to code:
the low is less than 5% above the lower Bollinger(20,2) band over the last 4 days and
the low is less than 2% below the lower Bollinger(20,2) band over the last 4 days


nikoschopen
2,824 posts
msg #55473
Ignore nikoschopen
modified
10/2/2007 5:31:34 PM

There's nothing wrong with ure filter when used separately. You can't have the low trade above AND below the lower BB at the same time, so you can't of course use both lines in the same filter. However, keep in mind that 5% is a rather large number and Bollinger width for some stocks isn't even that wide. In such a case, you'll get matches that are trading closer to the upper BB and you might think there's something wrong with ure filter although, in theory, there's nothing wrong with it. I suggest you lower the number.

TheRumpledOne
6,407 posts
msg #55478
Ignore TheRumpledOne
modified
10/2/2007 8:52:41 PM

Fetcher[
/* Low within X cents of lower bb */

Set{BBtarget, abs(low MINUS lower Bollinger(20,2) band ) }

BBtarget below .11

add column BBtarget
add column upper Bollinger(20,2) band {UpperBB}
add column lower Bollinger(20,2) band {LowerBB}

close above 1
volume above 1000000

Sort column 5 ascending
]



See if this helps.

roheba
20 posts
msg #55482
Ignore roheba
10/2/2007 11:15:08 PM

try this:
the low is below 5% above the lower Bollinger(20,2) band over the last 4 days and
the low is above 2% below the lower Bollinger(20,2) band over the last 4 days


StockFetcher Forums · General Discussion · Help on syntax<< >>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.