Reputation: 7846
R has a great way of collecting data from other sources (eg Yahoo finance etc)
library(quantmod)
getSymbols("YHOO",src="google")
Is there a way of collecting Metatrader 4 into R
eg:
library(*******)
getSymbols("***",period=1hr, src="Metatrader4")
Upvotes: 6
Views: 3087
Reputation: 151
Give MQL2R a try, it's my new opensource project to allow exactly this
https://code.google.com/p/mql2r/
Upvotes: 4
Reputation: 544
This thread will certainly help you: http://r.789695.n4.nabble.com/R-and-Metatrader-td1693168.html.
Upvotes: 3