StockFetcher Forums · Filter Exchange · Interesting Filter using Bollinger %B(8,2.0) in novel way<< 1 2 >>Post Follow-up
snappyfrog
653 posts
msg #146189
Ignore snappyfrog
1/21/2019 9:57:07 AM

How I would use a filter like this for options, IMO. I removed the BB and Stoch from the charts and only rely on the buy (call) and sell (put) for entry along with the EMA(8) or a reversal of the plot bars for exit in either direction. Note: I have not traded this, I just like to see cleaner charts with just the signals.

Fetcher[



symlist(spy)

set{overbought,.78}
set{upperNZ, .56}
set{oversold, .22}

set{OB1, Bollinger %B(8,2.0) - overbought}
set{OS1, Bollinger %B(8,2.0) - oversold}
set{NZU1, Bollinger %B(8,2.0) - upperNZ}


set{OB2, OB1 /10}
set{OS2, OS1 / 10}
set{NZU2, NZU1 / 10}


set{OB3, close * OB2}
set{OS3, close * OS2}
set{NZU3, close * NZU2}


set{OB, close - OB3}
set{OS, close - OS3}
set{NZU, close - NZU3}

set{call, count(Bollinger %B(8,2.0) crossed above .23,1) * count(Fast Stochastics Fast %d(8,3) increasing last 1 day,1)}
set{put, count(Bollinger %B(8,2.0) crossed below .67,1) * count(Fast Stochastics Fast %d(8,3) decreasing last 1 day,1)}


draw call
draw put
draw EMA(8)

]



Cheese
1,374 posts
msg #146198
Ignore Cheese
modified
1/21/2019 2:23:55 PM

Thank you SAFeTRADE and snappyfrog.

dustinb
29 posts
msg #146205
Ignore dustinb
1/21/2019 4:50:08 PM

SAFeTRADE, love this. Thank you for posting. Worked all weekend dissecting, analyzing and testing this filter and I think it has nice little moneymaker potential.

snappyfrog
653 posts
msg #146207
Ignore snappyfrog
1/21/2019 9:57:55 PM

I actually made an error on the price crossing down across the BB. I put the amount ".67" and it should be ".77". Here is the corrected version.

Fetcher[




symlist(spy)

set{overbought,.78}
set{upperNZ, .56}
set{oversold, .22}

set{OB1, Bollinger %B(8,2.0) - overbought}
set{OS1, Bollinger %B(8,2.0) - oversold}
set{NZU1, Bollinger %B(8,2.0) - upperNZ}


set{OB2, OB1 /10}
set{OS2, OS1 / 10}
set{NZU2, NZU1 / 10}


set{OB3, close * OB2}
set{OS3, close * OS2}
set{NZU3, close * NZU2}


set{OB, close - OB3}
set{OS, close - OS3}
set{NZU, close - NZU3}

set{call, count(Bollinger %B(8,2.0) crossed above .23,1) * count(Fast Stochastics Fast %d(8,3) increasing last 1 day,1)}
set{put, count(Bollinger %B(8,2.0) crossed below .77,1) * count(Fast Stochastics Fast %d(8,3) decreasing last 1 day,1)}


draw call
draw put
draw EMA(8)

]



StockFetcher Forums · Filter Exchange · Interesting Filter using Bollinger %B(8,2.0) in novel way<< 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.