I don't wuite understand how the indicators work here.

var tema = TEMA("EURUSD", 17, Resolution.Hour);

How would I be able to access the data, as if it were an array.

such as:

tema[-1]

to get the latest value from the 17 day TEMA.

Author