Re: [Rcpp-devel] RInside for hft strategy.

2016-03-19 Thread Dirk Eddelbuettel
On 17 March 2016 at 12:41, Harry G wrote: | Thinking of using RInside for predicting a theoretical price for a high | frequency trading strategy. Strategy is written in C++. | | Let's assume I want to use the lm() function. | Flow i'm imagining:  get the factors in c++ -> have R pre-process them

[Rcpp-devel] RInside for hft strategy.

2016-03-18 Thread Harry G
Thinking of using RInside for predicting a theoretical price for a high frequency trading strategy. Strategy is written in C++. Let's assume I want to use the lm() function. Flow i'm imagining: get the factors in c++ -> have R pre-process them -> use the R predict() function. What is the recomme