Skip to content

[Rcpp-devel] MQL2R

2 messages · James Bates, Dirk Eddelbuettel

#
Hi All,

Just a quick not to say that I have released my Rcpp/RInside based project
MQL2R on google code. It allows you to utilise the power of R with the
highly popular Metatrader trading platoform to create analytics, indicators
and automated trading signals. Take a look at
https://code.google.com/p/mql2r/. I welcome feedback.

Regards,

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20130530/6f8ae4f4/attachment.html>
#
Hi James,
On 30 May 2013 at 23:01, James Bates wrote:
| Hi All,
| 
| Just a quick not to say that I have released my Rcpp/RInside based project
| MQL2R on google code. It allows you to utilise the power of R with the highly
| popular Metatrader trading platoform to create analytics, indicators and
| automated trading signals. Take a look at?https://code.google.com/p/mql2r/. I
| welcome feedback.

I don't do Metatrader, or windows as a platform if I can avoid it, but
glancing at the code I see that you wrap around xts from Rcpp.  As you may
know, I started to do some of that too in the package RcppXts and would
welcome collaboration if you can / want to factor something out of mql2r.

Cheers, Dirk