StockFetcher Forums · Filter Exchange · Help with debugging a filter<< >>Post Follow-up
seanban
22 posts
msg #75138
Ignore seanban
6/7/2009 9:26:45 AM

Looking to find stocks closing near HOD based on filter below. While scan produces results, it does not calculate "high is near close of day" - where near is predefined by SF as 2%; any ideas of what I am doing wrong? Thx

"show stocks where close gained more than 15 percent over the last 1 day and
price is between 1 and 20 and
date offset is 0 and
high is near close and
average day range is above 3
add column high"



SAFeTRADE
630 posts
msg #75161
Ignore SAFeTRADE
6/7/2009 10:03:35 PM

This may get you closer. Look at column "Priceon" to see where close finished for the day relative to the high.


Fetcher[show stocks where close gained more than 15 percent over the last 1 day and
price is between 1 and 20 and
date offset is 0 and
high is near close and
average day range is above 3

set{LimDiff, high minus Low}
set{PPDiff, CLOSE minus low}
set{PPDiv, PPDiff / LimDiff}
set{priceOn, PPDiv * 100}
add column priceon
sort column 5 descending
add column high
]



seanban
22 posts
msg #75187
Ignore seanban
6/8/2009 4:07:01 PM

Thanks SafeTrade - just what the doctor ordered!

Much appreciated - Sean

SAFeTRADE
630 posts
msg #75214
Ignore SAFeTRADE
6/9/2009 2:21:43 PM

Great. You're welcome.

StockFetcher Forums · Filter Exchange · Help with debugging a filter<< >>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.