MikaLendingBot icon indicating copy to clipboard operation
MikaLendingBot copied to clipboard

bot doesn't place loan offer when hidecoin=false and using maxloanrate > 0%

Open shevah opened this issue 8 years ago • 3 comments

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. `

shevah avatar Sep 30 '17 20:09 shevah

Just noticed that I have less than minloanoffer as balance, so it might be it

shevah avatar Sep 30 '17 20:09 shevah

Update: Can confirm that there is no open order with 0.45% as I have defined in the config

shevah avatar Oct 01 '17 10:10 shevah

If I remember correctly maxtolendrate only reacts on the order book.

Hidecoins only effects mindailyrate.. There's room for improvement.

rnevet avatar Oct 01 '17 13:10 rnevet