StockFetcher Forums · Filter Exchange · 2 year chart - long term capital management<< >>Post Follow-up
four
5,087 posts
msg #93524
Ignore four
6/4/2010 8:21:48 PM

Fetcher[
set{z1, min(low 1 day ago,low)}


set{z2, max(high 1 day ago,high)}
draw cma(z2,20) on plot cma(z1,125)


do not draw z1
do not draw z2


chart-length is 2 years

close between 1 and 8888
average volume(30) > 123654000
]



brank20
41 posts
msg #93528
Ignore brank20
6/4/2010 10:11:55 PM

I dont see the reason why you would take the 2 day low and 2 day high and create a cma.
Simply taking the 1 day low and 1 day high would give you nearly identical results

Fetcher[
set{z1, min(low 1 day ago,low)}


set{z2, max(high 1 day ago,high)}
draw cma(z2,20) on plot cma(z1,125)

/*added for refrerence*/
draw cma(high,20) on plot cma(z1,125)
draw cma(low,125) on plot cma(z1,125)


do not draw z1
do not draw z2


chart-length is 2 years

close between 1 and 8888
average volume(30) > 123654000
]



four
5,087 posts
msg #93529
Ignore four
6/4/2010 10:41:34 PM

Just trying different ideas.


Here is another...

Fetcher[

set{z1, cema(cema(ema(20),20),20)}
set{z2, cema(cema(ema(10),10),10)}


draw z2 on plot z1

average volume(30) > 100000
close > 1

]



StockFetcher Forums · Filter Exchange · 2 year chart - long term capital management<< >>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.