Answers for "how to plot a line only for current day pinescript"

0

how to plot a line only for current day pinescript

isToday = false

if year(timenow) == year(time) and month(timenow) == month(time) and dayofmonth(timenow) == dayofmonth(time) 
    isToday := true
Posted by: Guest on March-04-2022

Browse Popular Code Answers by Language