StockFetcher Forums · Filter Exchange · Can this be coded for Basic User?<< >>Post Follow-up
mktmole
325 posts
msg #87107
Ignore mktmole
1/27/2010 10:32:42 AM

Can this be coded for Basic User?
thanks!

Fetcher[set{VSpike, count(volume more than 80% above average volume(5),1) * count(close below close 1 day ago,1)}
set{WRB, count(day range > 100 percent above average day range(10),1) * count(close above day position(0.70,1),1)}
set{both, VSpike/WRB}
set{BigDay, days(both equals 1,5)}
and BigDay above 0
and add column BigDay
and draw WRB and draw VSpike
and chart-type is bar and chart-length is 20 days
and price above 1
]




Mactheriverrat
3,132 posts
msg #87112
Ignore Mactheriverrat
1/27/2010 10:36:27 AM

Guess I need to upgrade
StockFetcher filter exceeds filter performance restrictions.


chetron
2,817 posts
msg #87133
Ignore chetron
1/27/2010 12:09:05 PM

TRY....

Fetcher[
/* COUNT THE DAYS YOURSELF. = ) */

SET{VSPIKE1,count(volume more than 80% above average volume(5),1) }
SET{VSPIKE2,count(close below close 1 day ago,1)}


set{VSpike, VSPIKE1 * VSPIKE2}

SET{WRB1,count(day range > 100 percent above average day range(10),1)}
SET{WRB2,count(close above day position(0.70,1),1)}

set{WRB, WRB1 * WRB2}
set{both, VSpike / WRB}
and BOTH CROSSED above 0.5 LAST 5 DAY
and add column BOTH
and draw WRB and draw VSpike
and chart-type is bar and chart-length is 20 days
and price above 1

]



mktmole
325 posts
msg #87143
Ignore mktmole
1/27/2010 1:41:16 PM

haaa....makes sense!
chetron.... thank you again for your help and coding expertise!

rgds
mm

Mactheriverrat
3,132 posts
msg #87147
Ignore Mactheriverrat
1/27/2010 1:59:42 PM

the 2nd filter post works on the basic plan

chetron
2,817 posts
msg #87152
Ignore chetron
1/27/2010 2:18:02 PM

ENJOY.....

StockFetcher Forums · Filter Exchange · Can this be coded for Basic User?<< >>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.