StockFetcher Forums · Filter Exchange · Help needed for correct syntax<< >>Post Follow-up
DIL0579
9 posts
msg #156541
Ignore DIL0579
4/10/2021 9:35:17 AM

Hi, I am a complete newbie here. Sorry to trouble you. If possible, help me with the following
show stocks where { ((open-low)/low)*100)} >10
I am not getting any result .Thanks in advance

compound_gains
221 posts
msg #156543
Ignore compound_gains
4/10/2021 10:52:33 AM

Fetcher[
set{x1, open - low}
set{x2, x1 / low}
set{x3, x2 * 100}
x3 above 10
add column x3
/*add price and volume conditions*/
]



dangreene
229 posts
msg #156545
Ignore dangreene
4/10/2021 3:40:15 PM

OR

set{x1, open - low}
set{x2, x1 / low}
x2 above 0.10
add column x2

DIL0579
9 posts
msg #156554
Ignore DIL0579
4/11/2021 6:42:05 AM

Thank you all! Great help!!

StockFetcher Forums · Filter Exchange · Help needed for correct syntax<< >>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.