Hacker News new | ask | show | jobs
by gerritsg 1935 days ago
Are you having much success with it? What platform are you using? I've wanted to do something similar in Rust.

Or if your bot is just _finding_ the pairs now but not trading, is there a platform you plan to use?

1 comments

So far the only exchanges where I found some opportunities are the ones that do have a public API, probably because there is less competition on those.

For example, I have yet to find a single profitable pair loop on Binance, despite parsing their WebSocket feed.

But on exchanges that implement anti-scripts, it is not uncommon to have pair loops with a ±1% profit after fees. The hassle is to implement trading with tools like Selenium to proceed with the trade.