StockFetcher Forums · General Discussion · How do I improve this<< >>Post Follow-up
2damoon
6 posts
msg #156803
Ignore 2damoon
5/13/2021 8:56:06 PM

show stocks where count(close is below open,5) equals 5

set{btop,max(open,close)}
set{bbot,min(open,close)}
high minus btop is below 0.01
and bbot is above day position(0.65,1)

RSI(10) is below 30

push5280
197 posts
msg #156807
Ignore push5280
5/14/2021 8:27:02 PM

What is it that you're trying to find?

2damoon
6 posts
msg #156818
Ignore 2damoon
5/16/2021 1:22:10 AM

My goal is to combine indicators and look for a ideal time to buy into a downturn. Essentially, 5 days where close is lower than open, hammer candle stick, and rsi(10) showing oversold... so far it doesn’t work as well as I thought it would

xarlor
562 posts
msg #156819
Ignore xarlor
5/16/2021 8:18:47 AM

My suggestion: don't trade the hammer, trade the confirmation after the hammer. Also, update stop loss each day at the close to 6 cents below the day's low.

Fetcher[
show stocks where count(close 1 day ago is below close 2 days ago,5) equals 5

set{btop,max(open,close)}
set{bbot,min(open,close)}
set{var1,high 1 day ago minus btop 1 day ago}
var1 below 0.01
bbot 1 day ago is above day position(0.65,1) 1 day ago

close > open
close > open 1 day ago

close > wma(150) for last 20 days
close > 1

do not draw var1
do not draw bbot
do not draw day position(0.65,1)
]




miketranz
956 posts
msg #156821
Ignore miketranz
5/16/2021 6:48:43 PM

Fetcher[ set{body_bottom,min(open,close)}
set{body_top,max(open,close)}
set{lshadowsize, body_bottom - low}
set{tshadowsize, high - body_top}
set{body_size, body_top - body_bottom}
set{body_size2, body_size * 2}
show stocks where tshadowsize is less than 0.5
and lshadowsize > body_size2

close between 5 and 150

volume above 2000000


count(close < ema(8),5) equals 5
]



StockFetcher Forums · General Discussion · How do I improve this<< >>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.