-
Notifications
You must be signed in to change notification settings - Fork 1
Home
CCXT is an awesome library allowing you to interact with a lot of crypto exchanges by trying to unify their APIs.
With this CCXT wrapper I want to go further in the simplification to allow developers, notably beginners, to interact with their exchange API with less coding as possible.
By using EZXT, you will access to a set of simplified methods but also new features as detailed in the section below.
The most important thing to know it's that use EZXT doesn't prevent you to use CCXT as provided.
Here is a list of some EZXT major features
- EZXT make your order size match with market precision & minimal size.
- EZXT provide a powerfull data manager that allow you to:
- Download market data very quickly using multithreading (in the respect of API rate limit)
- e. g. More than 1'000'000 candles in less than 20s on FTX
- You can save your fresh downloaded market data as a csv file
- You can load your market data from your csv file
- You can download market data, save it as a file and update your file with new candles every time you load your data.
- Everything listed above in only one method automatically
- Download market data very quickly using multithreading (in the respect of API rate limit)
- Access to the original CCXT client instanced by EZXT to use all CCXT features not implemented in EZXT
Even if the code and its comments are written in English, I want the EZXT doc to be also fully written in French, this is why all pages of this wiki will have their equivalent in french, you will find a link in the front lines of each page to redirect you to the other language. Each page (expect this one) are followed with the suffix En or Fr.
- Home/Home_Fr
- Wiki home page
- Doc_En/Doc_Fr
- EZXT doc containings few examples and detailed documentation of classes & functions
- Tutorial_En/Tutorial_Fr
- Containing some EZXT tutorials notably a step by step guide to start with EZXT
Everything in this repository is for educational purposes only and no one can be held liable for anything, educate yourself well before you start trading, you are responsible for your actions.
Tout ce qui se trouve dans ce dépot est uniquement à des fins éducatives et personne ne pourra être dommagable pour quoi que ce soit, renseignez-vous bien avant de vous lancer dans le trading, vous etes responsables de vos actes.
Let's contact using discord: Shaft#3796