StockFetcher Forums · Filter Exchange · help with a filter<< >>Post Follow-up
hmsb4494
81 posts
msg #91535
Ignore hmsb4494
4/22/2010 10:50:47 PM

can someone help me code this?

maximum open to low over the last 4wks, 8weeks, and 13weeks---in percentage.

chetron
2,817 posts
msg #91541
Ignore chetron
modified
4/23/2010 6:38:08 AM

maybe....


Fetcher[

set{var1,weekly open - weekly low}
set{var2,var1 / weekly open}
set{var3,var2 * 100}
set{4wh,var3 21 day high}

draw 4wh
add column 4wh

close above .1
volume above 100000
display weekly

]



INCLUDING THE HIGH OPEN THINGY...

Fetcher[

set{var1,open - low}
set{var2,var1 / open}
set{var3,var2 * 100}
set{4whL,var3 21 day high}

set{var11,HIGH - open}
set{var12,var11 / HIGH}
set{var13,var12 * 100}
set{4whH,var13 21 day high}

draw 4whH ON PLOT 4WHL
add column 4whH


add column 4whL


close above .1
volume above 100000
]



morteza471
132 posts
msg #91569
Ignore morteza471
4/23/2010 7:39:47 PM

does any body have a filter for White Spinning Top
thank you

jn_fetcher
3 posts
msg #91587
Ignore jn_fetcher
4/24/2010 1:46:09 AM

Hi I'm very new at this and also inexperienced at the stock market. Hope that someone can help me out with the following filter

I 've been using www.stockcharts.com to look at charts of few stocks I know b4 I decided to buy. I lost lots of money last year due to the tumbled down of the financials, so I'm very careful.
At the stockcharts.com, I set (from top to bottom):

Daily Chart

Overlays Parameters:
EMA 4
EMA 8
EMA 21

Indicators Parameters:
RSI (2)
MACD (12,26,9) )---Default
Wilder DMI (ADX) 14

When all EMA lines cross to the upside (EMA4 on top, EMA8 in the middle, EMA21 at the bottom--all lines merge almost to one point), RSI(2) hit 70, MACD cross above "0"lines, i noticed it often was a good entry point to buy.
I am looking for a filter that can detect these stocks > $5 with a minimum of 500,000 share that have this pattern within past 3 trading days. Please HELP and thanks so much in advance for your help..

four
5,087 posts
msg #91596
Ignore four
modified
4/24/2010 11:45:43 AM

jn_fetcher

something to get you started...

Fetcher[

draw MACD (12,26,9) above -.01
draw MACD (12,26,9) below 1
draw ADX(14)
add column ema(8) {BUY at ema8}
ema(4) > ema(8)
ema(4) > ema(21)
ema(8) > ema(21)

open < ema(4)
close > ema(4)

open < ema(8)
close > ema(8)

open < ema(21)
close > ema(21)

rsi(2) near 70
close > 5
average volume(30) > 500000

]



hp722c

hmsb4494
81 posts
msg #91605
Ignore hmsb4494
4/24/2010 7:55:49 PM

chetron
- Ignore chetron
modified 4/23/2010 6:38:08 AM

maybe....



Fetcher[

set{var1,open - low}
set{var2,var1 / open}
set{var3,var2 * 100}
set{4wh,var3 21 day high}

draw 4wh
add column 4wh


close above .1
volume above 100000

--------------------

thanks for the help chet---i'm still trying to figure this coding out.

how would i write the above for the weekly open to low---will ve running it only on fridays

chetron
2,817 posts
msg #91606
Ignore chetron
4/24/2010 8:07:48 PM

i updated the filter above ...

StockFetcher Forums · Filter Exchange · help with a filter<< >>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.