Skip to content

Timikcool/dex-cybex-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Longhash Hackathon Challenge 1

This project got created while participating in the Longhash Hackathon 2019.

Challenge

Provide a userfriendly way to reduce big orders to multiple smaller ones. The programm should interact with the Cybex exchange.

Tech Stack

  • Electron
  • React
  • romejs

Features

  • Enter credentials
  • Choose traiding pair
  • Enter amount and price
  • select buy or sell
  • profit

Implemented Algorithm

VWAP

Setup

  • git clone https://github.com/Timikcool/dex-cybex-algo
  • cd dex-cybex-algo
  • npm install
  • npm run electron
  • oh nope someone forgot to set cybex.js as main file in romejs
  • nano node_modules/romejs/package.json
  • add "main":"cybex.js"
  • close and save
  • cd to root folder
  • npm run electron

About

Electron app for algo trading on Cybex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published