StockFetcher Forums · Filter Exchange · Easy as 1-2-3<< 1 ... 3 4 5 6 7 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #61148
Ignore TheRumpledOne
4/6/2008 12:36:49 PM

Fetcher[
/* TRO 1-2-3 Filter */

set{hiop, high - open}

set{ t1, count( ema(5) 1 day ago above ema(5) 2 days ago, 1 ) }
set{ t2, count( ema(5) 1 day ago above ema(5) , 1 ) }
set{ top123, t1 * t2 }
set{ days_top , days(top123 equal 0,100) }

set{ b1, count( ema(5) 1 day ago below ema(5) 2 days ago, 1 ) }
set{ b2, count( ema(5) 1 day ago below ema(5) , 1 ) }
set{ bot123, b1 * b2 }
set{ days_bot , days(bot123 equal 0,100) }

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}

set{ wt1, count( weekly ema(5) 1 day ago above weekly ema(5) 2 days ago, 1 ) }
set{ wt2, count( weekly ema(5) 1 day ago above weekly ema(5) , 1 ) }
set{ wtop123, wt1 * wt2 }
set{ wdays_top , days(wtop123 equal 0,100) }

set{ wb1, count( weekly ema(5) 1 day ago below weekly ema(5) 2 days ago, 1 ) }
set{ wb2, count( weekly ema(5) 1 day ago below weekly ema(5) , 1 ) }
set{ wbot123, wb1 * wb2 }
set{ wdays_bot , days(wbot123 equal 0,100) }

set{wE5b,days(close is above weekly ema(5),100)}
set{wE5a,days(close is below weekly ema(5),100)}
set{wCxE5, wE5a - wE5b}

add column hiop

add column bot123
add column days_bot

add column top123
add column days_top

add column CxE5

add column separator

add column wbot123
add column wdays_bot

add column wtop123
add column wdays_top

add column wCxE5

bot123 above 0

symlistAMX,RATE,BCR,BIIB,BLK,BRKR,BUCY,BKC,CF,CHRW,CTCM,CCC,CRZO,CSH,CELG,CL,SID,CXO,CLR,DAR,ENS,ESV,EXC,EXR,FTI,FAST,FLS,FMX,GFA,GIS,GGB,GYMB,HLF,ITC,IBM,ISRG,ITRI,KEX,LKQX,LIFC,MA,MCRS,MLNM,MOS,NUAN,OTEX,PRXL,PH,PVA,PBT,PQ,PX,PCLN,KWK,RRC,RIMM,RKT,SPW,CRM,SD,SII,SNA,SWN,TNE,TMO,RIG,UST,WW,WFT)

sort column 7 descending

date offset is 1
]



StockFetcher Forums · Filter Exchange · Easy as 1-2-3<< 1 ... 3 4 5 6 7 >>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.