StockFetcher Forums · Filter Exchange · LOL, TRO YOU WERE RIGHT!!!!!!!<< 1 2 >>Post Follow-up
chetron
2,817 posts
msg #63858
Ignore chetron
modified
6/17/2008 6:45:19 AM

WHERE'S THE GENIUS NOW???????
BANNED FROM RUSSIA AND STOCKFETCHER?????






chetron
2,817 posts
msg #63859
Ignore chetron
modified
6/17/2008 6:50:11 AM

MAYBE....


Fetcher[
/* TACHIKAWA */

Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
set{BLb,days(BullPower is above BullPower 1 day ago,100)}
set{BLa,days(BullPower is below BullPower 1 day ago,100)}
set{BLxBL, BLa - BLb}
set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}

set{vbb5,bearpower 1 day ago}
set{vbb1,vbb5 * .90}
set{vbb2,vbb5 * 1.103}
set{vbb3,count(bearpower < vbb2,1)}
set{vbb4,count(bearpower > vbb1,1)}

set{vbb15,bullpower 1 day ago}
set{vbb11,vbb15 * .90}
set{vbb12,vbb15 * 1.103}
set{vbb13,count(bullpower < vbb12,1)}
set{vbb14,count(bullpower > vbb11,1)}

set{vbb113,count(bullpower < vbb15,1)}
set{vbb114,count(bearpower > vbb5,1)}

set{var23,vbb113 1 day ago}
set{var24,vbb114 1 day ago}

set{var21,vbb113 + var23}
set{var22,vbb114 + var24}
set{trigger,var21 + var22}

draw bearpower on plot bullpower
draw vbb114
draw vbb113

rsi(2) < 30
williams %r(2) < -50
volume > 10000
close above .3
bullpower < bullpower 1 day ago
bearpower > bearpower 1 day ago
1 day slope Linear Regression(60,1.0) > .030
bearpower 1 day ago < bearpower 2 day ago

chart-length is 2-months

Draw RSI(2)
Draw Williams %R(2)

add column trigger
ADD COLUMN SEPERATOR
add column BLxBL
add column BRxBR
ADD COLUMN SEPERATOR
add column RSI(2)
add column Williams %R(2)

sort column 5 descending

]



chetron
2,817 posts
msg #63860
Ignore chetron
modified
6/17/2008 6:51:15 AM

OR MAYBE....


Fetcher[


Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
set{vvol,avgvol(90) * 1.75}

draw bearpower on plot bullpower

williams %r(2) 1 day ago < williams %r(2) 2 day ago
williams %r(2) 1 day ago < williams %r(2)
williams %r(2) between -0.00 and -51
williams %r(2) 1 day ago below -48
bearpower above 0

add column williams %r(2)
add column vvol

close > .3
volume > vvol
vvol > 100000
sort column 5 descending


]



chetron
2,817 posts
msg #63861
Ignore chetron
modified
6/17/2008 7:41:31 AM

REMEMBER THAT IT IS NOT SUCCESS, WHETHER REAL OR CONTRIVED, THAT DESTROYS US, BUT ONLY AMPLIFIES OUR FAILINGS AND/OR VIRTUES THAT WE ALREADY HAVE.


PEACE




TheRumpledOne
6,407 posts
msg #63862
Ignore TheRumpledOne
6/17/2008 8:02:41 AM

I could see it coming....

People don't change.... they get "more so"...LOL!!



luc1grunt
622 posts
msg #63866
Ignore luc1grunt
6/17/2008 8:20:44 AM

Where's the SF mods? Waaaaaaaahhhhh

Look at the hateful posts........waaaaaaahhhhhhh.

I yell at people all day for a measly $1000.....waaaaaaahhhhhhh

Just wait, you WILL love me with my filters.....wahhhhhhhhh

I made $108000 yesterday......waaaaahhhhhh.

God I bet he is a pleasure to be around.

I think he is the E-Trade baby without the humor.

maxreturn
745 posts
msg #63870
Ignore maxreturn
6/17/2008 10:33:43 AM

Call the wahmbulance

WALLSTREETGENIUS
983 posts
msg #63872
Ignore WALLSTREETGENIUS
modified
6/17/2008 11:00:42 AM

DELETED

WALLSTREETGENIUS
983 posts
msg #63873
Ignore WALLSTREETGENIUS
modified
6/17/2008 11:06:16 AM

DELETED

chetron
2,817 posts
msg #63877
Ignore chetron
6/17/2008 12:10:37 PM

MAYBE...



Fetcher[show stocks where close is above 2
60 day slope of close is above 0
draw Bollinger Bands(20)
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
set{BLb,days(BullPower is above BullPower 1 day ago,100)}
set{BLa,days(BullPower is below BullPower 1 day ago,100)}
set{BLxBL, BLa - BLb}
set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}
Bullpower has been decreasing the last 1 day
Bearpower has been increasing the last 1 day
Bearpower is below 0
Draw Bullpower
Draw Bearpower
add column BLxBL
add column BRxBR
average volume(90)is above 100000
volume is above 100000
sort column 6
date offset 2/15/06


/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE CCI(14) */

set{ccval, INDPOSITION(CCI(14), 60) * 100 }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column moval
add column wrval

adval is between 82 and 94
ccval is Below 30
moval is Below 30
wrval is Below 30
]





StockFetcher Forums · Filter Exchange · LOL, TRO YOU WERE RIGHT!!!!!!!<< 1 2 >>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.