Michael Robinson

Results 61 comments of Michael Robinson

Yea go for it @vs4vijay . I've done a bit of Flask stuff before, so give me a shout on Slack or Gitter if you want a hand.

It can be done in pure python without extra libraries. BaseHTTPServer is part of the standard library. Loading it will take an extra 2028 bytes (I just checked), so it's...

I don't understand. Isn't the only file that's written to the loans_history one @rnevet ? I can't see any other files in the AccountStats.py

The market analysis data is actually best kept as the same file, that means every instance gets access to the data the others are writing. This is how I'm running...

I feel this is getting overly complicated for a simple change to allow a filename to be configurable. I'll try to get around to it. I'm still in the middle...

It's going to have to wait until after the flask stuff is finished. There will be too many conflicts that I don't want to have to resolve.

1) Fixed 2) Fixed 3) A small bit of extra info being written to stdout. You should only see that stuff if you have ma_debug_log set to True. 4) Removed...

Starting to think 5 & 6 are not related to these changes actually and are just a problem with the gaps on Bitfinex. I'll need to look closer at it...

@utdrmac OK, I think I've found it. I don't have a fix for it yet though. Can you remove all the DBs, and change the ACTIVE in the analyse_currenices to...

MACD is unlikely to work on pythonanywhere. That said, that sounds like something is messed up with your git checkout. The easiest thing to do, would be back up your...