Triangular arbitrage engine for cryptocurrency markets, written in Rust
Stars
11
Forks
5
Watchers
11
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
feat: add analyze command to compute stats from trade journal
3222e5dView on GitHubfeat: wire journal into executor and skip balance check in dry-run mode
d4a70d5View on GitHubfeat: add trade journal with JSONL logging for paper trade analysis
3ac80ddView on GitHubfeat: log reconnect attempt count in WebSocket error messages
1f76a7bView on GitHubfeat: add spread/depth helpers and require minimum book depth before evaluating
c0fd827View on GitHubfeat: validate max quantity per symbol before placing orders
0e485edView on GitHubfeat: make order book staleness and opportunity age thresholds configurable
315733aView on GitHubperf: fetch initial order book snapshots in parallel batches of 10
ac4b3bbView on GitHubfeat: add win rate and average pnl to periodic stats output
39cbd8bView on GitHubfeat: add unwind logic to sell held asset back when a mid-triangle leg fails
a56226bView on GitHubfeat: reject stale opportunities in executor with 2s age guard
a54409dView on GitHubfeat: skip stale order books in detector to avoid phantom opportunities
0eea87dView on GitHub