adocquin / kraken-dca

Dollar-Cost Averaging bot for cryptocurrency pairs on Kraken exchange.
GNU General Public License v3.0
44 stars 8 forks source link

7 limit factor #8

Closed joergrs closed 2 years ago

joergrs commented 2 years ago

Solves #7 by introducing a new pair setting limit_factor that allows to specify a limit price that is different from the current market price.

E.g.: limit_factor = 0.95 creates a limit order 5% below market price

adocquin commented 2 years ago

Hello joergrs,

Thanks for your contribution on this project by adding this new feature! I just modified the call of your get_limit_price method and will now release it in a new Kraken DCA version.

Have a good day,