PureBytes Links
Trading Reference Links
|
Grekond wrote:
> If I want to get an average price for x days ago I can use Average(Close,x)
> function.
> How can I get in EL average price for the same length but starting few days
> ago ?
>
> Thanks in advance.
>
> Andrei
Average(Price, X)[Y]
Price = Price you want the average of
X = Length to computer the average for
Y = Value from number of previous bars ago
|