StockFetcher Forums · Filter Exchange · Looking for price overlap between two days<< >>Post Follow-up
four
5,087 posts
msg #97653
Ignore four
modified
11/28/2010 11:05:18 AM

Symbol: EE

What would have happen if ...

BUY = min(open 1 day ago,close 1 day ago)
and
SELL = BUY + (.3 * ATR(10))

Any other ideas...

Fetcher[
draw atr(10)
set{z, min(open 1 day ago,close 1 day ago)}
set{zz, max(open,close)}
set{cnt, count(z < zz,100)}
add column cnt
draw cnt between 90 and 100
close > 1
avgvol(22) > 136479
sort column 5 descending


]



OPTION 2

Fetcher[
draw atr(10)
set{y, min(open 1 day ago,close 1 day ago)}
set{c1, count(y > low,100)}
set{c2, count(y < min(open,close),100)}
c1 > 30
c2 > 30
sort column 5 descending

]



OPTION 3

Fetcher[

set{z, count(max(close 1 day ago ,open 1 day ago) > low,100)}
set{zz, count(max(close 1 day ago ,open 1 day ago) < min(open,close),100)}
z > 45
zz > 45
draw max(close 1 day ago,open 1 day ago) on plot close
add column z
add column zz

]



StockFetcher Forums · Filter Exchange · Looking for price overlap between two days<< >>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.