Building My First Quant Model

2025-06-01

📈 Building My First Quant Model

I started by researching the basics of alpha factors and their implementation. Here's a sample:

const alpha = price / volume;