Viserius / CryptoExchangeSlippageAnalyser

This project analyzes the amount of slippage (and optionally fees) one pays when executing a taker trade for each pair that can be traded on a cryptocurrency exchange such as Binance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoExchangeSlippageAnalyser

This application was created to analyse the amount of total slippage+fees someone pays when executing an order on a cryptocurrency exchange. Currently, only Binance is supported. Feel free to make PRs to enhance or extend the code.

Getting Started

  1. Import the project in your favorite IDE (such as IntelliJ or Eclipse).
  2. Update the settings to your liking in the resources/application.properties file.
  3. Build the project using Gradle
  4. Start by running CryptoexchangeslippageanalyserApplication.java

About

This project analyzes the amount of slippage (and optionally fees) one pays when executing a taker trade for each pair that can be traded on a cryptocurrency exchange such as Binance.


Languages

Language:Java 100.0%