I know you can get the current value of an indicator from indicator.Current.Value, but how do you get the previous value? indicator[-1].Current.Value? indicator[-2].Current.Value? etc?

Author