StockFetcher Forums · General Discussion · Need help to find stocks like : American Airlines 7 day return -10%<< >>Post Follow-up
nsrikiran
3 posts
msg #152627
Ignore nsrikiran
6/13/2020 11:36:33 PM

Would some one please help me/

Examples:
1) American Airlines 7 day return -10%
2) Delta Airlines 7 day return -10.9%

Find all stocks where average return for X days.

Thank you,
Sri


dwiggains
441 posts
msg #152629
Ignore dwiggains
6/14/2020 8:40:27 AM

Fetcher[
close > 1
average volume (20) > 258000
close > 10% below close 7 days ago
set{drop, close / close 7 days ago}
add column drop
]



see ya
david

nsrikiran
3 posts
msg #152633
Ignore nsrikiran
6/14/2020 1:44:05 PM

Hi David,

I tried your code but its returning AAL symbol.

I am trying like this: In google search when type " AAL stock" , search result will return AAL chart.

On chart we have 1 day, 5 Day ...

shorturl.at/hlvOY

So I selected 5 days, then on chart you can select area from left side to right side by click and dragging to right side.. then area will be covered for 5 days , where you will see 5 days return as -15.96%

I am trying to find such stocks...whose average return is in %

But some your code is not picking AAL.

xarlor
562 posts
msg #152638
Ignore xarlor
6/14/2020 7:34:41 PM

You asked for a 7-day return so that is what dwiggains gave you. AAL was well below the current price 7 days ago.

Here is the same filter with a 5-day return. To get X-day return just replace the 4s below with X-1. So for a 10-day return, you would put in 9s.

Fetcher[
close > 1
average volume (20) > 258000
close > 10% below close 4 days ago
set{drop, close / close 4 days ago}
add column drop
]



StockFetcher Forums · General Discussion · Need help to find stocks like : American Airlines 7 day return -10%<< >>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.