R and Metatrader 4
Asked Answered
A

2

6

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") 
Amenity answered 25/5, 2013 at 10:32 Comment(1)
getSymbols("YHOO",src="google") donwload data from this url. if Metatrader offer the same free service it is easy to implement this source but obviously it is not a free service. So the answer is probably you can't collect data from Metatrader source.Vehemence
T
4

Give MQL2R a try, it's my new opensource project to allow exactly this

https://code.google.com/p/mql2r/

Thanh answered 10/6, 2013 at 3:12 Comment(1)
What does mql2r do that mt4r cannot do?Isologous
R
3

This thread will certainly help you: http://r.789695.n4.nabble.com/R-and-Metatrader-td1693168.html.

Rudderpost answered 25/5, 2013 at 12:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.