StockFetcher Forums · General Discussion · How to write<< >>Post Follow-up
mahfund
2 posts
msg #158048
Ignore mahfund
11/17/2021 3:18:52 AM

Hello

Can some one show me how to find stocks with their ATR(10) > 10% of the closing price

dwiggains
441 posts
msg #158049
Ignore dwiggains
11/17/2021 7:53:23 AM

Fetcher[
set{wild, atr(10) /close}
add column wild
wild > .10
sort column 5 descending
]




see ya
david

dangreene
229 posts
msg #158050
Ignore dangreene
11/17/2021 8:39:52 AM

mahfund, thanks for the idea. This seems to have merit.

Fetcher[
set{wild, atr(10) /close}

shares outstanding between 5 and 35
and volume > 200000
and close between 2 and 5
and TSI(5,2,5) > 0
and CCI(22) > 100.00

add column wild
wild > .10
sort column 5 descending
]



nibor100
1,010 posts
msg #158052
Ignore nibor100
11/17/2021 11:11:40 AM

I've added a line to indicate how much the ATR(10) changed, since yesterday, due to it being calculated using today's close, etc.

Ed S.

Fetcher[
set{wild, atr(10) /close}
add column wild
wild > .10
sort column 5 descending
add column atr(10) minus atr(10) 1 day ago
]



mahfund
2 posts
msg #158080
Ignore mahfund
11/21/2021 2:00:48 PM

Thanks a lot
This was a great help

StockFetcher Forums · General Discussion · How to write<< >>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.