Skip to main content

4 posts tagged with "programming"

Content relevant for software devs

View All Tags

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