Giter Club home page Giter Club logo

Comments (3)

ShieldTrade avatar ShieldTrade commented on June 30, 2024

Same problem for me.

from sample-market-maker.

ShieldTrade avatar ShieldTrade commented on June 30, 2024

I found the solution.

follow the getting started info:

  1. Create a Testnet BitMEX Account and deposit some TBTC.
  2. Install: pip install bitmex-market-maker. It is strongly recommeded to use a virtualenv.
  3. Create a marketmaker project: run marketmaker setup

at the end you have 3 relevant file/dir ( lucio is my name )

A) C:\Users\lucio\AppData\Local\Programs\Python\Python39\Lib\site-packages\market_maker... ...after 2
B) C:\Users\lucio\market_maker........after 3
C) C:\Users\lucio\settings.py ( file where you add your API credential).......after 3. Attention there is a file with the same name in B. do not use that one 96

The marketmaker which gets executed when you

Run it: marketmaker [symbol]

is A which contains the market_maker.py and the bitmex.py files you have to modify to get rid of bulk order.

@sencdaarvaarjemee and I were probably modifying the right files in the wrong directory B

I am not an expert and I do not understand the reason for this duplication of names and set up. The installation process is very unclear, difficult to understand and badly documented in my opinion. on the other side the code is very well written.

if somebody can explain me the reason for having 2 dir with the same name A and B I would appreciate

Tx

from sample-market-maker.

sencdaarvaarjemee avatar sencdaarvaarjemee commented on June 30, 2024

Hey ShieldTrade, I was working for years with this bot. .
It has the two dir because it inherits from the base as to always have something to work with, to fall back on.
I have not tested the 1.6.0 version that was mentioned in the other issue. Also no clue if the ws endpoint is also fixed in the latest version.

ShieldTrade, do you say you had the same issue, but then fixed it just by using the normal install procedure ? Wat did you do different before ? I think it might now work b.c. the version upgrade ?!

might try to play around with this again soon, but for now I run an other bot.
Edit: went trough the code in https://github.com/BitMEX/sample-market-maker/blob/master/market_maker/bitmex.py
for a bit and it seems that bulkorder endpoint is now fixed. so you probably have success just b.c. of the update.
cheers

from sample-market-maker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.