| Kalin35 2 posts
 msg #91104
 - Ignore Kalin35
 | 4/12/2010 10:00:48 PM 
 Hi,
 
 How would I make a new filter that is triggered when the current price raises above the pervious 30 day high prices.  When using the current high method (example below) it includes the current day, so the price never raises above it.
 
 EXAMPLE:
 
 set{my_high, high 30 day high}
 price > my_high
 
 I'm looking for a filter that catches stocks that are starting to run....probably going to add volume increase to filter too.  Anyone have other suggestions to add to the filter too?
 
 Thanks
 
 
 | 
| four 5,087 posts
 msg #91112
 - Ignore four
 | 4/12/2010 11:53:16 PM 
 
 
 
 
 | 
| four 5,087 posts
 msg #91114
 - Ignore four
 modified
 | 4/13/2010 12:10:21 AM 
 perhaps. . .
 
 
 
 
 
 | 
| Kalin35 2 posts
 msg #91125
 - Ignore Kalin35
 | 4/13/2010 8:29:00 AM 
 Thanks four, but I don't think it is working quite correctly.  What is this part of the code doing?
 
 set{diff, new_2high - new_30high}
 diff equals 0
 new_2high equals 0
 new_30high equals 0
 
 Thanks for the help.  I'm trying to build on this and then I'll explain the final filter.
 
 
 | 
| heypa 283 posts
 msg #91148
 - Ignore heypa
 | 4/13/2010 7:25:38 PM 
 KIDS
 Fetcher
 [high 2 days ago is less than high 30 day high 2 days ago
 price reached a new high 30 day high yesterday
 high is greater than high yesterday ]
 
 
 | 
| reels 29 posts
 msg #91187
 - Ignore reels
 | 4/14/2010 5:33:07 PM 
 is this?
 
 high , price or low crossing myhi ... for times BRK is true in days range
 
 
 
 
 Reels.
 
 
 | 
| chetron 2,817 posts
 msg #91189
 - Ignore chetron
 | 4/14/2010 5:55:33 PM 
 CLICKABLE....
 
 
 
 
 
 
 |