Hi, I drew a horizontal line I want to say that whenever the price crosses it, buy it how to write
-
Hi, I drew a horizontal line
I want to say that whenever the price crosses it, buy it
how to write -
Is that line manually or automatically created?
-
automatically
-
Then you need to store the name of that line into a variable so you can use it later to identify the object within a loop. Are you familiar with variables and loops?