Getting started — Build your own bot
Choose your track — Betfair (sports) or Crypto — or browse both. Each track has a distinct visual theme and its own lesson progression.
-
Create a Python venv, install essentials, and connect to a Betfair sandbox for smoke tests.
-
Token/session flows, secure storage, refresh patterns and a robust request helper.
-
Search markets, parse runner IDs and build selection filters for the bot to target relevant markets.
-
Place BACK/LAY orders in sandbox, inspect responses, and handle unmatched or partial fills safely.
-
Implement a Flask webhook, verify signatures and wire TradingView alerts to trigger sandbox actions.
-
Run a notebook backtest, export trade logs and compute P/L and basic performance metrics.
-
Green‑up hedging helper, idempotency, retries, logging and simple Docker/VPS deployment steps.
-
Create venv, generate exchange testnet keys and perform a smoke connectivity test.
-
HMAC signing, safe key storage, and a signed helper for exchange REST calls.
-
Subscribe to tickers, choose between polling vs websockets and respect rate limits.
-
Place orders, manage cancellations and handle partial fills and slippage safely on testnet.
-
Emit structured alerts from TradingView and verify webhook payloads server-side.
-
Simulate strategies with fees/slippage and replay trades to evaluate performance.
-
Throttling, circuit-breakers, monitoring and simple deployment on VPS / managed services.
