CCXT websockets: ccxt-websockets-db-updater demo

Sdílet
Vložit
  • čas přidán 1. 02. 2019
  • This is a demo of my open source command line python program based on CCXT (lfern websockets branch) to subscribe crypto exchange websockets and fetch order books in real timegithub.com/firepol/ccxt-webso...
    It supports sqlite on the fly, but you can set it to use postgresql too. Demo done on Ubuntu Linux, but you can use this also on Windows of course.
    This uses this dependency: github.com/firepol/ccxt-webso...
    Which is the transpiled python code generated from lfern branch: github.com/lfern/ccxt/tree/fe...
    See also: github.com/ccxt/ccxt/issues/56
    Official CCXT git repository: github.com/ccxt/ccxt
  • Zábava

Komentáře • 5

  • @MrKabooly
    @MrKabooly Před rokem +1

    how to fetch the ohlcv from active candle?

  • @firepol80
    @firepol80  Před 5 lety

    If you like this open source project (that you can adapt and use for your own trading bot), please star my github repository: github.com/firepol/ccxt-websockets-db-updater
    if you have questions/trouble to get started feel free to open an issue (in the "Issues" page

  • @lianswisnu4527
    @lianswisnu4527 Před 5 lety

    how this?

    • @firepol80
      @firepol80  Před 5 lety

      What do you mean how this? Check out the project and follow the readme. This video is... a demonstration of the program in action following the readme instructions.

    • @lianswisnu4527
      @lianswisnu4527 Před 5 lety

      @@firepol80
      oh so I am still confused it code must be included where my own is not running