Reword/extend the charting bullet
parent
ccb6f1913c
commit
7060faa58c
|
|
@ -48,10 +48,11 @@ the market venue itself.
|
|||
a unified API for market data, order submission, and position
|
||||
tracking regardless of venue.
|
||||
|
||||
- A hyper performant real-time charting UI built on PyQt6 and our own
|
||||
extensions to the `PyQtGraph` graphic lib, all driven by
|
||||
in-shared-memory data (like OHLCV) buffers that multiple processes
|
||||
read without serialization overhead.
|
||||
- A hyper performant real-time charting UI built on `PyQt6` and our
|
||||
own extensions to the `PyQtGraph` graphic lib, all driven by
|
||||
real-time, in-shared-memory-buffer backed, data flows (i.e. OHLCV,
|
||||
market tick events, traffic profile metrics) that multiple
|
||||
processes (actors) operate on without serialization overhead.
|
||||
|
||||
- a keyboard-driven, modal UI/X targeting tiling window manager users
|
||||
on linux.
|
||||
|
|
|
|||
Loading…
Reference in New Issue