StockFetcher Forums · General Discussion · Woodies CCI Club - day trading style<< 1 2 >>Post Follow-up
mystiq
650 posts
msg #76332
Ignore mystiq
7/12/2009 1:51:50 AM

??

chetron
2,817 posts
msg #76334
Ignore chetron
modified
7/12/2009 11:51:04 AM

MAYBE THIS

UPDATE


CLICKABLE.....

Fetcher[


3 day slope of cci(20) > 0 and 3 day slope of close < 0 and cci(20) < -200 3 days ago and avgvol(90) > 300000


/* NORMALIZE rsi(2) */
set{rsi(3), INDPOSITION(RSI(2), 3)}
set{rsi(5), INDPOSITION(RSI(2), 5)}

/* PLOT CRITERIA */

draw rsi(2)
draw rsi(3) on plot rsi(2)
draw rsi(5) on plot rsi(2)

/* Multiple ZOOM LENS */

/* PLOT CRITERIA */
draw bollinger oscillator(3)
draw bollinger oscillator(5) on plot bollinger oscillator(3)
draw bollinger oscillator(8) on plot bollinger oscillator(3)
draw CCI(3) on plot BOLLINGER OSCILLATOR(3)

draw fast stochastics(3) fast %k

/* NORMALIZE williams %r(8) */

set{wrval13, INDPOSITION(williams %r(8), 13) }
set{wrval21, INDPOSITION(williams %r(8), 21) }
set{wrval34, INDPOSITION(williams %r(8), 34) }
set{wrval55, INDPOSITION(williams %r(8), 55) }

/* PLOT CRITERIA */
draw wrval13 on plot wrval21
draw wrval21
draw wrval34 on plot wrval21
draw wrval55 on plot wrval21

/* NORMALIZE PROjection oscillator(5) */
set{projection oscillator(8), INDPOSITION(projection oscillator(5), 8)}
set{projection oscillator(13), INDPOSITION(projection oscillator(5), 13)}
set{projection oscillator(21), INDPOSITION(projection oscillator(5), 21)}

draw Projection Oscillator(5)
draw projection oscillator(8) on plot projection oscillator(5)
draw projection oscillator(13) on plot projection oscillator(5)
draw projection oscillator(21) on plot projection oscillator(5)


/* PLOT CRITERIA */

draw uo(1,3,5)
draw uo(1,5,8) on plot uo(1,3,5)
draw uo(1,2,3) on plot uo(1,3,5)

/* PLOT CRITERIA */

draw cog(2,1)


]



chetron
2,817 posts
msg #76339
Ignore chetron
7/12/2009 2:45:41 PM

maybe....


Fetcher[
cci(14) 1 day ago above 0
cci(6) 1 day ago below 0
cci(14) above cci(14) 1 day ago
cci(14) 2 day ago above cci(14) 1 day ago
cci(6) above cci(6) 1 day ago
cci(6) 2 day ago above cci(6) 1 day ago


add column macd(4,8)
add column macd(4,8) 1 day ago {macd-1}

close above .1
volume above 1000000
]



StockFetcher Forums · General Discussion · Woodies CCI Club - day trading style<< 1 2 >>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.