triangular_arbitrage_bot/executor
nicolas 43333984a3 feat: print execution reports to stdout for all statuses
Screen-print every completed trade (filled/failed/aborted) with
correlation_id, triangle, predicted_bps, effective_bps, profit, and
error (if any).  Flushes immediately for real-time visibility.
2026-05-24 20:50:16 -03:00
..
__init__.py Add initial triangular arbitrage bot 2026-05-24 16:12:04 -03:00
__main__.py Add initial triangular arbitrage bot 2026-05-24 16:12:04 -03:00
config.py Add initial triangular arbitrage bot 2026-05-24 16:12:04 -03:00
executor.py feat: print execution reports to stdout for all statuses 2026-05-24 20:50:16 -03:00
kucoin_api.py Add initial triangular arbitrage bot 2026-05-24 16:12:04 -03:00
rest_api.py Add initial triangular arbitrage bot 2026-05-24 16:12:04 -03:00
socket_server.py Add initial triangular arbitrage bot 2026-05-24 16:12:04 -03:00
ws_client.py perf: jsmn zero-alloc parser, coalesce evaluations, fix fill race 2026-05-24 18:17:14 -03:00