StockFetcher Forums · Filter Exchange · Filter Problem: Syntax errors<< >>Post Follow-up
ron22
255 posts
msg #146518
Ignore ron22
2/11/2019 10:21:32 AM

I am trying to scan for stocks that closed in upper 25% of the daily range. I keep getting syntax errors. Could someone please show me how to do this? Thank you for your help.

Cheese
1,374 posts
msg #146520
Ignore Cheese
2/11/2019 11:43:26 AM

Are you looking for something like this?

Fetcher[
show stocks where the day range is above 75%
]



ron22
255 posts
msg #146523
Ignore ron22
2/11/2019 1:34:56 PM

Sorry, I was not clear regarding my objective.
Example of what I am looking for is as follows:
open 9.20 high 10.00 low 8.20 close xxxx

10.00 - 8.20 = 1.80 day range

1.80 X 75% = 1.35

1.35 + 8.20 = 9.55

I am looking for this stock to close at 9.55 or higher which is within 25% of the daily high.

compound_gains
221 posts
msg #146524
Ignore compound_gains
2/11/2019 1:48:25 PM

Fetcher[
set{x1, close - low}
set{x2, high - low}
set{x3, x1 / x2}
x3 above .75
set{x4, x2 * .75}
set{chk, low + x4}
draw price line at chk on plot price
]



boston
58 posts
msg #146527
Ignore boston
2/11/2019 6:11:29 PM

Fetcher[
close is above day position(.75,1)
]



ron22
255 posts
msg #146529
Ignore ron22
2/11/2019 7:25:13 PM

Cheese, compound gains, and boston, thank you all for your help. These scans are great. My syntax errors are history.

StockFetcher Forums · Filter Exchange · Filter Problem: Syntax errors<< >>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.