Skip to main content

Can we improve on hodling Bitcoin?

· 7 min read
Founder

Bitcoin as a prominent cryptocurrency has experienced unprecedented growth in the past decade. It has become an accepted asset class to diversify investor returns (along with some other major cryptocurrencies). The question is whether using simple trading rules can improve the risk-adjusted return of such a portfolio.

trading_rules

Why log returns matter

· 4 min read
Founder

Log returns are a very useful concept when working with timeseries. It turns out given statement is even more true when working with time-series database and materialized views in clickhouse.

log_returns

Parsing trading rules I

· 9 min read
Founder

I will describe here how in CryptoQuant I architected parsing user-input trading rules into a machine runnable AST.

This parsing system forms the critical bridge between human-readable trading strategies and executable code that can efficiently process market data - ultimately allowing our users to automate sophisticated trading strategies without requiring deep programming expertise.

parsing