piker/piker/clearing
Tyler Goodlet cb1ba8a05f Further root readme bump, factor `.clearing` content
In line with our move to `uv` and recent `nix` support update a bunch of
the summary content and factor out the order-control section to a new
`.piker.clearing` readme file with embedded todos therein.
2025-02-12 15:01:51 -05:00
..
README.rst Further root readme bump, factor `.clearing` content 2025-02-12 15:01:51 -05:00
__init__.py Bleh, move `.data.types` back up to top level pkg 2023-08-05 15:57:10 -04:00
_client.py Bleh, move `.data.types` back up to top level pkg 2023-08-05 15:57:10 -04:00
_ems.py Always ignore untracked-order error msgs from `brokerd` 2023-10-16 13:15:12 -04:00
_messages.py Relay brokerd errors to client side, correctly.. 2023-08-09 21:43:38 -04:00
_paper_engine.py Just warn log on mismatched `MktPair` in paper eng 2024-01-10 17:52:50 -05:00
_util.py Bleh, move `.data.types` back up to top level pkg 2023-08-05 15:57:10 -04:00

README.rst

piker.clearing

trade execution-n-control subsys for both live and paper trading as well as algo-trading manual override/interaction across any backend broker and data provider.

avail UIs

order ctl

the piker.clearing subsys is exposed mainly though the piker chart GUI as a "chart trader" style UX and is automatically enabled whenever a chart is opened.

the "manual" order control features are exposed via the piker.ui.order_mode API and can pretty much always be used (at least) in simulated-trading mode, aka "paper"-mode, and the micro-manual is as follows:

order_mode (

edge triggered activation by any of the following keys, mouse-click on y-level to submit at that price ):

  • f/ ctl-f to stage buy
  • d/ ctl-d to stage sell
  • a to stage alert
search_mode (

ctl-l or ctl-space to open, ctl-c or ctl-space to close ) :

  • begin typing to have symbol search automatically lookup symbols from all loaded backend (broker) providers
  • arrow keys and mouse click to navigate selection
  • vi-like ctl-[hjkl] for navigation

position (pp) mgmt

you can also configure your position allocation limits from the sidepane.