Tag: CCXT

  • Getting your order book data in CCXT

    Getting Started First, we have to do the essentials, importing ccxt, along with a config file that holds your keys. You can also insert your keys directly but we prefer to use a file. Next, we need to establish a few things, firstly the ticker which in this case will be uBTCUSD. Finding our Order…

  • 3 Things you need to learn when starting to algo trade on CCXT

    What is CCXT? CCXT is a library that you can connect with the top exchanges for the purpose of algorithmic trading, this includes FTX, Coinbase, Kraken, Phemex, and more. CCXT is very easy to use, making it simple to connect and consolidate all of your functions to make your trading experience as smooth as possible.…