Skip to content

R and Forex

6 messages · R. Michael Weylandt, Yves S. Garret, michael.weylandt at gmail.com (R. Michael Weylandt +1 more

#
Just a comment on the lack of a direct R API for non-IBrokers
brokerages: of course its possible to put something together using
rJava or a direct C interface, but it's not the smoothest thing if
you've never delved into the R internals and it's not quite the
fastest thing in the world if you are doing particularly
time-sensitive work. At lower frequencies, this becomes less of an
issue and simple work-arounds like using a csv file as an intermediate
can make everything much easier.

On the other end of the trade process, once you start getting into
more HF domains, there's also the inverse problem of real-time
processing: I'm not particularly interested in the question so I
haven't thought much about it, but I don't see a particularly R-ish
way to deal with a live data feed, though it's been dealt with in the
R-SIG-Finance archives a couple of times.

Michael

On Wed, Oct 12, 2011 at 5:56 PM, Yves S. Garret
<yoursurrogategod at gmail.com> wrote:
#
Yves and Michael,

R-devel is the place for programming questions that would be confusing
to most people who follow R-help.  Posting to R-devel would make sense
if you've written socket connections between applications in other
languages and are having trouble sorting out how to do it in R.

If you've never written a socket connection before, R-devel is not the
right place to post.  Skim the posts over the past few weeks to get a
feel for the level of discussion.  That should help you decide if your
question fits.  Stack Overflow is another good resource for that weird
middle-ground between R-help and R-devel.

Best,
--
Joshua Ulrich ?| ?FOSS Trading: www.fosstrading.com



On Wed, Oct 12, 2011 at 9:05 PM, R. Michael Weylandt
<michael.weylandt at gmail.com> <michael.weylandt at gmail.com> wrote: