StockFetcher Forums · Filter Exchange · Carlson confirmation model (CCM)<< 1 2 >>Post Follow-up
chetron
2,817 posts
msg #83361
Ignore chetron
modified
11/23/2009 6:58:55 AM

FInAL THOUGHT....

Fetcher[

/* WSG */
/* ADVANCED SUBS */
/* GOING LONG */
Set{MA20,CMA(rsi(14),20)}
set{SD,cstddev(rsi(14),20)}
set{SD20,2 * SD}
set{BOLU,MA20 + SD20}
set{BOLD,MA20 - SD20}
set{VBW,BOLU - BOLD}

Set{WMA20,CMA(VBW,20)}
set{WSD,cstddev(VBW),20)}
set{WSD20,2 * WSD}
set{WBOLU,WMA20 + WSD20}
set{WBOLD,WMA20 - WSD20}

SET{VTRIGGER,DAYS(VBW CROSSED ABOVE WMA20,100)}


draw BOLU on plot rsi(14)
draw BOLD on plot rsi(14)
DRAW MA20 ON PLOT RSI(14)

draw WBOLU on plot VBW
draw WBOLD on plot VBW
DRAW WMA20 ON PLOT VBW

VTRIGGER BELOW 21
RSI(14) BELOW MA20
RSI(14) ABOVE RSI(14) 1 DAY AGO
CLOSE ABOVE .1
VOLUME ABOVE 1000000


]



FOR SHORTS....


Fetcher[


/* WSG */
/* ADVANCED SUBS */
/* SHORTING */

Set{MA20,CMA(rsi(14),20)}
set{SD,cstddev(rsi(14),20)}
set{SD20,2 * SD}
set{BOLU,MA20 + SD20}
set{BOLD,MA20 - SD20}
set{VBW,BOLU - BOLD}

Set{WMA20,CMA(VBW,20)}
set{WSD,cstddev(VBW),20)}
set{WSD20,2 * WSD}
set{WBOLU,WMA20 + WSD20}
set{WBOLD,WMA20 - WSD20}

SET{VTRIGGER,DAYS(VBW CROSSED BELOW WMA20,100)}


draw BOLU on plot rsi(14)
draw BOLD on plot rsi(14)
DRAW MA20 ON PLOT RSI(14)

draw WBOLU on plot VBW
draw WBOLD on plot VBW
DRAW WMA20 ON PLOT VBW

VTRIGGER BELOW 21
RSI(14) ABOVE MA20
RSI(14) BELOW RSI(14) 1 DAY AGO
CLOSE ABOVE .1
VOLUME ABOVE 1000000


]



chetron
2,817 posts
msg #84346
Ignore chetron
12/12/2009 8:55:49 PM




Kevin_in_GA
- Ignore Kevin_in_GA 11/23/2009 6:51:23 AM

Chet:

Performance restrictions - can't see the output of the last few filters you posted here. I think I get what you are trying to do from the code, though.


****************

SORRY KEVIN, I FORGOT TO ANSWER THIS, BECAUSE I NEEDED TO WRAP CUSTOM BOLLINGER BANDS AROUND A VALUE THAT WAS DERIVED FROM CUSTOM BOLLINGER BANDS, THE FILTER BECAME AN ADVANCED SUB FILTER.

HTH


Kevin_in_GA
4,599 posts
msg #84355
Ignore Kevin_in_GA
12/13/2009 11:58:28 AM

Sounds complicated ...

I think that I am coming to the position that indicators on top of other indicators (rather than price) are moving too far into the realm of the academic.

I'm cool with Bollinger Bands, pivots, MA crossovers, etc - all derived from price action and naturally plotted on the price rather than below it. These should have more intrinsic value (i'm oversimplfying, but you get the idea).

StockFetcher Forums · Filter Exchange · Carlson confirmation model (CCM)<< 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.