Login Page - Create Account

Support Board


Date/Time: Sun, 06 Oct 2024 11:17:07 +0000



Post From: Is There a Simple Way To Draw a Repeating Horizontal Line?

[2022-12-21 20:57:40]
JohnR - User831573 - Posts: 305
I'm only a self taught coder, but I would approach this by creating an study that takes input for 3 things, the starting point (lowest value), increment, and highest value and then draw horizontal lines that extend into the future. You could get fancy and only draw lines that are within the viewable range, or set a timer to have the study redraw every 'x' time periods. You could also have additional inputs to set color, line thickness, style etc.

Using the drawing tool instead of graphs, I believe you can have way more than 40 drawing objects at a time.

Hope this helps,
JohnR