[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EasyLanguage Questions



PureBytes Links

Trading Reference Links

Also, does anybody know if you can time-shift a data series
when passing it into a function, like so?

MyVar = Average(MyData[5], 12);

{ Take the moving average of 12 bars ... }
{ between MyData[16] and MyData[5] ?     }