StockFetcher Forums · Filter Exchange · Request: Stocks with big sell off in last 120 days<< >>Post Follow-up
Rock Sexton
111 posts
msg #119167
Ignore Rock Sexton
modified
4/19/2014 1:47:21 PM

Basically I'm looking to be able pull up all stocks that had a high volume sell off day within the last 120 days.

four
5,087 posts
msg #119169
Ignore four
modified
4/19/2014 3:50:16 PM

Fetcher[
set{x, close -open}
set{xx, x / close}

/*drop better than -5% happens at least 1 time in last 100 days*/

days(xx < -.05,100) is above -1
draw xx line at -.05

/*high volume*/

set{z, average volume(30)}
days since(z > cma(z,10),100) is above -1

low > 11
volume > 321321
]



example 1



example 2



Rock Sexton
111 posts
msg #119172
Ignore Rock Sexton
4/20/2014 3:51:48 AM

Thanks.

What about one where the stock is currently trading UNDER the close of the most recent large volume selloff in past 120 days?

mktmole
325 posts
msg #119223
Ignore mktmole
4/26/2014 3:09:09 PM

Rock,
Can't be done. Is a great idea and I've requested several times.

rgds
mm

mktmole
325 posts
msg #119224
Ignore mktmole
4/26/2014 3:17:45 PM

and just a helpful FYI , I put those stocks in watchlists in TC2K with alert triggers.

four
5,087 posts
msg #119225
Ignore four
modified
4/26/2014 3:42:40 PM

Rock,
'stock is currently trading UNDER the close of the most recent large volume selloff in past 120 days"

-

give a few specific (symbol/volume/date/price...) examples ... please

mktmole
325 posts
msg #119296
Ignore mktmole
5/1/2014 10:02:06 AM

stock is currently trading ABOVE the close of the most recent large volume selloff in past 100 days
/* -------------------------------------------------------------------------------------------- */

Permit me to keep this thread alive, and request help from four and other using FRM as an example.

Fetcher[ price above 1 and chart-length is 60 days
and chart-scale is logarithmic and apply to symlist(FRM)
]



Part 1 is Fri March 7 is the red selloff day and with excessive volume, within the past 100 days. (it's High = $11.00)
Part 2 is when today's Close or price goes above the High of the selloff day. (note: it is not quite there yet so this stock would not appear on the scan until it does, but illustrates the point)

It appears as I understand that because a date "range" (within 100 days) is being searched in Part 1, that Part 2 can not reference/ find it.
However if a "specific" period was given ie, High 100 days ago, then Part 2 can be be accomplished.
But that is not what is intended here.

tks for the help!
mm


four
5,087 posts
msg #119305
Ignore four
modified
5/2/2014 12:09:45 AM

....

StockFetcher Forums · Filter Exchange · Request: Stocks with big sell off in last 120 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.