Matthew
Matthew
Odd output: ``` Short higher: Cur:ETH, MACD:0.000067, Perc:0.000065, Best:0.000064 Short higher: Long higher: Cur:BCH, MACD:0.000085, Perc:0.000087, Best:0.000064 Long higher: Long higher: Cur:BTC, MACD:0.000198, Perc:0.000192, Best:0.000185 Long higher: Cur:ETH, MACD:0.000067, Perc:0.000065,...
I don't think this is evaluating correctly: https://github.com/BitBotFactory/poloniexlendingbot/blob/master/modules/MarketAnalysis.py#L346
Here's a new one: ``` Long higher: Long higher: Cur:BCH, MACD:0.000090, Perc:0.000087, Best:0.000085 Long higher: Short higher: Cur:BTC, MACD:0.000214, Perc:0.000202, Best:0.000195 Short higher: Long higher: Cur:ETH, MACD:0.000056, Perc:0.000056, Best:0.000049 Long...
again ``` [root@gasgiant bitfinex]# python lendingbot.py Starting WebServer at 10.10.10.202 on port 8001 with template www Started WebServer, lendingbot status available at http://10.10.10.202:8001/lendingbot.html Welcome to Lending Bot on BITFINEX ETH...
Came home 2hrs later to a slew of errors: https://ghostbin.com/paste/n7q7j
``` [root@gasgiant bitfinex]# df -lh Filesystem Size Used Avail Use% Mounted on udev 10M 4.0K 10M 1% /dev /dev/md0 4.0G 2.7G 1.2G 71% / tmpfs 495M 0 495M 0% /dev/shm...
``` $ rm -f market_data/* ... [MarketAnalysis] analyseCurrencies = BTC,BCH,ETH lendingStyle = 85 MACD_long_win_seconds = 1800 percentile_seconds = 86400 ma_debug_log = True keep_history_seconds = 95040 [Daily_min] method = MACD multiplier...
Elaborate on "corrupted DB". I know the file is not because I can "sqlite3 file.DB 'select * from table'" and that doesn't return any corruption errors from SQLite perspective. Do...
Can the bot format numbers correctly and not in scientific notation? ``` 2017-06-08 08:55:14 Earnings: ---------- 9.56e-06 BTC in last 24hrs 0.39269841 BTC in total ```
Can the bot please be less chatty? I have PAGES of "downloaded 0". Very unnecessary .