dat972 / bitmex_manual_ordering

6 stars 0 forks source link

Can't execute #1

Open flxkk opened 6 years ago

flxkk commented 6 years ago

Traceback (most recent call last): File "C:\My Folder\bitmex_manual_ordering-master\marketmaker.py", line 4, in market_maker.run() File "C:\My Folder\bitmex_manual_ordering-master\market_maker\market_maker.py", line 977, in run om.run_loop() File "C:\My Folder\bitmex_manual_ordering-master\market_maker\market_maker.py", line 821, in run_loop order = input("\nPlease enter order type, (b)uy/(s)ell/(c)lose/(x)special or (t) for stops: ").lower() File "", line 1, in NameError: name 'b' is not defined

it's from the CMD, amended marketmaker extension from nothing to .py

tomasfrtala commented 6 years ago

This adjustment version is patterned on the base project https://github.com/BitMEX/sample-market-maker#getting-started have you tried setup it?

flxkk commented 6 years ago

I have used it before, but if this one is true, it might be better.