StockFetcher Forums · Filter Exchange · trading within a range of 0-10% during the last 10 days?<< >>Post Follow-up
Scubiesnax
1 posts
msg #158414
Ignore Scubiesnax
1/18/2022 3:40:15 AM

Yeah. That's it. I'm sure this is already on here but I'm not finding it. Thanks!

redversa721
157 posts
msg #158415
Ignore redversa721
1/18/2022 6:41:13 AM

search for day range or average day range on indicators. There should be some examples that can help you

dwiggains
441 posts
msg #158416
Ignore dwiggains
1/18/2022 9:22:32 AM

Fetcher[
close > 1
average volume (20) > 500000
set{wild, atr (10) / close}
add column wild
sort column 5 descending
]



see ya
david

xarlor
561 posts
msg #158417
Ignore xarlor
1/18/2022 10:37:02 AM

Someone asked a very similar question in the thread right below yours. The replies provided you with the answer.

Fetcher[
set{hi,high 10 day high}
set{lo,low 10 day low}
set{delta,hi / lo}
set{pdiff,delta - 1}
pdiff <= 0.10
lo >= 0.001
add column hi
add column lo
add column pdiff

draw price line at hi
draw price line at lo
do not draw pdiff
do not draw hi
do not draw lo
]



wantonellis
155 posts
msg #158421
Ignore wantonellis
1/19/2022 6:56:20 AM

Fetcher[
set{h,high 10 day high}
set{l,low 10 day low}
count(close < h,10) equal 10
count(close > l,10) equal 10

draw price line at h
draw price line at l
]



StockFetcher Forums · Filter Exchange · trading within a range of 0-10% during the last 10 days?<< >>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.