plot horizontal lines at a stop and a target.

hockeycoachdoug

Active member
2019 Donor
VIP
I am sure this must already7 be here, but I have tried every search that I could dream up to no avail. This is what I seek-
An indicator that I can click on a price, and it will then plot horizontal lines at a stop and a target. I want to define the amount of the stop as an input so I can change it, and the target line should then plot at a input defined multiple. EX.- click on a price (BUY/SELL), then it will plot the stop and a multiple of the stop amount such as 2-1, 3-1 as a target.
I could set up a OCO conditional order, but I would like it to be an indicator if possible.
Any hints where to look? Thanks
 
Last edited:
Solution
I am sure this must already7 be here, but I have tried every search that I could dream up to no avail. This is what I seek-
An indicator that I can click on a price, and it will then plot horizontal lines at a stop and a target. I want to define the amount of the stop as an input so I can change it, and the target line should then plot at a input defined multiple. EX.- click on a price (BUY/SELL), then it will plot the stop and a multiple of the stop amount such as 2-1, 3-1 as a target.
I could set up a OCO conditional order, but I would like it to be an indicator if possible.
Any hints where to look? Thanks

you can use a drawing tool to draw lines on a chart and add notes to them.
we can't make scripts that react from a mouse...
I am sure this must already7 be here, but I have tried every search that I could dream up to no avail. This is what I seek-
An indicator that I can click on a price, and it will then plot horizontal lines at a stop and a target. I want to define the amount of the stop as an input so I can change it, and the target line should then plot at a input defined multiple. EX.- click on a price (BUY/SELL), then it will plot the stop and a multiple of the stop amount such as 2-1, 3-1 as a target.
I could set up a OCO conditional order, but I would like it to be an indicator if possible.
Any hints where to look? Thanks

you can use a drawing tool to draw lines on a chart and add notes to them.
we can't make scripts that react from a mouse click.

if you can come up with a formula to describe your stop loss, maybe a risk/reward study could be changed to be close to what you want?
https://usethinkscript.com/search/679606/?page=1&q=risk+reward&o=date
 
Solution
Thanks @halcyonguy for your input. I know I can draw the lines, but it would be nice if they could draw automatically. Maybe based of the close of the bar, but I can't see how to make that work either without a mouse click or something. Prolly use OCO conditional. Thanks for helping me.
 
Thanks @halcyonguy for your input. I know I can draw the lines, but it would be nice if they could draw automatically. Maybe based of the close of the bar, but I can't see how to make that work either without a mouse click or something. Prolly use OCO conditional. Thanks for helping me.
clicking doesn't interact with thinkscript.
if you can come up with a formula of conditions, that changes to true when to buy, it could be used to trigger the lines to be drawn.
 

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

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
280 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