stakemachine
stakemachine copied to clipboard
Trading Bot Infrastructure for the BitShares Decentralized Exchange (DEX)
A recent Bitshares core update introduced a new operation to update an existing limit order. Rather than having to delete a limit order then recreate it, you can create it...
wauw
insane
the following error occurred while setting up : File "build/bdist.linux-x86_64/egg/stakemachine/strategies/maker.py", line 255 placed_sell = self.sell(m, sell_price, sell_amount, returnID=True): ^ SyntaxError: invalid syntax
``` vagrant@debian9:/var/www/bots/stakemachine$ stakemachine --configfile config.yml run Current Wallet Passphrase: 2017-12-13 11:04:29,405 INFO Replacing orders 2017-12-13 11:04:32,085 CRITICAL Error in on_block: Traceback (most recent call last): File "/home/vagrant/.local/lib/python3.5/site-packages/stakemachine-0.0.6-py3.5.egg/stakemachine/bot.py", line 66, in...
When running stakemachine I get the following error: Traceback (most recent call last): File "/home/jb/.local/bin/stakemachine", line 9, in load_entry_point('stakemachine==0.0.6', 'console_scripts', 'stakemachine')() File "/home/jb/.local/lib/python3.5/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs)...
Running in a Python 3.6.1 venv. I got the following error when running 'python setup.py install': `Installed /home/user/.venv/stakemachine/lib/python3.6/site-packages/stakemachine-0.0.6-py3.6.egg Processing dependencies for stakemachine==0.0.6 Searching for click-datetime Reading https://pypi.python.org/simple/click-datetime/ Downloading https://pypi.python.org/packages/61/82/8f81081e0d1dad2d81fb745110d9d2c85144cca23b52c7b7da6e879c7a67/click-datetime-0.2.tar.gz#md5=a228eb52f58c8b1ebaa50e38fc81355a Best...
Hi. I was hoping to experiment using stakemachine with UIA rather than Bitassets. Do you have plans to expand examples or functionality to take price from a local file (e.g....
I am getting an error when one side of my pair on walls mode runs out of money due to orders being filled. Can't it be set up so the...
I also get an error when trying to install: python3 setup.py install --user -r requirements.txt Traceback (most recent call last): File "setup.py", line 3, in from setuptools import setup ImportError:...