StockFetcher Forums · General Discussion · Reversal Spike<< 1 2 >>Post Follow-up
rzyz13
3 posts
msg #90951
Ignore rzyz13
4/9/2010 5:58:21 AM

I'm to to writing filters. I'm having difficulty writing a reversal spike.
Open below yesterday close, price moves >6% intraday and close below open.

Is this possible.
Thanks in advance.

chetron
2,817 posts
msg #90952
Ignore chetron
4/9/2010 6:33:57 AM

NO

Wowzers
35 posts
msg #90954
Ignore Wowzers
modified
4/9/2010 8:51:41 AM

Although you are "new", it might be a good idea to read the manual or use the search function that way you can learn how to do these simple filters yourself...

With that being said, here's a fish.



open below close 1-day ago
average day range(1) is above 6%
close below open
close above 1
Average Volume(30) above 100000

rzyz13
3 posts
msg #90955
Ignore rzyz13
4/9/2010 9:05:30 AM

Thinks for your help, with THAT being said. Next time keep your remarks and your filter and your attitude.

chetron
2,817 posts
msg #90956
Ignore chetron
4/9/2010 9:06:45 AM

WITH THAT BEING SAID, NO. = )

rzyz13
3 posts
msg #90958
Ignore rzyz13
4/9/2010 9:09:46 AM

If very easy to see the children on this forum.

Wowzers
35 posts
msg #90959
Ignore Wowzers
4/9/2010 9:10:37 AM

Your welcome.
For the thinks and the attitude!

chetron
2,817 posts
msg #90961
Ignore chetron
4/9/2010 9:17:42 AM

THINKS! = )

chetron
2,817 posts
msg #90969
Ignore chetron
modified
4/9/2010 11:09:46 AM

maybe on a weekly time frame......


Fetcher[

weekly open below weekly close 1 week ago
weekly close below weekly open
day change above 6

]




ok, maybe my response was a little hasty.


Fetcher[
set{var1,close * 0.94}

open below close 1 day ago
close below open
var1 above low
]




all together ......


Fetcher[

set{var1,close * 0.94}
set{var2,close * 1.06}

set{var3,close 1 day ago}

set{var4,count(var3 above open,1)}
set{var5,count(close below open,1)}
set{var6,count(var1 above low,1)}

set{var14,count(var3 below open,1)}
set{var15,count(close above open,1)}
set{var16,count(var2 below high,1)}

set{var17,var14 * var15}
set{vss,var17 * var16}

set{var7,var4 * var5}
set{vbi,var7 * var6}

set{vplays,vbi + vss}

draw vss
draw vbi

add column vss
add column vbi

vplays above .5
do not draw vplays

]



mystiq
650 posts
msg #91005
Ignore mystiq
4/10/2010 1:58:38 AM

?

StockFetcher Forums · General Discussion · Reversal Spike<< 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.