[R-SIG-Finance] IBrokers
Jeff Ryan
jeff.a.ryan at gmail.com
Mon Dec 1 19:01:18 CET 2008
I wanted to clarify my "unless you are insane" comment of the previous reply.
The original intention of IBrokers was not to necessarily provide a
trading platform from within R. Its purpose was to provide easy access
from R to *data* from Interactive Brokers.
reqHistoricalData, reqMktData, reqMktDepth and reqRealTimeBars are
indeed quite robust and useful.
The CALLBACK mechanisms are also very useful for testing R-coded
strategies against live market data.
There is some thinking (work) to provide the actual order-entry side
of the IB API to IBrokers users, but this is currently very crude and
minimally tested. Single-threaded R makes some things difficult to
accomplish.
Using a paper account for all of the above is feasible and advisable.
The beauty of R (and OSS) is that all the details as to how it works
are in front of you. It is up to the end-user to understand and be
comfortable with the mechanisms.
Jeff
(IBrokers author)
On Mon, Dec 1, 2008 at 11:31 AM, Jeff Ryan <jeff.a.ryan at gmail.com> wrote:
> The problem is:
>
>> IB is in demo mode, but works well (quotes are showing).
>> I followed instructions (as of local.host trusted & API enables Activex)
>
> IB's demo mode is a playback of previous data (from what I recall).
> It may even be simulated data. Historical data (and quite a bit of
> the API) is only available from a funded account, though one can use
> the paper trading account once that is activated. IBrokers == Paper
> Trading, unless you are insane.
>
> You can try reqMktData to see if that works (it *should* for most
> basic data, again IB caveats apply), but you can't get historical
> data.
>
> HTH
> Jeff
>> Arno
>>
>> _______________________________________________
>> R-SIG-Finance at stat.math.ethz.ch mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
>> -- Subscriber-posting only.
>> -- If you want to post, subscribe first.
>>
>
>
>
> --
> Jeffrey Ryan
> jeffrey.ryan at insightalgo.com
>
> ia: insight algorithmics
> www.insightalgo.com
>
--
Jeffrey Ryan
jeffrey.ryan at insightalgo.com
ia: insight algorithmics
www.insightalgo.com
More information about the R-SIG-Finance
mailing list