Skip to content

tlack/binance.q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance.q

wut is

These are helpful tools for those who use Binance.com for cryptocurrency trading.

They are written in the Q language by Arthur Whitney and KX Systems.

parts

  • fetch.q - endless loop. download trades for watched symbols. store in data/

  • pnl.q - using your downloaded trade history, attempt to build a profit and loss statement for every active trading period of the day, and builds a trade table for you

  • ranges.q - not yet implemented. stats for a given set of trades.

  • bot.q - not yet implemented. telegram bot to send you alerts when ranges reach certain levels.

usage

  1. Install the latest Q/Kdb from KX Systems

  2. Setup config:

$ cp _CONF.EXAMPLE.q _CONF.q
$ vim _CONF.q
$ mkdir data/ logs/
$ q fetch.q
# etc..

disclaimer

i have no idea what im doing as usual

who

lackner@gmail.com

license

none

About

Binance.com helper tools written in Q / Kdb

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors