StockFetcher Forums · Filter Exchange · Easy as 1-2-3<< 1 ... 2 3 4 5 6 ... 7 >>Post Follow-up
chip
67 posts
msg #60976
Ignore chip
4/2/2008 11:24:55 AM

TRO said:
"Some people find the filters I post useful and profitable. "
=============================================

To which I reply: Gosh I sure do! I make money nearly every trading day, trading TRO-style. Additionally, I learn a lot just from studying his code.

nikoschopen
2,824 posts
msg #60981
Ignore nikoschopen
4/2/2008 1:22:49 PM

To which I reply: It was never about "usefulness". Lets not use evasive logic to divert attention from what's at issue. The problem originated with the lack of explantion. After all, the poster of this thread explicitly requested for an explanation of what the various columns in ure filter meant, which you were so kind enough to shrug off. So I ask again. Why don't you simply explain ure filter for those who have yet to learn or simply too damn lazy to learn the intricacies of ure multifaceted filters?

TheRumpledOne
6,407 posts
msg #60982
Ignore TheRumpledOne
4/2/2008 1:33:47 PM

To which I reply: It was never about "usefulness". Lets not use evasive logic to divert attention from what's at issue. The problem originated with the lack of explantion. After all, the poster of this thread explicitly requested for an explanation of what the various columns in ure filter meant, which you were so kind enough to shrug off. So I ask again. Why don't you simply explain ure filter for those who have yet to learn or simply too damn lazy to learn the intricacies of ure multifaceted filters?

=======================================================

What IS at issue?

It is MY choice to share a filter. I have no obligation to explain, answer, debate, defend, etc...

If someone asks a question, I may choose to answer or not answer.

Sometimes, it is more rewarding to figure something out for yourself.

Why should ANY filter posted on SF be of such importance to a reader that they go ballistic if they don't understand? That is just absurd.

Newbies need to learn how to look up the indicators and phrases used in SF filters so they can understand how they work.

The code in the 1-2-3 filter is straight forward. It's nowhere near as complicated as some of the other filters posted.

Personal attacks do NOT make people want to help or share. Something to think about.



TheRumpledOne
6,407 posts
msg #60983
Ignore TheRumpledOne
4/2/2008 1:34:30 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

symlist(ISRG,POT,BUCY,TNE,CF,TITN,RIMM,MDR,PCLN,RRC,SID,LKQX,MA,NEU,SWN,FSTR,KOP,CCH,RIO,CTRP,KWK,PQ,CLR,MOS,ATW,CNQR,NGS,AUY,RIG,ARD,ENS,EOC,ISYS,AGU,TTES,SNHY,HK,CEDC,DNR,FLS,SQM,VIVO,CELG,AFSI,ANSS,CMED,HMSY,TNH,FTI,SD,WFT,AIRM,RBN,SDA,URBN,KEX,BMI,GTLS,BDE,LIFC,HOS,CSX,SXE,AZZ,EXPO,BVN,MTL,CMG,KNDL,BLK,GEF,WDC,KSU,MCRS,JST,HLF,ROS,RBA,TISI,DE,OTEX,SVR,ECA,GGB,MON,APA,CLB,CTCM,EDU,ACAP,ESRX,CMCO,GME,TKC,TEF,CHL,HUBG,ABV,RSTI,VMI)

sort column 7 descending

date offset is 1
]





nikoschopen
2,824 posts
msg #60984
Ignore nikoschopen
4/2/2008 2:01:32 PM

Dude, thanks for taking the time to respond but I did most of the explaining for ya anyway. But lets get the facts straight for once. Only reason why anyone decides to share a filter is because one believes it's valuable enough to help others. Whether that is remains to be seen, it is the responsibility of the filtermeister, namely YOU, to give details about the filter (other than a fancy name like "Easy as 1-2-3") that would enable the user to better understand what the filter was designed to achieve in the first place. Why would anyone bother to use ure filter if they don't understand what it's supposed to do?

Newbies? Personal attacks? Think again.

maxreturn
745 posts
msg #60985
Ignore maxreturn
modified
4/2/2008 2:08:31 PM



nikoschopen
2,824 posts
msg #60986
Ignore nikoschopen
4/2/2008 2:18:46 PM

Max, thanks for the input, but you seemed to have largely misunderstood my point. Are we here merely to write and share filters? Isn't this forum more or less generated on the good spirit of so-called generous helpers. I still recall the days when people like Cegis and DasKapital were helping newbies like TheRumpledOne. Where would TRO be now had it not been their valuable assistance? No doubt, some of these newbies are lazy to the bone, which I already alluded to above on two occasions, but what the hell is the difference between their unwillingness to learn and TRO's unwillingness to explain? Who's the bigger culprit?

maxreturn
745 posts
msg #60987
Ignore maxreturn
modified
4/2/2008 2:30:32 PM

Don't know what happened to my previous post. For some reason everything got shifted WAY over to the right and I couldn't left justify it. Anyway Niko...no I didn't misunderstand your larger point. I am in agreement about being a generous helper. My point is directed at the select few who keep coming back with the most elementary of questions...basically looking to be spoon fed instead of taking a little bit of time to learn on their own. I have no problem helping someone who has made an honest effort to understand, whose intent it is to be self sufficient. We're not helping these people if we continue to give them handouts. Rather, we should help them by directing them to resources where they can find the answers themselves.

chip
67 posts
msg #60988
Ignore chip
4/2/2008 2:36:56 PM

I think TRO does more than enough by posting the filter. With the volume and quality of the stuff he posts here and many other places, how can anyone actually expect any more from him?

I have some filters that I like a lot, but I swear I'd never be able to convince myself to share them if this is what it would lead to. I do enough explaining-down, and dumbing-down, in my day job and would not want to do it here as well.


nikoschopen
2,824 posts
msg #60989
Ignore nikoschopen
4/2/2008 2:44:41 PM

Anyway, TRO should annotate his otherwise convoluted filters as you so correctly pointed out earlier. If he has a degree in computer programming as he mentioned elsewhere, he should know that there's a correct coding convention or standards.

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