Best practices for reproducible backtests? (example repo in Go)

1 Zmey56 1 8/29/2025, 6:51:10 AM github.com ↗

Comments (1)

Zmey56 · 2h ago
Hi HN,

I’ve been working on a small open-source repo in Go to compare two simple strategies (Dollar-Cost Averaging vs Grid). The project is for research/education only — no real keys, no promises of profit.

Motivation: Most strategy examples online are hard to reproduce. I wanted a minimal, clean repo that makes it easy to experiment.