BitMEX / sample-market-maker

Sample BitMEX Market Making Bot
Apache License 2.0
1.7k stars 757 forks source link

Unable to find settings-XBTUSD.py #152

Closed ghost closed 6 years ago

ghost commented 6 years ago

No Such File or directory is being discussed in the readme...

screen shot 2018-08-21 at 9 51 11 pm

Help me to solve the issue...

AlexADittrich commented 6 years ago

How did you install?

oisinmacgiollachuda commented 6 years ago

I'm getting the same error (having previously been able to install fine for ages) now, installing via "pip install bitmex-market-maker"

ghost commented 6 years ago

using pip3 install bitmex-market-maker for python 3.6

RishabhKhatri commented 6 years ago

How do we create the setting-symbol.py file? It is not being created during the setup as of now.

ghost commented 6 years ago

I Found an issue #83, but any specific solution is not provided though. According to that, the market maker opts for the settings.py if it does not find setting-symbol.py... the problem is with the connection to WebSockets... that's another issue... #148