Lorenz Vanthillo

Results 16 comments of Lorenz Vanthillo

@MaxCCC @JPStrydom It seems it should not be too difficult when I look [here](https://romanorac.github.io/cryptocurrency/analysis/2017/12/17/cryptocurrency-analysis-with-python-part1.html). Using stockstats and/or panda it should be relatively easy to calculate macd. Maybe the difficulty could...

To implement this we'll probably need APIv2 instead of 1.1 of Bittrex: https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName=BTC-WAVES&tickInterval=thirtyMin&_=1499127220008 I don't know if it's an option for you @JPStrydom (not sure if it's official)

@JPStrydom I looked a bit in the code. First of all, I'm not a python dev as you probably will see. I checked the `historical_data` which I need to calculate...

@JPStrydom Well I have to admit I need to investigate it more (also know someone who knows it well). I'm more familiar with the charts and comparing the macd and...

I went a bit more in depth and macd and RSI are often combined. The unit (5 minutes in the example) can be used for macd too. It's just a...

I'm adding some test scenario with what I've posted above. I'm using a thickinterval of 30 mins but as I've mentioned it can be everything. I'm not sure about the...

```brew cask reinstall vagrant``` fixed it for me.

There is no API available to trigger the GC so I think it's the only possibility to use `docker exec ..` ? I'm able to put it in a cron...

@jshapiro26 I'm able to get the right sha of my image with tag:latest. I'm using this command: ``` curl -k -v --silent -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -X GET https://myreg/v2/proj2/base/manifests/latest 2>&1 |...

I pushed the image only with the latest tag. Than I'm able to delete it correctly but after repushing just the same image with just the same tag it goes...