Commit Graph

  • b72f85433a Remove breaking useless condition for determining if res is list of ohlc values jaredgoldman 2023-03-24 19:56:38 -0400
  • 6c4f2cdf84 Remove float conversion for config key id jaredgoldman 2023-03-24 18:50:21 -0400
  • ccfe033b7a Strengthen retry case and add comments jaredgoldman 2023-03-20 21:24:23 -0400
  • 84cd7fe0e1 Add exponential retry case for history client jaredgoldman 2023-03-20 21:14:58 -0400
  • 609b91e848 Try out `@trio_util.async_generator` for streaming binance_ws_ep_update Tyler Goodlet 2023-03-17 20:21:19 -0400
  • 99e94f81be Make broker creds/auth optional jaredgoldman 2023-03-19 14:48:47 -0400
  • 9c2177077e Remove typo jaredgoldman 2023-03-19 14:43:51 -0400
  • 57587c9d2d Cast/validate streamed messages jaredgoldman 2023-03-19 14:22:56 -0400
  • 6e3b132239 Correct typo in license jaredgoldman 2023-03-19 14:15:14 -0400
  • 4da8b7861e Label private methods accordingly, remove cryptofeeds module jaredgoldman 2023-03-19 14:14:33 -0400
  • 65915832ed More cleanup, add comments re sub func jaredgoldman 2023-03-19 13:27:31 -0400
  • 61bb60a810 Clean up broker code, Add typecasting for messages/rt-data and historcal user trades ensure we're fetching all history add multi-symbol support ' jaredgoldman 2023-03-19 13:11:33 -0400
  • a4195fccc6 Spawn background ping task jaredgoldman 2023-03-18 11:21:23 -0400
  • afa68d2d59 Remove breakpoint in web_bs, ensure we only unsub if ws is connected jaredgoldman 2023-03-15 20:26:51 -0400
  • 2d3c351ca4 Implement working message streaming jaredgoldman 2023-03-15 20:03:16 -0400
  • 9292e98d00 Add sub method to flow jaredgoldman 2023-03-14 15:05:04 -0400
  • e4a78eaeef Succesfully connect to kucoin ws jaredgoldman 2023-03-14 14:15:10 -0400
  • f89b408f64 Add back static API version in headers jaredgoldman 2023-03-11 18:55:40 -0500
  • 88f6f89cbb Ensure we're passing the correct api version to the header builder, make headers a default arg jaredgoldman 2023-03-11 16:21:42 -0500
  • 88e51f6fde Abstract header gen to seperate function jaredgoldman 2023-03-08 23:45:51 -0500
  • 2a68ce0657 Implement Kucoin auth and last trades call jaredgoldman 2023-03-08 23:31:28 -0500
  • dc02c115ba WIP - ensure `asyncio` pumps the event loop each send Tyler Goodlet 2023-03-03 16:24:44 -0500
  • f830a776ab Update trade message format jaredgoldman 2023-03-03 15:24:32 -0500
  • 79feb1073d WIP - setup basic history and streaming client jaredgoldman 2023-03-02 23:01:17 -0500
  • f3f8aeae8d Start adding history client jaredgoldman 2023-02-28 12:56:12 -0500
  • be19c948a9 Add cryptofeeds data feed module, Add Kucoin backend client wip jaredgoldman 2023-02-28 12:42:37 -0500
  • 78eb784091 Stick `try:` outside all `xdotool` subproc calls Tyler Goodlet 2023-03-10 09:53:05 -0500
  • 973e4b5f44 `binance`: wrap streamer async-gen in `aclosing()` Tyler Goodlet 2023-03-13 12:29:17 -0400
  • 9197e6decb `binance`: use built-in `anext()` add note about new ws ep URL Tyler Goodlet 2023-02-28 12:46:29 -0500
  • f3b04f27e6
    Merge pull request #490 from pikers/log_linearized_curve_overlays goodboy 2023-03-13 15:32:42 -0400
  • 889e920796 Short-circuit rendering on no 1d-data; avoid m4 layer crash log_linearized_curve_overlays Tyler Goodlet 2023-03-13 12:18:54 -0400
  • 1aab9f1f81 Actually yes, we need to handle empty in-view range.. Tyler Goodlet 2023-03-10 09:54:32 -0500
  • 5c697de58e Presume never handling not-in-view case for minor curves Tyler Goodlet 2023-03-09 16:32:50 -0500
  • 3066b1541e Handle (shorter supported) minor-curve not-in-view Tyler Goodlet 2023-03-09 16:27:22 -0500
  • 32339cb41a Always show a minimum bars during startup Tyler Goodlet 2023-03-07 20:40:21 -0500
  • 12e196a6f7 Catch `KeyError` on bcast errors which pop the sub Tyler Goodlet 2023-03-07 15:42:06 -0500
  • 8a87e5f390 Remove leftover debug print in cache reset meth Tyler Goodlet 2023-03-07 15:41:38 -0500
  • 5958acebe1 Add (commented) draft 1min OHLC time index logging Tyler Goodlet 2023-03-07 15:35:07 -0500
  • 8d1c713a5a Always pass step to `slice_from_time()` in view mode Tyler Goodlet 2023-03-07 15:18:34 -0500
  • 32926747c6 Always pass `step` to `slice_from_time()` in the `Viz` Tyler Goodlet 2023-03-07 15:05:42 -0500
  • 712f1a47a0 Require `step: float` input to `slice_from_time()` Tyler Goodlet 2023-03-07 14:36:19 -0500
  • 51f3733487 Handle "target-is-shorter-then-pinned" case Tyler Goodlet 2023-03-06 19:03:04 -0500
  • 4bb580ae60 Don't `@lru_cache` on `Viz.i_from_t()`, since view state.. Tyler Goodlet 2023-03-06 18:30:58 -0500
  • 05aee4a311 Tweak debug printing to display y-mxmn per viz Tyler Goodlet 2023-03-06 10:37:26 -0500
  • fc98d66ffc Fix curve up-sampling on `'r'` hotkey Tyler Goodlet 2023-03-05 21:23:42 -0500
  • 57d56c4791 Facepalm: set `Viz.ViewState.yrange` even on cache hits.. Tyler Goodlet 2023-03-05 21:22:55 -0500
  • 7e6e04b7e2 Drop remaining usage of `ChartPlotWidget.default_view()` Tyler Goodlet 2023-03-05 21:14:22 -0500
  • 12bee716c2 Add `do_min_bars: bool` flag to `Viz.default_view()` Tyler Goodlet 2023-03-04 17:07:46 -0500
  • 6690bd4576 Drop remaining non-usage of `ChartPlotWidget.maxmin()` Tyler Goodlet 2023-03-04 16:49:20 -0500
  • 9c8bd9b8ce Expand mxmn view y-margins back to 0.06 Tyler Goodlet 2023-03-02 12:55:26 -0500
  • eea850450a Handle yrange not set on view vase for vlm fsp plot Tyler Goodlet 2023-03-01 17:35:07 -0500
  • f7dfe57090 Disable coordinate caching during interaction Tyler Goodlet 2023-02-28 18:03:41 -0500
  • 9b960594aa Add per-chart `Viz`/overlay graphics iterator method Tyler Goodlet 2023-02-28 18:02:34 -0500
  • 75642929e3 Move cache-reset ctx mngr to parent type: `FlowGraphics.reset_cache()` Tyler Goodlet 2023-02-28 18:01:13 -0500
  • eda283f059 Fix focal min calc after switching to `Viz.datums_range()`.. Tyler Goodlet 2023-02-28 16:02:27 -0500
  • 77401a94fb Simplify `FlowGraphics.x_last()` logics Tyler Goodlet 2023-02-28 16:02:01 -0500
  • 75807f4a96 Rename overlay technique var to `method` Tyler Goodlet 2023-02-28 15:09:15 -0500
  • 94f0ef13ef Repair x-label datetime labels when in array-index mode Tyler Goodlet 2023-02-28 15:01:00 -0500
  • 7579863068 Skip overlay handling when `N < 2` are detected Tyler Goodlet 2023-02-28 14:32:03 -0500
  • 993bb47138 Drop passing overlay method from viewbox to view-mode handler Tyler Goodlet 2023-02-28 11:54:30 -0500
  • 8c392fda60 Drop a bunch of commented/uneeded cruft Tyler Goodlet 2023-02-28 11:48:49 -0500
  • 45e97dd4c8 Solve a final minor-should-rescale edge case Tyler Goodlet 2023-02-28 10:53:06 -0500
  • 01ea706644 Better doc string, use `Viz.vs: ViewState` Tyler Goodlet 2023-02-28 09:43:16 -0500
  • c1ea8552ac Back-rescale previous (minor) curves from latest Tyler Goodlet 2023-02-27 17:16:33 -0500
  • 6601dea8cc Support "pin-to-target-curve" overlay method again Tyler Goodlet 2023-02-27 15:55:37 -0500
  • 4d11c5c89c Add cached dispersion methods to `Viz` Tyler Goodlet 2023-02-27 14:18:41 -0500
  • 29418e9655 Avoid index-from-time slicing including gaps Tyler Goodlet 2023-02-27 11:51:19 -0500
  • 8fd5c67f2a Drop last lingering usage of `Viz.bars_range()` Tyler Goodlet 2023-02-26 16:13:24 -0500
  • 62e0889bf5 Add `Viz.view_state: ViewState` Tyler Goodlet 2023-02-24 13:38:45 -0500
  • 26690b061b Make slow chart a teensie bit smaller Tyler Goodlet 2023-02-21 19:46:50 -0500
  • 98b7d78476 Drop (now) unused major curve mx/mn variables Tyler Goodlet 2023-02-21 19:46:26 -0500
  • 35c40e825a Move overlay transform logic to new `.ui.view_mode` Tyler Goodlet 2023-02-21 16:09:11 -0500
  • 753e991dae Adjust `.ui` modules to new set-style "optional" annots Tyler Goodlet 2023-02-21 09:14:26 -0500
  • 54ecb0990f Remove vlm chart again, drop lotsa fsp cruft Tyler Goodlet 2023-02-21 08:49:55 -0500
  • 5f470d6122 Rework overlay pin technique: "align to first" Tyler Goodlet 2023-02-16 15:23:56 -0500
  • d5ba26cfaf Try to hide all axes even when removed Tyler Goodlet 2023-02-11 16:07:31 -0500
  • cb5e2d48e2 Add hack-zone UI REPL access via `ctl-u` Tyler Goodlet 2023-02-11 15:55:48 -0500
  • a6d1053c50 Facepalm, align overlay plot view exactly to parent Tyler Goodlet 2023-02-11 15:36:02 -0500
  • 3dc1f66ff6 Go back to caching on all curves Tyler Goodlet 2023-02-09 14:57:00 -0500
  • 091afccb72 Dynamically adjust y-range margin in display loop Tyler Goodlet 2023-02-09 14:42:01 -0500
  • cda3bcc1f6 Expose `._set_yrange()` kwargs via `yrange_kwargs: dict` Tyler Goodlet 2023-02-09 14:33:27 -0500
  • 2d7359851f Go back to no-cache on OHLC downsample line Tyler Goodlet 2023-02-09 09:21:30 -0500
  • db1e0a04f8 Only use last `ChartView._yrange` if set Tyler Goodlet 2023-02-09 09:21:04 -0500
  • 972b723a5d Skip overlay transform calcs on common-pi curves Tyler Goodlet 2023-02-08 18:22:07 -0500
  • 74c215d5b2 Lel, always meant to no-cache the step curve.. Tyler Goodlet 2023-02-08 17:23:36 -0500
  • c646b435bf Incrementally set vlm chart yrange per quote Tyler Goodlet 2023-02-08 17:18:29 -0500
  • 0a939311fe Only set the specific view's yrange per quote Tyler Goodlet 2023-02-08 16:32:27 -0500
  • a7db6adc2e Always set the `ChartView._viz` for each plot Tyler Goodlet 2023-02-08 16:31:18 -0500
  • c57567ab0d No-overlays, y-ranging optimizations Tyler Goodlet 2023-02-08 16:09:18 -0500
  • 3daee0caa9 Disable overlay scaling on per-symbol-feed updates Tyler Goodlet 2023-02-06 17:29:00 -0500
  • 6ea64a7d2e Iterate all charts (widgets) when only one overlay Tyler Goodlet 2023-02-06 16:52:27 -0500
  • 25cf8df367 Pass windowed y-mxmn to `.interact_graphics_cycle()` calls in display loop Tyler Goodlet 2023-02-03 14:01:55 -0500
  • 91d41ebf76 Allow y-range input via a `yranges: dict[Viz, tuple[float, float]]` Tyler Goodlet 2023-02-03 14:00:52 -0500
  • c690e141e1 Don't unset `Viz.render` for unit vlm Tyler Goodlet 2023-02-03 10:49:46 -0500
  • 2ed43c0758 Fix profiler f-string Tyler Goodlet 2023-02-02 12:00:19 -0500
  • 7a83a7288c Update profile msgs to new apis Tyler Goodlet 2023-01-30 11:33:30 -0500
  • 9930f25ad3 Move axis hiding into `.overlay_plotitem()` Tyler Goodlet 2023-01-21 18:39:41 -0500
  • 5dd69b2295 Better handle dynamic registry sampler broadcasts Tyler Goodlet 2023-01-25 09:11:34 -0500
  • 246d07021e Drop old loop and wait on fsp engine tasks startups Tyler Goodlet 2023-01-24 18:45:35 -0500
  • 7ebcd6d734 Comment out all median usage, turns out it's uneeded.. Tyler Goodlet 2023-01-24 18:21:11 -0500