bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 338 forks source link

Limit Order #158

Closed scaranti closed 3 years ago

scaranti commented 3 years ago

Hello, how is everything ? I'm using the bot, and the executions are OK. However, we have the issue of price slips. A solution would be to execute the limit order instead of the Market Order, would it be possible? Is that configurable?

Thanks

bmino commented 3 years ago

Yup it's possible haha, but that would be some dev work to essentially rework the bot. A potentially easier path would be using the parallel execution and replacing the calls with limit orders instead of market orders and that wouldn't be so much refactoring