Skip to content
Prev 12704 / 15274 Next

questions about adaptive indicator, intra-day trading and package 'parallel'

If you have a computation that deals with this type of computation:
x(t) <- a*value + (1-a)*x(t-1), and a is dynamic, then you'll need to
drop down to Rcpp to do that in a timely fashion. Always.
On Fri, Sep 5, 2014 at 12:36 PM, domodo <1111938 at qq.com> wrote: