Polytraders Dev Guide
internal
Phase 1 · 9/109 wired

Class templates

Five runnable templates — one per class. Every new bot starts here, not from scratch.

Rule: if you find yourself writing scaffolding code, you started in the wrong place. Pick a template, copy it, fill in decide(), run the fixtures.

What each template includes