R has a great way to collect data from other sources (e.g. Yahoo finance, etc.)
library(quantmod) getSymbols("YHOO",src="google")
Is there any way to build Metatrader 4 in R
eg:
library(*******) getSymbols("***",period=1hr, src="Metatrader4")
source share