Variables
low
Current low price.
Example
indicator("Low Price Example", overlay=true)
lowestPrice = talib.lowest(low, 10)
plot(lowestPrice, color=color.red, title="Lowest Price (10 Bars)")
Type
series float Variables
Current low price.
indicator("Low Price Example", overlay=true)
lowestPrice = talib.lowest(low, 10)
plot(lowestPrice, color=color.red, title="Lowest Price (10 Bars)")
series float