StockFetcher Forums · Filter Exchange · Why Is This<< >>Post Follow-up
SAFeTRADE
630 posts
msg #104728
Ignore SAFeTRADE
modified
1/30/2012 1:01:04 PM

Disregard Original Question . I have another question. My question is if one drew a straight line
at the HIGH of what I will call the RANGE BAR 4 days ago and a straight line at the LOW of the
RANGE BAR 4 days ago would these be good points at which to go long are short. Has anyone
ever traded these points? Would it not be a buy or sell out of congestion? Just Asking.


Fetcher[set{a, count(close 3 days ago > low 4 days ago,1)}
set{b, count(close 3 days ago < high 4 days ago,1)}

set{c, count(close 2 days ago > low 4 days ago,1)}
set{d, count(close 2 days ago < high 4 days ago,1)}

set{e, count(close 1 days ago > low 4 days ago,1)}
set{f, count(close 1 days ago < high 4 days ago,1)}

set{g, count(close > low 4 days ago,1)}
set{h, count(close < high 4 days ago,1)}


set{i, a+b}
set{j, c+d}
set{k, e+f}
set{l, g+h}

set{m, i+j}
set{n, k+l}

set{o, m+n}


draw williams %r(16)
draw ma(20)
add column high 4 days ago{hi4ago}
add column low 4 days ago{lo4ago}




add column ma(20){ma20}



dow 30
o > 7

chart-length is 3 months
]



mahkoh
1,065 posts
msg #104729
Ignore mahkoh
1/30/2012 1:23:30 PM

Seem right to me

StockFetcher Forums · Filter Exchange · Why Is 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.