Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
/ bfaut Public archive

[Deprecated] Autonomous trader for bF with PubNub

License

Notifications You must be signed in to change notification settings

dceoy/bfaut

Repository files navigation

bfaut

Autonomous trader for bF

wercker status

Installation

$ pip install -U git+https://github.com/dceoy/bfaut.git

Usage

$ bfaut --help
Autonomous trader for bF

Usage:
    bfaut stream [--debug] [--sqlite=<path>] [--quiet] [<channel>...]
    bfaut init [--debug] [--file=<yaml>]
    bfaut state [--debug] [--file=<yaml>] [--pair=<code>] [<item>...]
    bfaut auto [--debug|--info] [--file=<yaml>] [--pair=<code>]
               [--timeout=<sec>] [--quiet]
    bfaut -h|--help
    bfaut -v|--version

Options:
    -h, --help          Print help and exit
    -v, --version       Print version and exit
    --debug, --info     Execute a command with debug|info messages
    --sqlite=<path>     Save data in an SQLite3 database
    --file=<yaml>       Set a path to a YAML for configurations [$BFAUT_YML]
    --pair=<code>       Set an actual currency pair [default: BTC_JPY]
    --timeout=<sec>     Set senconds for timeout [default: 3600]
    --quiet             Suppress messages

Commands:
    stream              Stream rate
    init                Generate a YAML template for configuration
    state               Print states of market and account
    auto                Open autonomous trading

Arguments:
    <channel>...        PubNub channels [default: lightning_ticker_BTC_JPY]
    <item>...           State types { balance, collateral, orders, positions }

About

[Deprecated] Autonomous trader for bF with PubNub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages