GitXplorerGitXplorer
f

binance-listing-announcement-price-analysis

public
1 stars
1 forks
2 issues

Commits

List of commits on branch main.
Unverified
c2352e4da5bf5d8789e0745cc590dbe9cab67752

Merge branch 'main' of https://github.com/fxmarty/binance-listing-announcement-price-analysis

ffxmarty committed 3 years ago
Unverified
a19ca0e3e430c5d5547c6ae23307bda9935c6243

removed useless files

ffxmarty committed 3 years ago
Verified
755a461fd523f8fa7cfeaeaf4fb3f5822764e76d

Update README.md

ffxmarty committed 3 years ago
Unverified
f474a42583a5e483f1a2a83f891b3da68ed47df7

added residual files

ffxmarty committed 3 years ago
Unverified
05f3fb0f13b6719d9b753f2d5554a502d9cbf3a0

update readme

ffxmarty committed 4 years ago
Unverified
afcfc4d9ab81f6fc468e829866d72c901d8554fa

added plot methods for uniswap, refactored the repository so that it is usable from command line

ffxmarty committed 4 years ago

README

The README file for this repository.

binance-listing-price-analysis

A price analysis of the evolution of crypto price in the minutes and hours following a listing announcement on Binance exchange

Repository architecture:

  • cfg: contains config files
  • dat: contains data
  • lib: contains functions. Python files should be named as tbx_*.py
  • sandbox: contains test scripts
  • Upper folder: contains Python files should be executed, and named as script_*.py

Formatter:

  • Black with following arguments: "python.formatting.blackArgs": [ "--line-length", "120" ],