omarsitto 4 posts msg #108809 - Ignore omarsitto |
11/14/2012 8:59:31 PM
Is anyone familiar with John Carter's TTM Squeeze based on the BB? I have it on the TOS system but I want to include it in my filter at StcokFetcher.. Any help is greatly appreciated !! Thanks..
|
novacane32000 331 posts msg #108818 - Ignore novacane32000 |
11/15/2012 9:52:16 AM
I am not the author but I believe this is what you are looking for
|
dwiggains 444 posts msg #108820 - Ignore dwiggains |
11/15/2012 10:00:38 AM
Hi
This will get you started.
Change 90 day low to what you want.
See ya
David
|
data-miner 11 posts msg #152222 - Ignore data-miner |
5/17/2020 12:46:16 PM
May I make a few suggestions?
Be sure to Draw the xMomStudy because, this appears to be an important graph of the Carter Squeeze.
I prefer the custom ema length to be 5
I Added dots to the xMomStudy to show where the squeeze is occurring, both above and below the bars are all green dots. I couldn't find a way to change the colors.
|
data-miner 11 posts msg #152223 - Ignore data-miner |
5/17/2020 1:00:33 PM
Example
|
ron22 255 posts msg #152224 - Ignore ron22 |
5/17/2020 3:08:49 PM
data-miner, Please post the filter that includes the green dots. Thank you.
Also, what are the recommended entry and exit triggers to swing trade this filter? Thanks again for your help.
|
Mactheriverrat 3,153 posts msg #152225 - Ignore Mactheriverrat |
5/17/2020 4:21:52 PM
Strange that you use GOGO as I'm am watching it also. The below code is using the Guppy MMA's traders short term group as they are rolling over meaning they are becoming bullish.
Set{cnt217,count( eMA(2) > eMA(17) ,1)}
draw cnt217
Set{cnt217b,count( eMA(2)< EMA(17) ,1)}
draw cnt217b
*/ 217 is number of consecutive days ema(2) above (+)/below(-) previous EMA(17) */
set{217b,days( ema(2) is above EMA(17) ,250)}
set{217a,days( ema(2) is below EMA(17) ,250)}
set{217, 217a - 217b} and add column 217 {217}
do not Draw 217
draw ema(2)
draw ema(3)
draw ema(4)
draw ema(5)
draw ema(6)
draw ema(7)
draw ema(8)
draw ema(9)
draw ema(10)
draw ema(11)
draw ema(12)
draw ema(13)
draw ema(14)
draw ema(15)
draw ema(16)
draw ema(17)
|
data-miner 11 posts msg #152226 - Ignore data-miner modified |
5/17/2020 6:20:12 PM
Here are my modifications to novacane32000's original post above
See the "PlotType" below for the addition of the dots.
I also prefer having the Keltner to 1.5
I am no expert at the use of the TTM Squeeze I had read one article that suggested a keltner to bollinger ratio (KBRatio) of 1 to signal an alert. I added a column for it and i have been looking at those above .90 that were below .90 two days ago
I have also been experimenting with the price crossing the upper (or lower) bollinger / keltner bands.
and perhaps xMomStudy crossing above 0.
Finally in what I have been experimenting with, I do not draw any charts except price, volume, xMomStudy and momentum(12). I removed all columns that I wasn't interested in. But I left them in this in case someone wants to keep them
|
data-miner 11 posts msg #152227 - Ignore data-miner |
5/17/2020 6:24:30 PM
Mactheriverrat - thank you for posting your code, I'm going to take a closer look at it.
|
ron22 255 posts msg #152230 - Ignore ron22 |
5/17/2020 10:38:40 PM
data-miner, Thank you very much for posting the filter and for your input on possible entries and exits. Member input and feedback is the main reason why I like SF.
|