decred / dcrdex

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.
Other
184 stars 92 forks source link

mm: arbitrage bots need a profit "plus" option #2695

Open buck54321 opened 8 months ago

buck54321 commented 8 months ago

Arbitrage bots do not consider fee losses. We need something analogous to the percentage-plus gap strategy for the arbitrage profit threshold, where anticipated fee losses are added.

martonp commented 7 months ago

This is handled in https://github.com/decred/dcrdex/pull/2678. Although now they consider fees by default. We could still add an option to not consider fees.