Commit Graph

  • b213071251 Clean up and finalize indicator persistence on TF change DiTus 2026-02-26 15:21:15 +01:00
  • 3a8040590b Fix: Prevent indicators from being deleted during TF switch DiTus 2026-02-26 15:14:34 +01:00
  • 2769814b64 Add diagnostic logging to track indicator array lifecycle during TF switch DiTus 2026-02-26 15:08:30 +01:00
  • b2fef0bd45 Add extensive diagnostic logging to track indicator array lifecycle DiTus 2026-02-26 15:04:57 +01:00
  • 437cd27bd9 Fix: Move console.log after activeIndicators declaration DiTus 2026-02-26 15:02:43 +01:00
  • aea7a4573e Add more diagnostic logging to track activeIndicators array lifecycle DiTus 2026-02-26 15:02:02 +01:00
  • bafaf524fe Add diagnostic logging for indicator visibility debugging DiTus 2026-02-26 14:59:12 +01:00
  • 5f84215acd Add tab system to right sidebar with Indicators and Strategies DiTus 2026-02-26 14:56:03 +01:00
  • 5632a465d1 fix: increase max_locks_per_transaction to 256 BTC Bot 2026-02-26 09:31:44 +01:00
  • 6e21be6523 Fix indicator panel UI bugs DiTus 2026-02-25 23:52:50 +01:00
  • 1ca9bfb334 Fix template literal syntax by removing debug console.log DiTus 2026-02-25 23:35:53 +01:00
  • 6fdd129735 Fix malformed console.log causing syntax error DiTus 2026-02-25 23:33:25 +01:00
  • 07981e8602 Add debug logging for parameters rendering DiTus 2026-02-25 23:32:06 +01:00
  • 9d3612cd9a Fix RSI bands visibility and line width DiTus 2026-02-25 23:29:24 +01:00
  • 7539830524 Add configurable RSI levels and remove line settings for RSI DiTus 2026-02-25 23:26:46 +01:00
  • c6a6f1cfb9 Fix line width slider to respect user settings DiTus 2026-02-25 23:21:26 +01:00
  • 8f6725a700 Add missing window.toggleIndicatorExpand function DiTus 2026-02-25 23:17:16 +01:00
  • dc2b7fc201 Fix settings controls and prevent auto-expand DiTus 2026-02-25 23:15:47 +01:00
  • f9cc0a9a78 Remove import of non-existent removeIndicatorByIndex from app.js DiTus 2026-02-25 23:10:27 +01:00
  • 5e8c368b68 Remove non-existent removeIndicatorByIndex from export DiTus 2026-02-25 23:09:40 +01:00
  • 03cf60abac Remove duplicate export statement causing syntax error DiTus 2026-02-25 23:09:03 +01:00
  • 539ba7a689 Fix export error by removing non-existent removeIndicatorByIndex export DiTus 2026-02-25 23:08:28 +01:00
  • 0b6d5a04ee Restore missing addIndicator function that was accidentally deleted DiTus 2026-02-25 23:07:18 +01:00
  • ee7bfc9571 Fix export error by declaring removeIndicatorById as standalone function DiTus 2026-02-25 23:06:08 +01:00
  • 3602a572a5 Fix duplicate function declaration error DiTus 2026-02-25 23:04:53 +01:00
  • 2c7cbbe073 Complete rewrite of indicators panel to fix duplicate event listeners DiTus 2026-02-25 23:04:10 +01:00
  • 43d3a081a3 Fix syntax error - remove extra closing brace DiTus 2026-02-25 22:59:41 +01:00
  • 551953f564 Fix duplicate indicator addition by preventing multiple event listeners DiTus 2026-02-25 22:58:52 +01:00
  • 5f6d71f616 Add missing renderIndicatorOnPane function and fix index undefined error DiTus 2026-02-25 22:56:53 +01:00
  • 4a503f6b62 Fix event handlers using event delegation DiTus 2026-02-25 22:55:13 +01:00
  • 751b59090f Add missing global variables: indicatorPanes and nextPaneIndex DiTus 2026-02-25 22:50:48 +01:00
  • 734a47df7d Fix temporal dead zone error in filter callback DiTus 2026-02-25 22:46:56 +01:00
  • ac44b52b8b Fix CSS import and add debug logging for indicator panel DiTus 2026-02-25 22:46:03 +01:00
  • d0fbe8cfe5 Fix export syntax using standalone function declarations DiTus 2026-02-25 22:43:05 +01:00
  • 5140e437b0 Fix temporal dead zone error in exports DiTus 2026-02-25 22:41:56 +01:00
  • f1757da143 Fix missing export for removeIndicatorByIndex function DiTus 2026-02-25 22:41:12 +01:00
  • 844f3afd89 Add proper ES6 exports for indicator panel modules DiTus 2026-02-25 22:38:48 +01:00
  • a6ed93ddbf Fix syntax error in showPresets function DiTus 2026-02-25 22:36:43 +01:00
  • a45d09ef6f Implement single-panel indicator management system DiTus 2026-02-25 22:34:59 +01:00
  • 6dc9cf5a63 Prevent TA panel refresh when changing timeframes DiTus 2026-02-25 22:17:57 +01:00
  • 258ac8eef2 Fix dashboard loading and maximize chart area DiTus 2026-02-25 22:16:12 +01:00
  • c7ee5135ae Initial commit - BTC Trading Dashboard DiTus 2026-02-25 22:10:30 +01:00
  • 4d5b1e1416 feat: add oscillator pane support with lightweight-charts v5 BTC Bot 2026-02-24 11:50:30 +01:00
  • 06b2a4eac4 Redesign indicators panel: dynamic catalog, multi-instance, chart legend BTC Bot 2026-02-24 11:21:30 +01:00
  • 610911bca0 Improve indicators panel and fix data collector startup BTC Bot 2026-02-24 10:21:41 +01:00
  • 09ec51c185 Add chart navigation controls with keyboard shortcuts BTC Bot 2026-02-18 12:43:08 +01:00
  • c3cf0578f5 Improve chart UX: dynamic price line color, smooth historical data prefetch BTC Bot 2026-02-18 12:16:57 +01:00
  • 30bedcbb67 Refactor dashboard JS to ES modules; fix collector strategy loading and add auto-backfill BTC Bot 2026-02-18 11:07:30 +01:00
  • eafba745b1 local strategy BTC Bot 2026-02-17 10:39:39 +01:00
  • fcac738e64 powinno działać BTC Bot 2026-02-16 13:04:38 +01:00
  • c2e5b23b89 Fix sidebar toggle button visibility when collapsed; add hover effect BTC Bot 2026-02-16 10:32:48 +01:00
  • 2dfd97e7b8 Fix historical data loading on chart scroll; add separate trade lines and improved marker styling BTC Bot 2026-02-13 13:37:51 +01:00
  • ad2b93ba39 Improve simulation marker UX: remove alert, adjust spacing, add hover tooltips BTC Bot 2026-02-13 12:47:14 +01:00
  • 003ab43086 feat: implement MVP of client-side strategy architecture BTC Bot 2026-02-13 09:55:23 +01:00
  • d7bdfcf716 feat: implement strategy metadata and dashboard simulation panel BTC Bot 2026-02-13 09:50:08 +01:00
  • 38f0a21f56 Improve dashboard rendering stability and increase DB pool size BTC Bot 2026-02-12 08:39:54 +01:00
  • f9559d1116 Fix concurrent connection usage in multi-timeframe generator BTC Bot 2026-02-11 23:52:30 +01:00
  • ec37fae0fd Implement custom timeframes (37m, 148m) with real-time refresh for all intervals BTC Bot 2026-02-11 23:27:21 +01:00
  • 933537d759 Initial commit: BTC Bot with dashboard, TA analysis, and 14 timeframes BTC Bot 2026-02-11 22:27:51 +01:00