StockFetcher Forums · General Discussion · creating custom column<< >>Post Follow-up
novotny75
6 posts
msg #97384
Ignore novotny75
11/8/2010 12:01:52 AM

Hi,

I'm just learning Stockfetcher and I have a simple filter:

Show stocks where price gained more than 25% over the last 10 days
and price has been increasing 5 days
and Average Volume(90) is above 500000
and close is between 5 and 250

How can I create a column that displays the percent gain over the last ten days and allows me to sort the results based on this column?

Thanks!

straken
469 posts
msg #97396
Ignore straken
11/8/2010 9:23:25 PM

Try...

Fetcher[
Price > 25% above price 10 days ago
Average Volume(90) above 500000
price increasing last 5 days
close between 5 and 250

set{var1, price}
set{var2, price 10 days ago}
set{10d, var1 - var2}
set{10dd, 10d / var2}
set{10d%, 10dd * 100}
add column 10d%
sort column 5 descending
]



StockFetcher Forums · General Discussion · creating custom column<< >>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.