Tom in Boston
New member
@horserider @markos out of curiosity is there a way to overlap the TTM squeeze dots in the middle of this oscillator or would that also be too much of a good thing and considered overkill?
declare lower ;
# ########################################################
#Squeeze by Mobius with mod by Lar
input Line = 0 ;
def BBHalfWidth = StDev(close, 20);
def KCcalc = Average(TrueRange(high, close, low), 20);
def KCHalfWidth = 1.5 * KCcalc ;
def SqueezeCalc = 2.0 * BBHalfWidth / KCHalfWidth ;
def SqueezeCalc2 = SqueezeCalc ;
def isSqueezed = SqueezeCalc2 < 1 ;
# ########################################################
# charting & formatting
plot TheSqueeze = if isSqueezed then Line else Double.NaN;
TheSqueeze.SetDefaultColor(color.blue);
TheSqueeze.SetLineWeight(2);
TheSqueeze.SetPaintingStrategy(PaintingStrategy.POINTS);
scan:Could someone make a scanner out of this? and a watch colummn? That would be really helpful! Thanks!
@markos @David45@horserider Beautiful, that's what I wanted to see. Thank you for helping me.
@David45 Try this indicator out. Remember that you need to watch price action when polarity changes in the middle of the study. It carries little weight when compared to the line making a complete move. This will work on any time frame.
https://usethinkscript.com/threads/...thout-fractal-energy-red-green.511/#post-3944I want a link for the RSILaguerre indicator that I can install in thinkorswim. Thank you.
Hello, does anyone have a script that can put the laguerre rsi info in a watchlist column or marketwatch column?
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.