Commit graph

55 commits

Author SHA1 Message Date
b241feeaf0 incorporate life events (e.g. social security) into projections 2026-04-30 10:10:44 -07:00
4174e9bc09 hide projections when not in portfolio mode 2026-04-28 15:54:21 -07:00
e5c8f6f144 add graph and set up scrolling 2026-04-28 11:46:17 -07:00
33d5d7cbb4 initial commit projections TUI tab 2026-04-28 10:30:13 -07:00
9af99ef8c8 history view refactor 2026-04-23 16:02:34 -07:00
e68372036d cleanup of _mod imports 2026-04-23 02:01:25 -07:00
9acf3115db dedup the snapshot loading function 2026-04-23 01:25:00 -07:00
5196a320f6 initial tui history implementation 2026-04-23 00:32:18 -07:00
7f01e57b4f use config defaults 2026-04-21 12:12:12 -07:00
04ea95f21f add contributions command 2026-04-20 05:17:41 -07:00
38ce7e288d introduce ZFIN_HOME 2026-04-17 12:19:19 -07:00
59760a1da8 centralize accounts.srf loading 2026-04-11 09:51:25 -07:00
d4b40cbe5c better account filter for interactive mode 2026-04-10 09:39:26 -07:00
922b3d604e reuse common account filtering in portfolio 2026-04-09 17:41:25 -07:00
4e0270c884 create a view model for options and cds that is reused between cli/tui 2026-03-31 17:02:32 -07:00
db6a101e32 allow for filtering by account (substantial change to calculations - seems ok) 2026-03-31 11:03:37 -07:00
92ce2f449d fixes for interactive symbol mode 2026-03-20 14:18:39 -07:00
678c70467a rework the data load 2026-03-20 09:48:03 -07:00
f02093928c cache chart and use sliding windows on bollinger bands 2026-03-20 09:23:41 -07:00
f227cfc655 clean up quote 2026-03-20 08:51:49 -07:00
9610d773b0 remove stupid one-liners that are not called/rename self in tabs 2026-03-20 08:29:45 -07:00
ae76036090 move loads into tabs 2026-03-20 08:18:21 -07:00
2aaa3e91af clean up earnings 2026-03-20 08:12:53 -07:00
e4f394e73d full screen repaint when switching tabs 2026-03-19 14:43:27 -07:00
a9af5f1fa4 consolidate watchlist loading/use srf 2026-03-19 13:00:57 -07:00
827697fce0 windows support (theoretically) 2026-03-19 12:29:37 -07:00
c8fb298a83 ai: remove edit feature 2026-03-19 12:12:48 -07:00
c847efa117 more clearly communicate intent for scroll_bottom 2026-03-19 12:08:39 -07:00
5aef05ee6a clean up handleInputKey 2026-03-19 11:46:29 -07:00
1f6b66da80 remove magic numbers 2026-03-19 11:30:12 -07:00
3183a53825 unconditional debounce 2026-03-19 11:12:43 -07:00
44edae9500 centralize movement logic/debounce mouse wheel on cursor tabs 2026-03-19 11:10:26 -07:00
3e82486992 introduce chart state to hold the 13 chart state fields 2026-03-19 09:57:54 -07:00
1bd452190a add comment on App 2026-03-19 09:44:20 -07:00
b4a2fe216f rearrange tui types 2026-03-19 09:42:19 -07:00
cad05657fe ai: refactor tui/fix options panic 2026-03-19 09:29:59 -07:00
f6fb2a67a5 uppercase the command line symbol name 2026-03-17 10:10:29 -07:00
c58cdab98e enable ^L to repaint 2026-03-17 09:50:46 -07:00
5acce9d0bf refactor risk module/better sharpe ratios/adjust valuation for covered calls 2026-03-17 09:45:30 -07:00
868fcd98d3 move isCusipLike / deal with default risk rate 2026-03-10 15:53:51 -07:00
9b246893bf upper case symbol from user 2026-03-10 15:18:12 -07:00
d2867a58e8 clean up format.zig/remove it from exported module 2026-03-10 15:13:20 -07:00
41105989c7 title case for etf sectors, force upper case on symbol search 2026-03-06 15:11:04 -08:00
b5af45bf5a introduce deinit on Dividend 2026-03-06 14:59:14 -08:00
46862519b6 ai: remove most manual type conversion in favor of srf 2026-03-06 10:59:33 -08:00
471c8639d8 utilize srf library from/to most concrete types 2026-03-04 17:10:01 -08:00
ecf3d71d97 update pnl -> gain_loss 2026-03-03 13:32:56 -08:00
fed140b2bc ai: provide fetch progress info when tui starts 2026-03-03 12:00:41 -08:00
145b02c0bf add market value of lots to CLI/TUI display 2026-03-02 08:58:34 -08:00
7288d74d4f ai: restore progress in CLI/add to TUI 2026-03-02 08:42:30 -08:00