Feb 8, 2024
For this piece of code should the gif not be calculating the average value of the price from the very first row to the current row? In the gif we see it as the other way round. It calculates the average of price from the current row to the end of the dataset
but that is not what is passed in the parameters of rangeBetween.
Please correct me if my understanding is wrong.