StockFetcher Forums · General Discussion · bearish trend reversal - bullish signal<< >>Post Follow-up
tedpenner
18 posts
msg #98154
Ignore tedpenner
modified
12/22/2010 3:35:03 AM

I have created a script for the purpose: doji followed by reversal bar with lower low and higher high than doji with close at higher end

Here is the script, it would be really helpful if someone may verify it.


set {doji , count (close 1 day ago equal open 1 day ago, 1)}
show stocks where doji is above 0
set { p, count (high 1 day ago is less than high,1)}
set{q, count(close 1 day ago is greater than close,1)}
set {reverseBar_bear, p + q}
set{a, count(low 1 day ago is greater than low,1)}
set {b ,count(close 1 day ago is less than close,1)}
set {reverseBar_bull , a + b}
set {reverseBar , count(reverseBar_bear equal 2,1)+ count(reverseBar_bull equal 2,1)}

show stocks where reverseBar is above 0


StockFetcher Forums · General Discussion · bearish trend reversal - bullish signal<< >>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.