InvestorsHub Logo
Followers 11
Posts 2529
Boards Moderated 1
Alias Born 04/03/2009

Re: None

Tuesday, 10/11/2022 8:07:17 PM

Tuesday, October 11, 2022 8:07:17 PM

Post# of 3631
Line Script Code: It is short and sweet. I found online and tested it. It draws a line where you want to sell your stock and then a line above and below based on your dollar range. I like it because I was manually drawing the lines before.

plot Data = close;
input MyLevel = 2000.00;
input Above = 2.25;
input Below = 3.75;

plot Level = MyLevel;

plot AboveLevel = MyLevel + Above;
plot BelowLevel = MyLevel - Below;

Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.