StockFetcher Forums · Filter Exchange · "Negative" Percent Down only.<< >>Post Follow-up
mktmole
325 posts
msg #81805
Ignore mktmole
10/26/2009 10:43:59 PM

Show "Negative" Percent Down only.

It must be simple but I can't get my head around it tonight so any help is much appreciated.
thanks MM

Fetcher[set{voldrop, average volume(3) - average volume(20)}
set{C1A,voldrop /average volume(20)}
set{C2A, C1A *100}
/* show negative numbers only */
and CA2 below 0
and add column C2A {3day_volChng}
/* sort down by largest negative vol drop */
and sort by column 5 desending
and Average Volume(45) > 300,000
and Average Volume(5) > 200,000
price above 1
]



chetron
2,817 posts
msg #81816
Ignore chetron
10/27/2009 7:10:27 AM

TRY.....

Fetcher[
set{voldrop, average volume(3) - average volume(20)}
set{C1A,voldrop /average volume(20)}
set{C2A, C1A *100}
/* show negative numbers only */
and CA2 below 0
and add column C2A {3day_volChng}
/* sort down by largest negative vol drop */
and sort by column 5 desending
and Average Volume(45) > 300,000
and Average Volume(5) > 200,000
price above 1
DAY CHANGE BELOW 0
]



chetron
2,817 posts
msg #81829
Ignore chetron
10/27/2009 10:12:07 AM

OR DID YOU MEAN TYPO.....


Fetcher[
set{voldrop, average volume(3) - average volume(20)}
set{C1A,voldrop /average volume(20)}
set{C2A, C1A *100}
/* show negative numbers only */
and C2A below 0
and add column C2A {3day_volChng}
/* sort down by largest negative vol drop */
and sort by column 5 desending
and Average Volume(45) > 300,000
and Average Volume(5) > 200,000
price above 1
]



mktmole
325 posts
msg #81842
Ignore mktmole
10/27/2009 12:11:11 PM

Yes it was that simple TYPO grrrr.... thanks chetron

mktmole
325 posts
msg #81845
Ignore mktmole
10/27/2009 12:57:11 PM

Fetcher[/* Volume Volatility DROP Percent */
set{volchng, average volume(3) - average volume(20)}
set{C1A,volchng /average volume(20)}
set{C2A, C1A *100}
and C2A below 0
and add column C2A {3day_volChng}
and add column separator
set{VSpike, count(volume > 50% above volume 1 day ago,1)}
set{WRB, count(open < 4 percent above high 1 day ago,1) * count(close > 10% above open,1)}
set{both, VSpike/WRB}
set{BigDay, days(both equals 1,10)}
and BigDay above 2
and add column BigDay
and add column separator
and do not draw BigDay
and add column average day range(20)
and add column separator

and price is between 0.49 and 49.99
and market is not OTCBB
and Average Volume(45) > 300,000
and Average Volume(5) > 200,000
]




StockFetcher Forums · Filter Exchange · "Negative" Percent Down only.<< >>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.