Binance.com helper tools written in Q / Kdb
- q 91.9%
- HiveQL 8.1%
| _CONF.EXAMPLE.q | ||
| _lib.q | ||
| bot.q | ||
| depth.q | ||
| fetch.q | ||
| fetchbot.q | ||
| ingest.q | ||
| init.q | ||
| pnl.q | ||
| ranges.q | ||
| README.md | ||
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
-
Install the latest Q/Kdb from KX Systems
-
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
license
none