StockFetcher Forums · Filter Exchange · Expansion and Compression using Hull MA within Bollinger Bands<< >>Post Follow-up
SAFeTRADE
630 posts
msg #138845
Ignore SAFeTRADE
modified
10/24/2017 9:36:56 PM

Fetcher[set{atrsum, sum(atr(1),10)}
set{x,5}
set{x2, log10(x)}
set{diff, high 10 day high - low 10 day low}
set{temp, atrsum / diff}
set{a, log10(temp)}
set{chop1, a / x2}
set{chop, chop1 * 100}

draw chop line at 80
draw chop line at 61.8
draw chop line at 32.8


set{buy, count(rsi(2) above 70,1) * count(rsi(3) above 70,1)}
set{sell, count(Bollinger %B(8,2.0) crossed below .5,1)}

set{fast1,cwma(close,4)}
set{fast2,2 * fast1}
set{fast3,cwma(close,8)}
set{valfast,fast2 - fast3}
set{fastavg,cwma(valfast,3)}
symlist(spy,vxx,dia,qqq,xiv)
draw Bollinger %B(8,2.0) line at .5
draw rsi(2)
draw rsi(3)
draw buy
draw sell
set{my_avg, fastavg}
set{sigma2, cstddev(fastavg,2) * 10.0}

set{upper_band, my_avg + sigma2}

set{lower_band, my_avg- sigma2}
and draw upper_band on plot price
and draw upper_band2 on plot price
and draw lower_band on plot price
draw my_avg on plot price

add column buy
add column sell
add column rsi(2)
add column rsi(3)
add column Bollinger %B(8,2.0)
add column chop
chart-length is 3 months
]



ron22
255 posts
msg #138846
Ignore ron22
10/24/2017 11:49:36 PM

After your filter gives an EOD buy signal do you buy at the next open or wait for GREEN?

Do you think this filter would work with different stocks or etf's? If not, what is special about SPY,QQQ,XIV,DIA, and VXX?

Thank you for answering my questions. I am still learning.

SAFeTRADE
630 posts
msg #138848
Ignore SAFeTRADE
10/25/2017 7:11:52 AM

I have not traded this filter. I used the indexes and VXX and XIV just to test the filter. Overbought
and oversold mean nothing in this market, especially overbought. So I am looking more at range
compression and expansion. The markets go from one to the other. From compression to
expansion, expansion meaning either up or down.

The Chop oscillator also helps me with determining that. Readings above 80 consolidation and
readings below 61 expansion either up or down. If the numbers are right consolidation or compression
should happen above 80 with expansion below 61, up or down.

So with Chop readings around 80 give or take depending on the settings and the index in compression
or contraction we should be able to expect expansion again. Expansion up or down. In this
market usually up. The RSI(2) and RSI(3) along with Bollinger %B(4,2.0) in my mind give the earliest
indication of expansion. Up expansion indicated with readings above 70 on RSI(2) and RSI(3) and
Bollinger %B(4,2.0) above .74. Down expansion with readings below 30 on RSI(2) and RSI(3) and
readings below .5 on Bollinger %B(8,2.0)

As TRO used to say I am thinking on paper by writing these out. I have noticed that GLD, SLV, TLT
even XIV do not behave the same in most filters as equities do. They seem to start earlier as in
more from the bottom. So if an entry is not made quicker on these you miss the move. Maybe
because there are hardly and dips and the ones we have or not as deep.

Anyway my two cents.

ron22
255 posts
msg #138849
Ignore ron22
10/25/2017 7:44:42 AM

Thank you very much for the detailed explanation. I will paper trade this filter for 2-3 months and see how it does. Thanks again.

StockFetcher Forums · Filter Exchange · Expansion and Compression using Hull MA within Bollinger Bands<< >>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.