[R] Packages for Handling Large Data Set

2014-11-25 Thread jeeth ghambole
Hello All,

I am working on BackTesting Strategies on stocks using daily prices.

Initially the size of data was very limited and can be easily handled using
R and SQL, but now my analysis has been extending on large set of data. Can
anyone suggest me the best packages available for handling large datasets.

Thank you.

With Regards,
Jeeth G.

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Order Book details in R Interactive Brokers Package

2014-07-01 Thread jeeth ghambole
Hello All,

I am working on project of Automated trade execution using R and
Interactive Brokers Package.

I have successfully implemented and tested the connection of R with
Interactive Brokers API. Implementing orders, placing orders too are
working fine. The only problem is that while executing order i wanted to
check whether there are any pending orders in the order book. I search a
lot but didn't found anything to retrieve the order books details.

Can anyone provide me the logic to retrieve the order books details using R
Interactive Brokers Package.

Any help regarding this would be very appreciable.

Thank you.

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.