• Joined on 2026-03-04
p1otek pushed to master at p1otek/winterfail 2026-03-18 22:31:12 +00:00
870f7574cc Fix duplicate priceSelect declaration causing SyntaxError
p1otek pushed to master at p1otek/winterfail 2026-03-18 22:28:32 +00:00
b9d3add00d Add DOMContentLoaded listener for price format selector to apply precision changes
p1otek pushed to master at p1otek/winterfail 2026-03-18 22:23:27 +00:00
e47b9cd5c3 Fix syntax error and add price format selector listener
p1otek pushed to master at p1otek/winterfail 2026-03-18 22:19:08 +00:00
406c3d7b95 Add price format configuration to settings popup and apply to chart
p1otek pushed to master at p1otek/winterfail 2026-03-18 22:11:49 +00:00
c7cf662da2 Set priceFormat precision 0 for chart series to display integer prices
p1otek pushed to master at p1otek/winterfail 2026-03-18 22:06:23 +00:00
dd53b13979 Set priceFormat precision 0 for LineSeries and BaselineSeries to hide decimals
p1otek pushed to master at p1otek/winterfail 2026-03-18 21:58:28 +00:00
cbba89ef0f Set price format precision to 0 (integer) and minMove to 1 for all series
p1otek pushed to master at p1otek/winterfail 2026-03-18 21:51:53 +00:00
276ea8bdd5 Remove indicator titles from series to hide names on price axis
3d6b500926 Hide indicator names in legend, keep price axis labels
Compare 2 commits »
p1otek pushed to master at p1otek/winterfail 2026-03-18 21:38:15 +00:00
79802aa173 Fix Hurst fetch URL to use full API_BASE_URL and ensure endpoint returns JSON for all query params
8bb61e014d Fix Hurst indicator fetch URL to use full API_BASE_URL, preventing 404
cf603d7315 Ensure candles endpoint always returns JSON, handling start/end params to stop 404 errors
b80597dc42 Support start/end query params in candles endpoint to prevent 404 for Hurst indicator
1b6e307a79 Update interval list to include 148m and extend mock API to return sample 148m candle
Compare 11 commits »
p1otek pushed to master at p1otek/winterfail 2026-03-18 19:47:57 +00:00
e98c25efc4 docs: add AGENTS.md with build/lint/test commands and code style guidelines
p1otek created branch master in p1otek/winterfail 2026-03-18 19:47:56 +00:00
p1otek created repository p1otek/winterfail 2026-03-18 19:47:45 +00:00
p1otek pushed to master at p1otek/btc-trading 2026-03-10 10:53:01 +00:00
218f0f5107 refactor: modularize dashboard strategies and enhance indicator engine
p1otek pushed to master at p1otek/btc-trading 2026-03-05 20:12:10 +00:00
8b167f8b2c docs: add technical description for Ping-Pong strategy with RSI and Hurst Bands