Matthew

Results 171 comments of Matthew

@rnevet I've got TONS of these lines now in my bot: ``` 2017-03-27 19:01:45 The Lower Rate found on BTC is 0.1262% vs conditional rate 5.0000%. Lending 0.00000000 of 0.05786153...

I'm not sure if I should close this out. It's been working with the config values specified in my [previous comment](https://github.com/Mikadily/poloniexlendingbot/issues/237#issuecomment-288870169) but it still seems an awkward way to put...

This issue has come up again after I added some more BTC to my polo account. I recently added 3 BTC to bring my total to 7 in my trading...

@rnevet My config: http://termbin.com/v0u7

That's essentially the same config I have. I only had to change mindailyrate from 0.009 to 0.01 to match your config. I'm only lending 1 coin, BTC. So it looks...

@streamholder As a side question to someone uninformed, myself, how is interest calculated exactly? Is it the rate per hour? per day? Profit off interest is calculated by $AMT_LENT *...

please upload contents of history.json otherwise impossible to debug

I'm sorta for this, but let's not bloat the bot down with extra libraries/dependencies. The idea here is to be a lean piece of software.

"analyseUpdateInterval" is still in the market_analysis.rst; says above it was removed.

Default value of `MACD_short_win_seconds` is technically `MACD_long_win_seconds / 12`, not 150 as the docs say.