Commit Graph

  • e07dc0de86 feat: add excluded coins filter for strategy tinkle-community 2026-01-03 01:21:17 +08:00
  • cc726adb57 feat: add strategy publish settings and reorder navigation tinkle-community 2026-01-03 00:52:11 +08:00
  • 7df8197542 fix: convert branch name for docker manifest tags tinkle-community 2026-01-01 23:34:43 +08:00
  • 60194306e1 feat: add stable release branch support tinkle-community 2026-01-01 23:27:53 +08:00
  • f3fffd638d merge: resolve conflicts and update hyperliquid config feat/add-qwen-llm-integration tinkle-community 2026-01-01 23:12:51 +08:00
  • 09117bb404 feat: add strategy market, login overlay, and registration limit page tinkle-community 2026-01-01 23:05:58 +08:00
  • 4520b9ee88 fix: convert INTEGER columns to BOOLEAN for PostgreSQL compatibility tinkle-community 2026-01-01 23:01:17 +08:00
  • 52d3f479cb feat: enhance market access strip UI and update fallback stats tinkle-community 2026-01-01 19:44:14 +08:00
  • 2d272bb7b8 feat: migrate store layer to GORM with PostgreSQL support tinkle-community 2026-01-01 19:32:49 +08:00
  • d547863ebb feat: add SQLite/PostgreSQL database switching support tinkle-community 2026-01-01 15:25:30 +08:00
  • 1af4589320 fix: improve Hyperliquid order execution compatibility tinkle-community 2026-01-01 13:23:36 +08:00
  • 74adedbc64 feat: improve landing page UI and add pprof port mapping tinkle-community 2026-01-01 13:09:54 +08:00
  • 445c3aad69 feat: add pprof server for memory profiling tinkle-community 2025-12-31 13:19:58 +08:00
  • a555cbe463 fix: remove unused maskSecret function tinkle-community 2025-12-31 13:19:01 +08:00
  • 8f540ae17c feat: improve Hyperliquid agent wallet config UX and guidance tinkle-community 2025-12-31 12:56:19 +08:00
  • 04e0cbad83 feat: implement coinank free base coin interface (#1293) wqqqqqq 2025-12-30 23:25:08 +08:00
  • 13bc752e82 feat: redesign landing page with new brand components tinkle-community 2025-12-30 21:27:33 +08:00
  • 70eb35d6de feat: add Qwen LLM integration for AI-powered indicator calculation tinkle-community 2025-12-30 21:26:07 +08:00
  • ad04994d75 feat: improve order sync and add xyz dex trigger orders tinkle-community 2025-12-30 14:32:51 +08:00
  • 0408bf1f5f docs: update README with supported markets (crypto, stocks, forex, metals) tinkle-community 2025-12-29 22:20:48 +08:00
  • 47bff87966 feat: add xyz dex balance calculation, market data providers, and UI improvements tinkle-community 2025-12-29 22:16:48 +08:00
  • 4776fc37ce feat: add metric formula tooltips with KaTeX rendering tinkle-community 2025-12-29 00:28:20 +08:00
  • 7b30b687eb feat: improve user experience tinkle-community 2025-12-28 23:29:59 +08:00
  • 98ba88b548 docs: add trading stats and position history screenshots tinkle-community 2025-12-28 22:57:03 +08:00
  • c83b29bec5 fix: use local sqlite3 to clear trading data before starting services tinkle-community 2025-12-28 22:35:33 +08:00
  • d5a2f8ef8d fix: read user input from /dev/tty when piped via curl tinkle-community 2025-12-28 22:15:47 +08:00
  • b228412821 feat: add trading stats to AI context and one-click deployment data clearing tinkle-community 2025-12-28 22:09:47 +08:00
  • d74867c220 feat: add position history API and frontend integration tinkle-community 2025-12-28 21:05:18 +08:00
  • 1c32c2ab08 fix: remove leverage from position history and fix max drawdown calculation tinkle-community 2025-12-28 21:03:37 +08:00
  • 0f3ba1382a feat: use coinank free API for kline data and show exchange badge tinkle-community 2025-12-27 23:35:15 +08:00
  • 9c66afd7a0 fix: use position's actual margin mode when closing OKX positions tinkle-community 2025-12-27 22:11:36 +08:00
  • e204707845 fix: align order markers to kline candles using binary search tinkle-community 2025-12-27 19:38:01 +08:00
  • 8fb0d2e7e9 feat: order sync for multiple exchanges and position tracking improvements tinkle-community 2025-12-27 19:13:04 +08:00
  • 46922f8c53 feat: add multi-exchange order sync and position tracking tinkle-community 2025-12-27 02:09:48 +08:00
  • 2172b252a5 fix: position accumulation for split orders with same timestamp tinkle-community 2025-12-27 02:08:22 +08:00
  • 24cd329f3d feat: implement coinank free kline api and kline websocket (#1281) wqqqqqq 2025-12-27 01:54:44 +08:00
  • e591ed8226 fix: normalize symbol comparison to prevent duplicate data in AI input tinkle-community 2025-12-26 04:13:34 +08:00
  • 6a2abfa96d feat: improve AI decision input format and chart UX tinkle-community 2025-12-26 02:43:34 +08:00
  • 4ff9d21783 fix: increase watermark visibility tinkle-community 2025-12-26 02:14:07 +08:00
  • 60200b8460 feat: add elegant NOFX watermark to chart tinkle-community 2025-12-26 02:10:33 +08:00
  • 39e7df253a fix: update vitest to 4.0.16 to resolve security vulnerabilities tinkle-community 2025-12-26 01:06:48 +08:00
  • 1744e7f38e feat: migrate to CoinAnk API and improve chart UI tinkle-community 2025-12-26 00:58:12 +08:00
  • 54b24167a7 feat: implement coinank openapi kline interface (#1275) wqqqqqq 2025-12-25 14:24:35 +08:00
  • c328e23278 feat: implement coinank openapi netPositions interface (#1258) wqqqqqq 2025-12-23 00:06:14 +08:00
  • d8aeba6906 fix: remove unused badge property from FooterSection tinkle-community 2025-12-21 13:21:16 +08:00
  • 58a3253817 update docs tinkle-community 2025-12-21 02:40:17 +08:00
  • e5e42c8e18 update docs tinkle-community 2025-12-21 02:37:11 +08:00
  • 16ff57778d update docs tinkle-community 2025-12-21 01:36:16 +08:00
  • 27196a379e update docs tinkle-community 2025-12-21 01:28:18 +08:00
  • 2eb3cac7e1 update docs tinkle-community 2025-12-21 01:17:34 +08:00
  • bbda385696 docs: update legal framework to international copyright treaties tinkle-community 2025-12-20 23:50:13 +08:00
  • 0407bca549 docs: add legal remedies for AGPL infringement tinkle-community 2025-12-20 23:46:00 +08:00
  • 35c1bae4e0 docs: add ChainOpera evidence screenshot tinkle-community 2025-12-20 23:40:59 +08:00
  • cd5126599f docs: update contact email tinkle-community 2025-12-20 23:32:57 +08:00
  • cbc66a85e8 docs: add AGPL violation evidence report against ChainOpera (CN/EN) tinkle-community 2025-12-20 23:26:20 +08:00
  • 0009c9c3dd feat: add BOLL (Bollinger Bands) indicator to Strategy Studio tinkle-community 2025-12-20 16:17:16 +08:00
  • 8e57fb986f fix: improve exchange/model edit and usage status display tinkle-community 2025-12-20 15:53:43 +08:00
  • d1ff1c2375 fix: exchange edit modal now shows account data correctly tinkle-community 2025-12-20 15:30:54 +08:00
  • 710d9e4943 feat: increase default max users to 10 and add update reminder tinkle-community 2025-12-20 13:43:59 +08:00
  • 7baa07738a feat: implement coinank openapi rank interface (#1250) wqqqqqq 2025-12-20 01:12:50 +08:00
  • e2d702c662 feat: enhance backtest with real-time positions, P&L fixes, and strategy integration tinkle-community 2025-12-20 01:10:11 +08:00
  • 5534861fe5 feat: display wallet address for perp-dex exchanges with visibility toggle tinkle-community 2025-12-19 18:38:21 +08:00
  • 97f58b49f4 feat: add experience improvement module and system config storage (#1248) tinkle-community 2025-12-19 13:57:08 +08:00
  • c81e6b0094 feat: implement coinank openapi liquidation interface (#1247) wqqqqqq 2025-12-18 21:44:43 +08:00
  • 182265c1d0 feat: implement coinank openapi Instruments interface (#1243) wqqqqqq 2025-12-17 18:55:31 +08:00
  • 612e25db66 feat: init coinank openapi http request framework (#1240) wqqqqqq 2025-12-17 10:22:02 +08:00
  • b169fcd3d2 feat: add time period selector to competition chart (1D/3D/7D/30D/All) tinkle-community 2025-12-17 03:51:21 +08:00
  • 96d3ab6cc5 fix: auto-convert wallet address to EIP-55 checksum format for Lighter API tinkle-community 2025-12-16 16:48:56 +08:00
  • e4d9ea032d fix: position sizing guidance and Lighter sub-accounts support tinkle-community 2025-12-16 00:00:07 +08:00
  • 05c480d3f0 fix: Lighter stop/take-profit orders must use TimeInForce=0 (ImmediateOrCancel) tinkle-community 2025-12-15 22:34:29 +08:00
  • 3f084005e4 feat: upgrade Binance to Algo Order API and improve trading flow tinkle-community 2025-12-15 21:22:22 +08:00
  • aeede956e6 docs: add bilingual module documentation (EN/ZH) tinkle-community 2025-12-15 18:07:52 +08:00
  • 62df4a46f5 docs: add documentation section with architecture links to README tinkle-community 2025-12-15 16:05:33 +08:00
  • 0e4978002b docs: rewrite architecture README with module references tinkle-community 2025-12-15 16:02:05 +08:00
  • 85cf8c4986 docs: add backtest and debate module technical documentation tinkle-community 2025-12-15 15:55:07 +08:00
  • 7532d09dfb docs: add strategy module technical documentation tinkle-community 2025-12-15 15:33:40 +08:00
  • 57a9cc2930 fix: competition chart showing only one line tinkle-community 2025-12-15 11:55:00 +08:00
  • acd549e272 chore: remove unused Lighter integration docs and migration tinkle-community 2025-12-14 23:20:16 +08:00
  • f901f954d9 feat: comprehensive FAQ rewrite with navigation fix tinkle-community 2025-12-14 23:12:09 +08:00
  • da1d905a31 fix: replace localhost with 127.0.0.1 and auto-detect server IP tinkle-community 2025-12-14 22:30:06 +08:00
  • 1785184481 docs: add Windows installation guide tinkle-community 2025-12-14 22:26:10 +08:00
  • 3bb516e469 docs: update documentation tinkle-community 2025-12-14 22:21:50 +08:00
  • 4725548a55 feat: fix Lighter V2 integration and improve error handling tinkle-community 2025-12-14 20:50:10 +08:00
  • abaffaddb9 fix: add SSRF protection for user-controlled URLs tinkle-community 2025-12-14 12:01:23 +08:00
  • 48084f50cf docs: update README screenshots with backtest lab tinkle-community 2025-12-14 00:42:26 +08:00
  • 1e135ea9c3 feat: redesign backtest module UI and fix 404 issue tinkle-community 2025-12-14 00:23:51 +08:00
  • 4aa612f397 refactor: rename pool to provider (Data Provider) tinkle-community 2025-12-13 21:43:43 +08:00
  • c4363f3bc7 fix: use strategy config for position value ratio validation instead of hardcoded 1.5x tinkle-community 2025-12-13 20:47:15 +08:00
  • 0381815a13 feat: add dropdown selector for Recent Decisions count (5/10/20/50/100) tinkle-community 2025-12-13 00:13:29 +08:00
  • 7806749297 fix: use max_completion_tokens for OpenAI newer models tinkle-community 2025-12-12 23:32:32 +08:00
  • 5391f39749 chore: upgrade OpenAI default model to gpt-5.2 tinkle-community 2025-12-12 22:12:17 +08:00
  • ed041b9183 refactor: replace inline SVG exchange icons with local image files (#1224) Ember 2025-12-12 21:09:57 +08:00
  • dcc16fec82 feat: add Bitget futures trading support tinkle-community 2025-12-12 18:59:09 +08:00
  • 76574aacb2 docs: add debate arena screenshots to README tinkle-community 2025-12-12 16:58:44 +08:00
  • cc390706d0 feat: add OI ranking data support and fix trader config update issues tinkle-community 2025-12-12 16:08:21 +08:00
  • f5ae22d85c feat: add debate arena and fix multiple issues tinkle-community 2025-12-12 11:24:32 +08:00
  • e5703ffab6 feat: add Grok, OpenAI, Claude, Gemini, Kimi AI providers tinkle-community 2025-12-11 15:16:59 +08:00
  • 78b5e73966 fix: competition chart data sync and display issues tinkle-community 2025-12-11 12:32:04 +08:00
  • 438f55bc30 fix: OKX contract size conversion issues tinkle-community 2025-12-11 11:17:43 +08:00
  • 19937ee260 fix: improve trading and UI tinkle-community 2025-12-11 00:47:12 +08:00