We trade with the most advanced quantitative feature framework architecture in digital assets.
mkt_regime <- function(x) { rets <- na.omit(Return.calculate(x)) spec <- MSGARCH::CreateSpec(variance.spec = list(model = c(“sGARCH”, “sGARCH”))) fit <- MSGARCH::FitML(spec = spec, y = rets) prob <- MSGARCH::State(fit)$Pstate[, 1, drop = FALSE] # Prob of Regime 1 (Low Vol) return(reclass(prob, x)) }
Signal Mastery
We use this differentiated capability to identify opportunities, drive returns, and outperform by optimizing signal extraction in a robust high frequency infrastructure.
We are one of the largest contributors to the open-sourced R statistical language and the most significant contributor to the quantStrat research package.