What does the language operator [] do? (Hint: It’s not for regular arrays)
provides access to previous values of series
What does the input function do? (Hint: Try it in Tradingview)
the input function allows you to create a setting menu where you can have different value inputs such as numbers, timeframes, etc.
What does the Strategy function do?
sets a number of strategy properties
What information does the Volume variable contain?
current bar volume, can also refer back to previous values with []