demo-python-trading-bot icon indicating copy to clipboard operation
demo-python-trading-bot copied to clipboard

Demo bot for scalping strategy on Waves based DEXes (waves.exchange)

Results 5 demo-python-trading-bot issues
Sort by recently updated
recently updated
newest added

PyWaves cannot be installed on windows

Unable to use the private key as the web wallet is not able to show the private key, and access token does not work. If this repo is no longer...

Placing a buy order does not succeed due to incorrect calculation of the decimal places. The order is rejected for being orders of magnitude too large: Post buy order with...

`Traceback (most recent call last): File "SimpleBot.py", line 107, in main() File "SimpleBot.py", line 79, in main my_address.cancelOpenOrders(waves_btc) File "/home/fabiomattes/.pyenv/versions/3.7.3/lib/python3.7/site-packages/pywaves/address.py", line 876, in cancelOpenOrders status = order['status'] TypeError: string indices...