Tyler Goodlet
c41400ae18
Use `.setRect()`; not sure how this was ever working?
2022-10-31 14:58:35 -04:00
Tyler Goodlet
5976acbe76
`PyQt5` + `pyqtgraph` import updates (`QtGui -> `QtWidgets`)
2022-10-30 21:11:14 -04:00
Tyler Goodlet
41b0c11aaa
Hide existing level line markers on startup
2022-09-23 17:17:32 -04:00
Tyler Goodlet
25ac6e6665
Soft pop lines, handle error-cancel races
2022-09-21 15:43:35 -04:00
Tyler Goodlet
c0d490ed63
Only show pos nav on non-zero size
2022-09-19 16:17:05 -04:00
Tyler Goodlet
fd8c05e024
A lines entry should always exist or it's a bug
2022-09-19 16:17:05 -04:00
Tyler Goodlet
b734af6dd0
Only delete lines under cursor if not `None`
2022-09-12 20:25:15 -04:00
Tyler Goodlet
161448c31a
Support order staging from slow chart using `.get_cursor()`
2022-09-12 20:25:15 -04:00
Tyler Goodlet
412197019e
Make ArrowEditor.add()` expect a `PlotItem` as input for render
2022-09-12 20:25:15 -04:00
Tyler Goodlet
a4935b8fa8
Make line editor multi-line aware, drop `dataclass` for `Struct`
2022-09-12 20:25:15 -04:00
Tyler Goodlet
2dfa8976a0
Make line editor expect god as input, use new .`get_cursor()` api
2022-09-12 20:25:15 -04:00
Tyler Goodlet
016b669d63
Drop staged line runtime guard
2022-08-18 11:51:12 -04:00
Tyler Goodlet
599c77ff84
Port ui components to use flows, drop all late assignments of shm
2022-06-05 22:13:08 -04:00
Tyler Goodlet
6f07c5e255
Drop 'ohlc' array usage from UI components
2022-01-25 07:59:08 -05:00
Tyler Goodlet
68e23fc567
Simplify line editor to track lines instead of create them
2021-09-06 09:28:10 -04:00
Tyler Goodlet
4ce6edae70
Skip line stage when chart not yet initialized
2021-09-06 09:28:10 -04:00
Tyler Goodlet
7367ed5464
Drop all `ChartPlotWidget._lc` remap to `.linked
2021-09-06 09:28:10 -04:00
Tyler Goodlet
826c4408ea
Stop pulling lot size precision from symbol for now in the UI
2021-09-06 09:28:10 -04:00
Tyler Goodlet
0dc18598fb
Add a client side order dialog type for tracking flows in the UI
2021-09-05 13:59:40 -04:00
Tyler Goodlet
62dd327ef3
Drop `_graphics` subpkg; flat is better then nested
2021-09-05 13:59:40 -04:00
Tyler Goodlet
8b966cd7e4
Port all to use new cursor and ohlc refs
2021-07-08 10:55:47 -04:00
Tyler Goodlet
d3d5d4ad06
Drop global order lines map
...
Orders in order mode should be chart oriented since there's a mode per
chart. If you want all orders just ask the ems or query all the charts
in a loop.
This fixes cancel-all-orders such that when 'cc' is tapped only the
orders on the *current* chart are cancelled, lel.
2021-07-08 10:55:47 -04:00
Tyler Goodlet
572f984d06
Add an all order lines getter method
2021-07-08 10:55:47 -04:00
Tyler Goodlet
c971997f1a
Don't access unset cursor
2021-07-08 10:55:47 -04:00
Tyler Goodlet
569b2efb51
Move region selection to editors mod
2021-07-08 10:55:47 -04:00
Tyler Goodlet
4a37cf768f
Move line and arrow editors to new mod
2021-07-08 10:55:47 -04:00