sammyn 81 posts msg #145089 - Ignore sammyn |
10/28/2018 3:59:11 PM
Looking for longs, and I feel this filter has potential (hat tip to whomever posted the Lower BB part of this filter -- i found it somewhere on the forums).
|
Mactheriverrat 3,153 posts msg #145092 - Ignore Mactheriverrat |
10/28/2018 4:11:15 PM
lower Bollinger band(12,0.1)
Interesting!!!!!
|
sammyn 81 posts msg #145096 - Ignore sammyn |
10/28/2018 6:11:05 PM
Hi Mac,
I was actually hoping you would chime in it. This has the same feel/flavor as your multiple MA charts.
|
shillllihs 6,044 posts msg #145097 - Ignore shillllihs |
10/28/2018 6:30:35 PM
This is an amazing short filter.
|
sammyn 81 posts msg #145098 - Ignore sammyn |
10/28/2018 7:01:51 PM
Short as in a few lines of code? Or good short setups? What are you thinking for additional indicators?
|
shillllihs 6,044 posts msg #145101 - Ignore shillllihs modified |
10/28/2018 8:47:49 PM
Too tired to work on this but initially looked like a good short filter but can go either way.
What I prefer to do is collect existing filters, convert them to etf only that return infrequent picks but are usually successful, and group them together with my filters. I then will buy in 5% increments for safety so if several filters concur, I might have 30% in 1 etf and a spattering in others. Works like a charm.
|
Mactheriverrat 3,153 posts msg #145102 - Ignore Mactheriverrat |
10/28/2018 9:35:44 PM
add below to symlist or filter-
------------------------------------------------------------------------------
draw Median Bollinger Line(12,0.1)
set{cntbb12,count( Median Bollinger Line(12,0.1) > Median Bollinger Line(12,0.1) one day ago ,1)}
draw cntbb12
Set {cntbb12b,count( Median Bollinger Line(12,0.1) < Median Bollinger Line(12,0.1) one day ago ,1)}
draw cntbb12b
/* BB12 is number of consecutive days Median Bollinger Line(12,0.1) above (+)/below(-) previous Median Bollinger Line(12,0.1) one day ago */
set{BB12b,days( Median Bollinger Line(12,0.1) is above Median Bollinger Line(12,0.1) one day ago ,250)}
set{BB12a,days( Median Bollinger Line(12,0.1) is below Median Bollinger Line(12,0.1) one day ago ,250)}
set{BB12, BB12a - BB12b} and add column BB12 {BB12}
do not Draw 226
--------------------------------------------------------------------------------------------------
|
Mactheriverrat 3,153 posts msg #145103 - Ignore Mactheriverrat |
10/28/2018 9:41:22 PM
Added Guppy Investors group of EMA's
Been watching CDNA on strong Investors strength. Median Bollinger Line(12,0.1 shows 2nd day up. CNDA should bust upward from here. Could take a little time as IMHO, some more volatility this week in stocks as cooler heads prevail.
|
Mactheriverrat 3,153 posts msg #145104 - Ignore Mactheriverrat |
10/28/2018 9:45:53 PM
IMHO - Use Median Bollinger Line(12,0.1) as a trigger in any filter as far as I've been messing with the Median Bollinger Line(12,0.1).
One could use 13th_floors Bloody Combo , one of TRO 's many filters , or a simple stocks above MA(50) or MA(100) that matter.
still messing with this Median Bollinger Line(12,0.1)
|
sammyn 81 posts msg #145112 - Ignore sammyn modified |
10/29/2018 6:00:18 AM
Added stoch's and clickable:
Note: At the time of this posting, I don't know why it's saying "no stocks matched this filter". When you click on it, there are stocks that are matched.
|