Commit graph

215 commits

Author SHA1 Message Date
678c70467a rework the data load 2026-03-20 09:48:03 -07:00
5758f943c6 clean up chart.zig 2026-03-20 09:36:23 -07:00
f02093928c cache chart and use sliding windows on bollinger bands 2026-03-20 09:23:41 -07:00
6181305aa8 clean up history/enrich 2026-03-20 09:07:47 -07:00
70b88c0cc2 clean up options 2026-03-20 08:58:30 -07:00
f227cfc655 clean up quote 2026-03-20 08:51:49 -07:00
85828fc851 clean up analysis 2026-03-20 08:40:04 -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
5f57a63ebc clean up perf 2026-03-19 14:32:03 -07:00
0099edcb10 portfolio cli/tui cleanup 2026-03-19 14:25:13 -07:00
5756934d6e consolidate shared portfolio summary calculations 2026-03-19 13:28:18 -07:00
04358e5561 consolidate drip summary 2026-03-19 13:04:20 -07:00
a9af5f1fa4 consolidate watchlist loading/use srf 2026-03-19 13:00:57 -07:00
ccdbfdeac2 remove old comment/reuse symbols 2026-03-19 12:50:51 -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
e90bcde2cf s_per_min in format.zig 2026-03-17 10:28:57 -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
94188ae4a9 add tiingo provider as primary for candles 2026-03-17 08:52:25 -07:00
ef8065610f start with 1 token in rate limiter rather than a full bucket (per/min providers only 2026-03-12 15:28:23 -07:00
b50091bd82 centralize annualized return calc 2026-03-12 09:58:00 -07:00
de6138b991 get more conservative with twelvedata 2026-03-11 16:03:23 -07:00
71ec785e49 make price ratio non-null 2026-03-11 15:34:47 -07:00
b0c5dc3e21 add Yahoo finance into the mix for candles and quotes 2026-03-11 15:31:17 -07:00
31d18e28bd allow setting price ratio 2026-03-11 15:09:56 -07:00
1d3ccbdb50 add debug statements so we can see what is going on if needed 2026-03-11 13:36:04 -07:00
cd5de92006 implement a server cache sync 2026-03-11 13:01:37 -07:00
b4024ea03d adjust 1 year return threshold to allow for landing the snap on weekends/holidays 2026-03-11 12:00:03 -07:00
2f84bbd3e8 exclude mutual funds from any server fetch - they do not have earnings 2026-03-11 11:45:34 -07:00
f91836fabb Change candle TTL to 23h, 45m for cron jitter/update README 2026-03-11 11:26:09 -07:00
868fcd98d3 move isCusipLike / deal with default risk rate 2026-03-10 15:53:51 -07:00
fa1fd38bc6 delete dead code 2026-03-10 15:21:24 -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
ec9848b7a0 http.zig cleanup. Most notably, we now retry on gateway errors 2026-03-10 14:37:36 -07:00
6cde9e67b9 api.finnhub.io supports TLS 1.3 - curl fallback removed 2026-03-10 14:09:31 -07:00