MikaLendingBot
MikaLendingBot copied to clipboard
bot doesn't place loan offer when hidecoin=false and using maxloanrate > 0%
Hi,
I am using the poloniex exchange with the following config:
#Hide coins - Instead of keeping your coins lent out at minlendrate when it is not met, the bot will hold them and wait for the rate to surpass it.
hideCoins = False
#Raw maximum amount to lend if under maxtolendrate.
#If set to 0 or commented: the bot will check for maxpercenttolend.(0+)
maxtolend = 40
#Maximum percent to lend if under maxtolendrate.
#If set to 0 or commented: the bot will lend 100% of your balance regardless of rate. (0-100)
#maxpercenttolend = 0
#Max to lend conditional rate.
#If set to more than 0: the maxtolend or maxpercenttolend will be used when the rate is less than or equal to the maxtolendrate.
#If set to 0 or commented: the bot will use the maxtolend or maxpercenttolend all the time. (0.0031-5)
maxtolendrate = 0.45
I would expect that the bot will place an order at 0.45, but I don't see it on poloniex. `
Just noticed that I have less than minloanoffer as balance, so it might be it
Update: Can confirm that there is no open order with 0.45% as I have defined in the config
If I remember correctly maxtolendrate only reacts on the order book.
Hidecoins only effects mindailyrate.. There's room for improvement.