Quantcast
Channel: R Development | IBKR Campus
Browsing all 42 articles
Browse latest View live

Underrated R Functions

Let's start with the Reduce function (note the capital "R"). Reduce takes a list or vector as input, and reduces it down to a single element.

View Article


R Code Snippet: Read Historical Prices of Stock Index

This post shows how to read prices of stock indices given symbols as a string.

View Article

Intro to R and RStudio

This tutorial demonstrates how to set up R and RStudio.

View Article

Construction of SOFR Index from SOFR Rates

This post replicates the construction process of the SOFR index from daily SOFR rates

View Article

Order Functions Available in the IBrokers Package

This tutorial demonstrates how to code order functions using the IBrokers package.

View Article


December Highlights from the IBKR Quant Blog

Don’t miss the latest updates on Python, Quant and Econometrics.

View Article

Power Couple: Prop Trading & Education. Robot Wealth Part 1

The research process often starts with an obscure idea. You have to be creative in figuring out how to isolate an effect and test your hypothesis.

View Article

Wrapping C Code in an R Package

Those of you who know R really well probably know that the language itself is in no small part written in C.

View Article


R: Using Differential Evolution to the Nelson-Siegel Model

This post demonstrates the application of Differential Evolution (DE) to estimate Nelson-Siegel parameters using the NMOF R package.

View Article


Vectorize Fuzzy Matching

Vectorization works by performing operations on entire vectors, or by extension, matrices, rather than iterating through each element in a collection of objects one at a time.

View Article

How to Stream Market Data with the IBrokers Package

Learn how to connect to TWS, define a contract and stream market data.

View Article

Running R Code in Parallel

Parallelizing code works best when you need to call a function or perform an operation on different elements of a list or vector when doing so on any particular element of the list (or vector) has no...

View Article

Highlights from the IBKR Quant Blog – January 2024

Don't miss these recent articles on Python, Algo Trading, Data Science and R!

View Article


Robot Wealth Part Two: Collaborative Research for Systematic Trading

Longmore says the most important element of collaborative research is reproducibility.

View Article

Bond Convexity in Excel and R

This post explains the meaning and calculation process of the convexity by using Excel and R.

View Article


R: Symbolic Matrix Multiplications

This post shows how to perform symbolic matrix multiplications using two R libraries.

View Article

R: Conversion between Lower Triangular Matrix and Vector

This post shows how to convert a lower triangular matrix into a vector or vice versa using R code.

View Article


Highlights from the IBKR Quant Blog – March 2024

Be sure not to miss the latest articles on Python, IBKR API, and Algo Trading!

View Article

R-Statix: The Power of Correlations in R

The usage of correlations, in general terms, brings along the development of quantitative coefficients. The most famous are the Pearson and Spearman coefficients.

View Article

Highlights from the IBKR Quant Blog – April 2024

You won’t want to miss out on the latest articles on Python, IBKR API, R and Algo Trading.

View Article
Browsing all 42 articles
Browse latest View live