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

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

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}

add column bot123
add column days_bot

add column top123
add column days_top

add column CxE5

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 6 descending
]



klynn55
747 posts
msg #60888
Ignore klynn55
3/30/2008 12:45:16 PM

TRO :

could you define the columns , please?

TheRumpledOne
6,407 posts
msg #60890
Ignore TheRumpledOne
modified
3/30/2008 1:59:31 PM

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

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

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

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

add column bot123
add column days_bot

add column top123
add column days_top

add column CxE5

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 6 descending

chart-display is weekly
]



klynn55
747 posts
msg #60895
Ignore klynn55
3/30/2008 7:20:12 PM

Your search - bot 123 - did not match any documents.
No pages were found containing "bot 123".

Suggestions:

* Make sure all words are spelled correctly.
* Try different keywords.
* Try more general keywords.

CANT BE "EASY as 1 . 2. 3. " if you cant find the meanings of the columns, or is my liberal arts background showing! my mom told me Math was the way!

TheRumpledOne
6,407 posts
msg #60901
Ignore TheRumpledOne
3/31/2008 8:36:39 AM

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

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 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

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 6 descending
]



Combined the daily and weekly.

klynn55
747 posts
msg #60902
Ignore klynn55
3/31/2008 10:35:32 AM

He ignores me cause im of color!
Or could he owe me money!
there's some elephant in the room!

nikoschopen
2,824 posts
msg #60904
Ignore nikoschopen
3/31/2008 11:21:06 AM

Klynn, being a born-again lazy bum that I am, I can readily understand ure position. But it's quite unfair to blame TRO for ure laziness. Just analyze each line in his filter and it shouldn't be all that hard to understand what each column means. This will also help ure filter writing skills.

If ya still can't figure it out, just lay it out on me and I'll spell it out for you one by one. Seriously, it ain't so difficult as you might first think.

dbohin
10 posts
msg #60907
Ignore dbohin
3/31/2008 12:42:18 PM

i can see its an estimated moving average play checking both daily and weekly, but i dont understand what multiplying b1 and b2 signals (wb1 wb2)?

nikoschopen
2,824 posts
msg #60908
Ignore nikoschopen
3/31/2008 1:11:56 PM

It basically means that the EMA(5) must decrease for the last three days in order for both counts() to be true. Should either one of the counts() returns false (ie. b1 * b2 = 0), then the whole damn thing is rendered null and void.

chetron
2,817 posts
msg #60909
Ignore chetron
3/31/2008 2:36:24 PM

it is nice to see how this community responds to peoples needs, but i would like to remind you all, that this is the internet. that being said, you really don't know who you are talking to. this individual might just be a caucasian male inmate looking for an investment vehicle for his 900 phone sex proceeds.

i would like to also remind you that 90% of this community still thinks MARY4MONEY is female.

food for thought...



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