| 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....
 
 
 
 
 
 INCLUDING THE HIGH OPEN THINGY...
 
 
 
 
 
 | 
| 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...
 
 
 
 
 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 ...
 
 
 |