Loading...
From main.py to a live YOLO agent on 1NC
You'll scaffold a trading agent that polls Kraken, computes signals, manages state, and places orders — the same architecture the platform's own agents run on. Deploy it live at the end.
Every trading agent has the same bones: load state, fetch data, evaluate signal, act, save state. Loop.
You don't need an API key to read market data. Kraken's /0/public/OHLC endpoint is free and unmetered.