Savage Oscillator for ThinkorSwim

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

@URA @mdtn You guys should be able to scan for the signals using the current indicator. There is no need for a separate script or link.

Watch the video below if you guys still need some assistance.

 
Let me give it a shot. Thanks BenTen!
Attached is the pic of the setting for Savage uparrow signal. Not sure, it does not look like I got anything. Not sure if I did anything wrong.
Thanks

rA9ei8r.png
 
I would like to add a simple custom column in my watchlist that shows me the "bull" value. If anyone could help me attain this, I would be grateful!
 
@ProfessorAR15 you know in the original post I have posted a watchlist column. Will always show the Bull number unless its above 8 or under -8 then in its place it will show a green or red "Reversal" and will also show green numbers if bullish, red if bearish, or yellow if crossing. does that not work?
 
I will have to revisit, bc the values I show are not the bull values. I may have done something wrong.

I could be more effective in my trading if I could just have that one column. I spend too much time going back and fourth form chart to chart looking for plays.

Your study is amazing btw. Karma will always work in your favor for your generosity.
 
Good indicator, thank you for posting. I noticed better signals when the upper line (green or red) is positive. When both are under zero line it's choppy / consolidation.
 
Fate,..you are developing interesting ideas,..........that said, I will explore this one. I eventually go back to price, volume, but fun to see how your creations trade. How you came to the setting for this indicator, eye ball on one specific chart?

Keep exploring, perfecting, continue....(y)

I made an adjustment for whit background. If you can verify the correspondence of code to color, maybe some use.. Yes, the columns are experiencing "Loading," problems

https://tos.mx/B7bX0S1
 
Last edited by a moderator:
Bear.assignValueColor(color.red);
Bull.assignvalueColor(color.green);
addLabel(yes, if Bull > Bear then "Bullish" else "Bearish", if Bull > Bear then Color.Green else color.red);
assignpriceColor(if Price_Color AND Bull > Bear then color.green else color.current);
assignpriceColor(if Price_Color AND Bull < Bear

This is part of the watchlist code where I am getting error
 
@QUICKTD
Bear.assignValueColor(color.red);
Bull.assignvalueColor(color.green);
addLabel(yes, if Bull > Bear then "Bullish" else "Bearish", if Bull > Bear then Color.Green else color.red);
assignpriceColor(if Price_Color AND Bull > Bear then color.green else color.current);
assignpriceColor(if Price_Color AND Bull < Bear

This is part of the watchlist code where I am getting error
This seems to me that your trying to use it as a scanner, TOS shouldnt be telling you that "AddLabel" is not Allowed if your using it as a custom watchlist column. Are you sure your trying to add as a watchlist column?
 

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
498 Online
Create Post

Similar threads

Similar threads

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