Draw line at certain time
-
Hello
I would like to draw a line when the time is 10am on the live chart.
It can be done on 2 ways :
1- check last 200 candles and if time == 10 draw line
2- check from (date x and now) and if time == 10 draw lineBut none if them works.
Could you help please -
What do you mean by time == 10?
-
@jstap at 10 am every day
-
once a day block connected to a draw line block
-
@jstap It is like this in the picture. and it only shows one line. I need it for yesterday and other days in the past
-
You will need to draw every day, which will build up to many, create every bar but don't redraw, draw it as a trend line so it only covers the current day
-
@Pymnnzr change "redraw the current object" to no
