From 9300b3d6db222925dfa88ba8bed6a6aec77df7d0 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 5 Jul 2022 17:45:47 -0400 Subject: [PATCH] Try out a backend readme --- piker/brokers/kraken/README.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 piker/brokers/kraken/README.rst diff --git a/piker/brokers/kraken/README.rst b/piker/brokers/kraken/README.rst new file mode 100644 index 00000000..7a801a94 --- /dev/null +++ b/piker/brokers/kraken/README.rst @@ -0,0 +1,31 @@ +``kraken`` backend +------------------ +though they don't have the most liquidity of all the cexes they sure are +accommodating to those of us who appreciate a little ``xmr``. + +status +****** +current support is *production grade* and both real-time data and order +management should be correct and fast. this backend is used by core devs +for live trading. + + +config +****** +In order to get order mode support your ``brokers.toml`` +needs to have something like the following: + +.. code:: toml + + [kraken] + accounts.spot = 'spot' + key_descr = "spot" + api_key = "69696969696969696696969696969696969696969696969696969696" + secret = "BOOBSBOOBSBOOBSBOOBSBOOBSSMBZ69696969696969669969696969696" + + +If everything works correctly you should see any current positions +loaded in the pps pane on chart load and you should also be able to +check your trade records in the file:: + + /ledgers/trades_kraken_spot.toml