StockFetcher Forums · Filter Exchange · Help<< >>Post Follow-up
dleather25
39 posts
msg #152081
Ignore dleather25
5/7/2020 1:43:55 AM

I have created my own filters but am having a small issue.

when it's a stock that has closed in .01-.09 range it never shows .015 or .012 or .011 it only shows rounded up or down numbers. Is there a way to have SF show the full number or will it only show .01,.02,.03, etc

the reason I ask is I have created a formula for entry and exit and those are the only ones that are causing problems. the stocks that are .10 or higher or .009 and lower show like they are supposed too but .01-.09 do not. Any help is appreciated. Thanks!

xarlor
562 posts
msg #152082
Ignore xarlor
5/7/2020 8:01:41 AM

Best I could do is some minor math gymnastics. Hope it helps!

Fetcher[
close between .01 and .09
set{x1,close * 100}
set{x2,mod(x1,1)}
set{x3,x2 / 100}

add column x1 {close * 100}
add column x3 {Thousandths and Ten-thousandths}
]



dleather25
39 posts
msg #152091
Ignore dleather25
5/7/2020 4:04:36 PM

Thank you! They really should fix this because entry and exit is so important.

StockFetcher Forums · Filter Exchange · Help<< >>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.