문제

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") 
도움이 되었습니까?

해결책

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

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

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top