Here are some of the indicators I use every day

Status
Not open for further replies.
For those who are new to trading understanding the indicators you use is very important to research until you find the fit for you...took me over a year of research and full circle back to simple for me. I hope this helps someone out there.
 
As all of you know that follow this thread, I consistently thrive to improve my charts with the use of indicators found on-site. Some have asked about the 2,3 script here is an alternative using the ABC script with the addition of a lower tick script. Pick a time frame I like the 30 min if it fits your style and watch for the low and high fibs support/resistance levels for that time frame and stick with it and trade-off the highs/low. Pay attention to the .618,.5 fib levels for short reversals. The 30 min is a short-term trade so check the higher 4hr, know the overall direction of the trade first and watch the Laguerre, MACD, Tcks Let me know how that goes for you.

These zig-zags do repaint so watch other indicators to confirm tops/bottoms.

thinkorswim Sharing (tos.mx)

JJeSuk0.png
 
@J007RMC .. Many thanks for sharing the indicators and great effort by the coder community.
The "Latest RAF_Stochastic lwr" is pretty useful to me. And I am trying to create a scanner out of it to identify the stocks where the fish line is below -ObOs and having upper Arrow... Some how not able to work out... Can some one please help.. !

I guess this indicator was prepared by @cos251

jN1eK3p.png
 
@J007RMC .. Many thanks for sharing the indicators and great effort by the coder community.
The "Latest RAF_Stochastic lwr thinkorswim Sharing (tos.mx)" is pretty useful to me. And I am trying to create a scanner out of it to identify the stocks where the fish line is below -ObOs and having upper Arrow... Some how not able to work out... Can some one please help.. !

I guess this indicator was prepared by @cos251

jN1eK3p.png
You would need to scan for FS17x5 to be less than -1.2 and for FS17x5U to be true.
 
Well, I'm constantly mixing up my charts with different indicator combinations and all the indicators I show are coded on-site and a real testament to our members. I have an interesting grid to share here. Yes, I trade with this and I truly hope someone finds this useful my yesterday's gains for 3 trades 120% using the 5 min chart alone. Note I've found the Laguerre time chart to be very accurate at predicting price points.

gN3SyLZ.png
 
@germanburrito Oh no, I do not code just open edit the scripts to find the proper naming with the research you should be able to find the pages-all all-site.

Thanks, man. this is the script you may want to add the swing waves short entry script I turn everything off and use it for the auditable alerts only. https://tos.mx/0sLtonz
 
You would need to scan for FS17x5 to be less than -1.2 and for FS17x5U to be true.
@cos251 @SuryaKiranC .. Looks like code is modified by SuryaKiran and it has different definitions... like fish, ObOS, ObOl ..
I tried a condition like plot RAFGreenArrow = FTu and FT <= osl;
You would need to scan for FS17x5 to be less than -1.2 and for FS17x5U to be true.
@cos251 - I went through the revision history of the indicator and looks like @SuryaKiranC has optimized the code and there are different definitions. But I am able to manage my scanner. Thank you !
 
I find this indicator very useful and use it daily I had some questions regarding proprietary code so I've verified it to be a public indicator after chatting with Robert Payne funwiththinkscript.com this is postable I use this with my charts. So the ATR Breakout indicator I hope this is useful. Good for most time frames I prefer the 5 min for scalps when combined with the 4,9,19 ma's, and Legurre Time, pivot projection, and the RSI/Stochastic/MACD Confluence Strategy makes for a very powerful combination. This is my system and all public domain.\ so use this ****er wisely. Laters peeps.

mi1RQ75.png


ATR Breakout Indicator: https://tos.mx/P950wd4

ATR Breakout_____________________________________________
# white - entry point
# green - first profit target to scale out
# yellow - opening range
# orange - ATR breakout confirmation level
 
Last edited:
@tomcat07 I believe so. It repaints overtime. I would wait for @J007RMC to confirm.
@tomcat07 Yes Ben I rely more on other indicators that is correct of course I just like to see information on my chart but try to keep it as simplistic as possible. More importantly, wait for swing high confirmation but rely on the ema's with the cloud very important and the highly reliable Legurre Time indicators. Well, I watch the ema's closely anyway and wait for the first atr low confirmation must also wait for confirmation of the second low line/ green low red high. More often than not it is a waiting game as always.
 
Last edited:
dO YOU mind your script? i couldn't get it to working. thank you

Here you go: https://tos.mx/UKvst9C

I have added the following condition to get some specific results for my scanner... [this gets me all those stocks with GreenArrows on RAF indicator where Fish line is below 1.2.. majority of the time I see these stocks tend to go up for swing trade].. I will post few more indicators those are helping me to make $s...

Code:
#plot oBl = ObOs;
#plot ZeroLine = 0;
#plot oSl = -ObOs;
#plot FTd = if (Sign (fish - fish[1]) < Sign (fish[1] - fish[2])) then fish[1] else Double.NaN;

def FT = fish < OBoS;
def FTu = if (Sign (fish - fish[1]) > Sign (fish[1] - fish[2])) then fish[1] else Double.NaN;
plot ScanForArrow = FT and Ftu;
 
Last edited:
I'm using this for the atr breakout scan not sure how to make it better?

def Pivot = (high(period = "day" )[1] + low(period = "day" )) / 2;
def Percent = 0.5;
def inRange = Pivot between (Pivot[1] * (1 - Percent / 100)) and (Pivot[1] * (1 + Percent / 100));
plot signal = inRange;
 
Last edited:
Status
Not open for further replies.

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
425 Online
Create Post

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

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.

How do I get started?

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.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top