Skip to content

merlucy/crypto_ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto_ds

C++ client-side program to interact with FTX.com api and populate MongoDB database for data analysis.

This repo achieves the following functions:

  • Establish connection with FTX.com API
  • Fetch market and orderbook data from a specific market
  • Manage and execute trades
  • Populate database with historical and real time market data

To Start with crypto_ds

1. Set up required Dependencies

Required Dependencies:

2. Compile using CMake, and Run Save the key and secret of FTX.com api in a two line file.

// Inside ftx_key.txt
[key]
[secret]

From the top level folder, run the following commands:

cmake .
make

// Run
./autot

Further Development Tasks

  • Processing of higher density & resolution data to analyze orderbook microstructure

About

Data Science with cryptocurrencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published