tg-me.com/PineCodersSquawkBox/171
Create:
Last Update:
Last Update:
🌲 #newfeature
The type-matching requirement for the return value of if
and switch
local blocks has been removed when the structure's return value is not assigned to a variable. This will now work in v5:
//@version=5
indicator("", "", true)
var line myLine = na
if close > open
line.delete(myLine)
else
myLine := line.new(bar_index - 10, high[10], bar_index, high)
BY PineCoders Squawk Box
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
Share with your friend now:
tg-me.com/PineCodersSquawkBox/171