StockFetcher Forums · General Discussion · Percent of next "magnet" price<< >>Post Follow-up
fotchstecker
304 posts
msg #133414
Ignore fotchstecker
modified
12/27/2016 8:44:33 PM

Is there a way to write a single filter that returns stocks below, but very near to, the next round "magnet" price?

There are a bunch of stocks hovering a .19, some will have momentum to .20
-and 4.97 to 5
-and 1.99 to 2
-and .48 to .50
and 8.98 to 9

Etc.

I would say that for stocks above one dollar, .50 and x.00 are "magnet levels". Below a dollar, every .10 increment is a magnet. Something like that.

Say I want it to return stocks a given decimal percent below the next "magnet price". Is there a creative way to do something like this without writing a ton of filters?

Thanks. Happy holiday season, all.



SAFeTRADE
630 posts
msg #133419
Ignore SAFeTRADE
12/28/2016 7:10:10 PM

This gives you 1 idea to get what you are seeking. Sort on column headings. Add your own
volume qualifications

Fetcher[
set{x47_49, count(close between .47 and .49,1)}
set{x97_99, count(close between .97 and .99,1)}
set{x147_149, count(close between 1.47 and 1.49,1)}
set{x197_199, count(close between 1.97 and 1.99,1)}

add column x47_49
add column x97_99
add column x147_149
add column x197_199
]







fotchstecker
304 posts
msg #133422
Ignore fotchstecker
12/29/2016 12:00:41 PM

Hey, Safetrade -- many thanks. This works well.

StockFetcher Forums · General Discussion · Percent of next "magnet" price<< >>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.