BitBotFactory / MikaLendingBot

Automated lending on Cryptocurrency exchanges Poloniex and Bitfinex
http://poloniexlendingbot.readthedocs.io/en/latest/index.html
MIT License
1.11k stars 344 forks source link

Bitfinex has no max loan rate #532

Closed chriscrutt closed 7 years ago

chriscrutt commented 7 years ago

Question

Why is the lend rate capped at 5? What if the rate goes over 5 and I would like the bot to go higher? What would happen if i changed lending.py and set the range of min and max rate from 0.003, 5 to 0.003, 1000? Would it screw up the bot?

Evanito commented 7 years ago

Poloniex will not allow lends that go over a 5% daily interest rate.

If Bitfinex allows a higher rate, we should change it.

chriscrutt commented 7 years ago

https://www.bfxdata.com/swaphistory/usd

Select 'all'

uzitgc commented 7 years ago

isnt 5 the maximum lending rate on Polo?

On 22 September 2017 at 21:51, chriscrutt notifications@github.com wrote:

https://www.bfxdata.com/swaphistory/usd

Select 'all'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BitBotFactory/poloniexlendingbot/issues/532#issuecomment-331531105, or mute the thread https://github.com/notifications/unsubscribe-auth/ASvUgvEo4KlACXZZQQyI5BqWzXGmKxq2ks5slAGmgaJpZM4PgxQ0 .

chriscrutt commented 7 years ago

On Bitfinex there no limit, that's why I gave that link, so you could see for your own eyes it goes above 5%

chriscrutt commented 7 years ago

img_6834 img_6835

chriscrutt commented 7 years ago

https://github.com/BitBotFactory/poloniexlendingbot/pull/534