GithubHelp home page GithubHelp logo

Comments (4)

davidcreus avatar davidcreus commented on June 2, 2024 1

Hello,
I have the same problem in ubuntu 20.04:

/usr/local/lib/python3.8/dist-packages/swagger_spec_validator/validator20.py:49: SwaggerValidationWarning: Found "$ref: #/definitions/UserPreferences" with siblings that will be overwritten. See https://stackoverflow.com/a/48114924 for more information. (path #/definitions/User/properties/preferences)
warnings.warn(

But I found that it does not affect the operation of the bot:

davidcreus@luxembourg:~/Documents/github-projects/BitMEX-simple-trading-robot$ python3 main_loop.py

/usr/local/lib/python3.8/dist-packages/swagger_spec_validator/validator20.py:49: SwaggerValidationWarning: Found "$ref: #/definitions/UserPreferences" with siblings that will be overwritten. See https://stackoverflow.com/a/48114924 for more information. (path #/definitions/User/properties/preferences)
warnings.warn(

Last prediction: -1
/usr/local/lib/python3.8/dist-packages/bravado_core/spec.py:462: Warning: guid format is not registered with bravado-core!
warnings.warn(
Last prediction: 0

It is now working properly with the testnet.bitmex.com api. We'll see how it works in a month.
I highly recommend installing the talib library by compiling it by hand and then installing

Linux
Download ta-lib-0.4.0-src.tar.gz and:


$ tar -xzf ta-lib-0.4.0-src.tar.gz
$ cd ta-lib/
$ ./configure --prefix=/usr
$ make
$ sudo make install
$ pip3 install ta-lib

For Windows, follow this hand-compiled link at: https://github.com/mrjbq7/ta-lib

Regards!

from bitmex-simple-trading-robot.

imranzaman5202 avatar imranzaman5202 commented on June 2, 2024

Hi, please can you share your code. Thanks

from bitmex-simple-trading-robot.

imranzaman5202 avatar imranzaman5202 commented on June 2, 2024

image

please can you help me to resolve this issue

from bitmex-simple-trading-robot.

cryptoStrategy avatar cryptoStrategy commented on June 2, 2024

Hi I have stopped using the talib library, it is very old and it didn't worked for me.

https://github.com/bukosabino/ta use this one instead. Let me know if you face any problem.

You can shoot me a mail at [email protected]

from bitmex-simple-trading-robot.

Related Issues (11)

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.