Automatic Quadrant Lines for ThinkorSwim

@chewie76 i been trading for awhile now and just finding about thinkscripts. besides the custom volume i dont use any. I must say this quandrant line was very astounding. great work on this
 
@chewie76 Thank you so much for your hard work and to share with the community. I'm using your script on a 30 and 1 hour chart to view target but I trade on a 2-minute chart for scalp. It was on point !!

Quick questions
Cyan line= what does it represent ?
Yellow line= What does is represent?
Seems like support and registant ?

Thanks in advance
Stay humble stay blessed
 
@chewie76 Thank you so much for your hard work and to share with the community. I'm using your script on a 30 and 1 hour chart to view target but I trade on a 2-minute chart for scalp. It was on point !!

Quick questions
Cyan line= what does it represent ?
Yellow line= What does is represent?
Seems like support and registant ?

Thanks in advance
Stay humble stay blessed
Cyan is the 75% line, yellow is 50%.
 
@chewie76 I just downloaded this script and it looks very promising. Can you please let me know the difference between the Long Entry vs the green up arrow? In other words, at which point is it good to make a (long) trade?
Also, how many days is the price expected to reach the Long Target?
If I see a Short Entry before the stock reaches the Long Target, then is it time to exit?
Thank you very much.
 
@chewie76 I just downloaded this script and it looks very promising. Can you please let me know the difference between the Long Entry vs the green up arrow? In other words, at which point is it good to make a (long) trade?
Also, how many days is the price expected to reach the Long Target?
If I see a Short Entry before the stock reaches the Long Target, then is it time to exit?
Thank you very much.
Long entry and green arrow are the same. Take the trade at the long entry. There is no guarantee price will hit the long target, so you have to monitor the trade. I would set a stop loss to protect any profits. If it drops below the long target, get out of the trade.
 
Is it normal to have incredibly long load times??

And, for futures should Globex/over night data be used or just the cash session?
 
Long entry and green arrow are the same. Take the trade at the long entry. There is no guarantee price will hit the long target, so you have to monitor the trade. I would set a stop loss to protect any profits. If it drops below the long target, get out of the trade.
Thanks for this Chewie. Will this work with options trading as well? Taking into consideration ‘time decay’. Just trying to know where to put stop losses. Was thinking below L/E
 
Thanks for this Chewie. Will this work with options trading as well? Taking into consideration ‘time decay’. Just trying to know where to put stop losses. Was thinking below L/E
I have not checked if it works on option charts. On a stock chart, if it goes below the L/E, then that's a good stop loss. I prefer to sell options instead of buying them.
 
Is it normal to have incredibly long load times??

And, for futures should Globex/over night data be used or just the cash session?
I use extended trading sessions. I don't experience long load times.
 
@chewie76 I am learning about your script and it's a great script. Quick question about Priceline, I see it moves up and down. What does it represent?
Thank you
 
@chewie76 I am learning about your script and it's a great script. Quick question about Priceline, I see it moves up and down. What does it represent?
Thank you
Supposed to be price level. It works well on the mobile, but the desktop looks delayed. TOS has some issue with how the code works.
 
Supposed to be price level. It works well on the mobile, but the desktop looks delayed. TOS has some issue with how the code works.

Yeah, it lags terribly due to HighestAll()... I disable the plot and just use the Line At Price code from Mobius which is here in the forums... It may not span the entire chart but I don't really need it to...
 
Yeah, it lags terribly due to HighestAll()... I disable the plot and just use the Line At Price code from Mobius which is here in the forums... It may not span the entire chart but I don't really need it to...
I added Mobius's alternative to one of my fib indicators since both long and short are using it and I'm getting the exact same result.
 
Odd... I added it while I still had the original in place and the original stayed motionless while the alternate was moving with price action... Notice the lime colored line from the alternate...

j1NddlK.png
I'm using this code with an input barsback. What am I doing wrong?
def c2 = if !IsNaN(close) and IsNaN(close[-1])
then close
else c2[1];
plot priceLine = if isNaN(close[-barsBack])
then c2[-barsBack]
else Double.NaN;
 
@chewie76 Yeah, I just pasted the code I use into your study and it also lags while my external priceline continues to move... That tells me there is some inherent lag in the study for some reason... It can't be just that code that is lagging, or at least I wouldn't think it could be... Interesting...

Edited at add: And those are the only two indicators on the chart...
 

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
521 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