tg-me.com/PineCodersSquawkBox/208
Create:
Last Update:
Last Update:
🌲 #newfeature
`ta.change()` can now be called with a "bool" variable to detect state changes. You can now write:
//@version=5
indicator("", "", true)
bool upBar = close > open
bool directionChange = ta.change(upBar)
plotchar(directionChange, "directionChange", "•", location.top, size = size.tiny)
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/208