makerdao / pymaker

Python API for Maker contracts
GNU Affero General Public License v3.0
195 stars 96 forks source link

SaiProcessWoe: Improve the configuration parameters #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Currently --minimum-sai and --minimum-price-difference drive whether the keeper will try to arbitrage or not. But I think it would be more natural to operate in terms of the minimal profit the bot wants to make. This could actually allow it to take the second or the third available order on OasisDEX, not always the first one above limit as it happens now, because it will be more profitable for it to act this way.

ghost commented 7 years ago

This has been solved much better for SaiArbitrage. Closing.