StockFetcher Forums · Filter Exchange · Hey<< >>Post Follow-up
shillllihs
5,979 posts
msg #117961
Ignore shillllihs
modified
1/30/2014 4:35:27 PM

How do you all write this,

CCI 14 IS ABOVE 100 but price has continued to move 20% without encroaching below.

And vice versa below -100 and price continued down 20%...

alf44
2,025 posts
msg #117963
Ignore alf44
modified
1/30/2014 10:47:38 PM

.

... perhaps your "hot Filipino wife" ... could "SQUEEZE" ... my ... uhh hem ... "Bollinger Band(s)" !!!

.

Kevin_in_GA
4,599 posts
msg #117964
Ignore Kevin_in_GA
modified
1/31/2014 8:57:06 AM

How do you all write this,

CCI 14 IS ABOVE 100 but price has continued to move 20% without encroaching below.

And vice versa below -100 and price continued down 20%...

+++++++++++

Over what time frame is the price move? Also, what specifically do you mean by "without encroaching below"?

Let's say the move is over 5 days - you could try something like

Fetcher[

CCI(14) above 100 5 days ago
close more than 19 percent above close 5 days ago
]



Further refinement might also make sure the CCI(14) remained above 100 that whole time

Fetcher[
CCI(14) above 100 5 days ago
count(CCI(14) above 100,5) above 4
close more than 19 percent above close 5 days ago
]



From here you can quickly visually screen for stocks that meet your needs.

but let's also get some historical performance information out of the chart -

Fetcher[

CCI(14) above 100 5 days ago
count(CCI(14) above 100,5) above 4
close more than 19 percent above close 5 days ago

/*now look for all of the past times these criteria were met and you can look at how the stock responded*/

set{criterion1, count(CCI(14) above 100 5 days ago,1)}
set{criterion2, count(count(CCI(14) above 100,5) above 4,1)}
set{criterion3, count(close more than 19 percent above close 5 days ago,1)}
set{criteriasum1, criterion1 * criterion2}
set{criteriasum, criteriasum1 * criterion3}

criteriasum above 0.5
draw criteriasum
]



Now you can see how the stock performed when these conditions were previously met.

shillllihs
5,979 posts
msg #117972
Ignore shillllihs
1/31/2014 1:37:29 PM

Thanx Kevin I was just toying around with ETFs ^ it seems that if they climbed to high that they would revert back at some
point. Want to check 3x etfs to short & also take advantage of tome decay.

Not encroaching meaning price did not dip down below previous days close.

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