cointrol icon indicating copy to clipboard operation
cointrol copied to clipboard

฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.

Results 20 cointrol issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 1.11.6 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies
python

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.1 to 3.11.2. Release notes Sourced from djangorestframework's releases. Version 3.9.3 This is the last Django REST Framework release that will support Python 2. Be sure to...

dependencies
python

There is a small typo in cointrol/server/api/pagination.py. Should read `collection` rather than `colleciton`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

``` Environment: Request Method: GET Request URL: http://localhost:8000/ Django Version: 1.11.6 Python Version: 3.7.5 Installed Applications: ['django_extensions', 'rest_framework', 'cointrol.core', 'cointrol.server', 'cointrol.trader', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.staticfiles'] Installed Middleware: ['django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware',...

Got following error when trying to do npm install in cointrol/webapp dir: > [email protected] postinstall /Users/xxxxx/Cointrol/cointrol/webapp/node_modules/handlebars-brunch > node ./postinstall.js fs.js:144 throw new ERR_INVALID_CALLBACK(); ^ TypeError [ERR_INVALID_CALLBACK]: Callback must be a...

Hello there , Windows x64 step : brunch build error : ``` You need to have Sass on your system Execute `gem install sass` events.js:160 throw er; // Unhandled 'error'...

I have try install "npm install" show errors: npm install > [email protected] postinstall /home/jczars/Cointrol/cointrol/webapp/node_modules/handlebars-brunch > node ./postinstall.js sh: 1: node: not found npm WARN [email protected] No license field. npm ERR!...

To run this on windows, I've had to update npm packages "brunch": "2.10.16", "handlebars-brunch": "2.10.0", and python packages hiredis==0.2.0 And also your readme is lacking `python setup.py develop` to run...

Could not understand why this issue has popped up? I am following your instructions for installation. See the error: ``` Traceback (most recent call last): File "cointrol/manage.py", line 10, in...

I have following error while trading. I have defined fixed price strategy and session: [``` 2018-01-04 03:10:18,219 I] cointrol.trader.workers.Trader: will try again [2018-01-04 03:10:21,225 E] cointrol.trader.workers.Trader: work failed Traceback (most...