Michael Robinson

Results 7 issues of Michael Robinson

Add support for python 3 (Only tested on 3.6 so far) ## Description Python 2 will eventually be discontinued. Also this allows for async and other functionality eventually if we...

Enhancement
NOT READY
Testing Phase

We don't have anything to do with style in there and some of the contact info needs updated.

## Description Allows multiple bots to run from the same directory, for example in a docker setup. ## TESTING STAGE Testing ## Types of changes - [ ] Bug fix...

Testing Phase
On hold

TLDR; ===== Add this to the bottom of your config to use the new method, comment out `method = MACD` to `method = percentile`. if you don't use MarketAnalysis you...

Enhancement
Discussion

I'm not 100% sure of the best way to do this, but at the least we should have all of the installable files in one directory. This will allow us...

Enhancement
Discussion

Example of curl commands with and without the header With: ``` curl -q -g -S --remote-time --retry 3 --verbose -s --header "Expect: " --header 'Content-MD5: kf7YD51cNTG2uV9b8BYAHA==' --request PUT --dump-header -...

The main reason behind this is so that people can just go into the quickstart example dir and do a docker-compose up -d. Then everything should just work. I hit...