Commit Graph

  • de13142950 Add StandX Maker Points strategy tutorial and update README with configuration details. Include steps for obtaining login token and environment variable setup for new users, enhancing documentation clarity and usability. discountry 2026-01-06 20:08:38 +08:00
  • 597e41f053 Merge pull request #16 from discountry/feat/mm DisneyandGitHub 2026-01-06 17:50:38 +08:00
  • b0a33a58d1 Remove market maker documentation from StandX. This deletion includes all content related to Maker Points, order management, and WebSocket API details, streamlining the documentation for clarity and focus. discountry 2026-01-06 17:49:29 +08:00
  • 65b9f21981 Add new PM2 start command for Maker Points strategy in package.json. This includes a dedicated command for 'maker-points' with specific exchange settings, enhancing deployment options for the application. discountry 2026-01-06 16:37:51 +08:00
  • 33b5407245 Refactor Maker Points logic by removing dislocation calculations and related UI elements. Update MakerPointsEngine to utilize new price fetching methods and streamline order synchronization. Adjust translations and tests accordingly to reflect these changes. discountry 2026-01-06 16:18:54 +08:00
  • 7aafc3b69d Add Maker Points strategy support in StandX. Introduce new configuration for Maker Points, including point bands and order management logic. Implement MakerPointsEngine for handling order placement and tracking. Update CLI and UI components to integrate Maker Points functionality, enhancing user experience and strategy options. discountry 2026-01-06 16:01:10 +08:00
  • 9a093459bc Add debugging options and enhance WebSocket handling in StandxGateway. Introduce debugWs and debugWsRaw flags for improved logging of WebSocket events and payloads. Implement decrossDepthBook function for better order book management and update message handling to support multiple JSON payloads. feat/standx discountry 2025-12-21 16:54:14 +08:00
  • aa36b0cfdc Implement depth level normalization in StandxGateway for improved order book handling. Refactor depth data processing to utilize the new normalizeDepthLevels function, ensuring consistent bid and ask sorting. Update symbol handling to accommodate fallback logic. discountry 2025-12-21 16:15:44 +08:00
  • 93c6409688 Integrate StandX exchange support by updating configuration files, adding environment variables, and enhancing documentation. Include new API endpoints and authentication details for StandX in README and dedicated documentation files. Update CLI and adapter logic to accommodate StandX functionalities. discountry 2025-12-21 15:37:03 +08:00
  • 84d5e1f3d7 Update README files to include Nado referral link and detailed setup instructions for Nado integration, enhancing user guidance for configuration and usage. feat/nado discountry 2025-12-20 14:53:25 +08:00
  • 6e5413ec1e Refactor order status handling in NadoGateway and MakerEngine. Introduce isOrderActiveStatus utility to streamline order filtering logic. Add tests for error handling and order status utilities. discountry 2025-12-20 13:10:48 +08:00
  • 84e8ce1d43 Enhance NadoGateway with min size policy handling and related utility functions. Update .env.example to include NADO_MIN_SIZE_POLICY configuration option. discountry 2025-12-19 11:11:35 +08:00
  • c69ea72860 Add Nado documentation and examples, including new API endpoints, FAQs, and guides for using the TypeScript SDK. Update .env.example with additional configuration options. discountry 2025-12-19 01:38:09 +08:00
  • 624fecfa70 add nado packages discountry 2025-12-18 03:14:20 +08:00
  • 6dcf13481d Enhance README.md with a detailed description of the Bun-powered multi-exchange perpetuals workstation, highlighting key features such as the SMA30 trend engine, Guardian stop sentinel, and market-making modes. discountry 2025-12-09 00:38:23 +08:00
  • 3fd0f715a1 Update README.md to instruct users to set LANG=en in .env for English interface support. discountry 2025-12-09 00:36:50 +08:00
  • 85e7f245c0 Implement internationalization support by adding translation functionality and updating UI components to use translated strings. Add language configuration in .env.example and integrate translations across various strategy and UI components. discountry 2025-12-09 00:35:28 +08:00
  • 03df1006cc Update README.md to include a link for English users and remove the outdated English README reference. discountry 2025-12-09 00:00:28 +08:00
  • 3099cb1319 Merge pull request #13 from discountry/feat/lighter-spot DisneyandGitHub 2025-12-08 23:57:07 +08:00
  • 49b8f0bcf1 fix perp feat/lighter-spot discountry 2025-12-08 23:55:13 +08:00
  • a23eb91f04 Remove lighter-go-main directory and associated files, including client, types, and documentation, to streamline the project structure. Update .gitignore to exclude temporary files. discountry 2025-12-08 23:44:05 +08:00
  • 974d3017e0 fix position discountry 2025-12-08 19:57:57 +08:00
  • 668c3a57d3 fix open orders discountry 2025-12-08 01:28:33 +08:00
  • 819ce93a90 fix stoploss discountry 2025-12-07 23:35:10 +08:00
  • 061a8dd8f1 fix: improve lighter ws reconnect discountry 2025-12-07 23:18:29 +08:00
  • 49df78c075 fix nonce discountry 2025-12-07 22:48:23 +08:00
  • 6a6b61c491 fix nonce discountry 2025-12-07 22:36:37 +08:00
  • 7612e25dd1 add stoploss discountry 2025-12-07 22:33:56 +08:00
  • 705e489c17 fix nonce discountry 2025-12-07 22:28:48 +08:00
  • 9a418aba41 add trend skip discountry 2025-12-07 22:15:34 +08:00
  • 2cb6c4fef1 feat: add minBaseAmount and minQuoteAmount to ExchangePrecision and LighterGateway for improved trading logic discountry 2025-12-07 21:52:35 +08:00
  • 180f47b6e0 support lighter spot discountry 2025-12-07 21:37:58 +08:00
  • 5f79b134f2 refactor: restructure Lighter SDK by removing deprecated Go files and enhancing Python documentation with new examples and models discountry 2025-12-07 19:14:56 +08:00
  • 85705dd27c chore: update referral links in README files for Lighter and Aster discountry 2025-11-29 01:57:44 +08:00
  • 37476ea4bc fix: ensure explicit size is always sent for close-position MARKET orders in ParadexGateway to comply with exchange requirements feat/new-grid-trading discountry 2025-11-26 22:53:36 +08:00
  • ffd62fd481 feat: add maxPositionSize to grid configuration and implement position size guard in GridEngine for enhanced order management discountry 2025-11-19 02:16:45 +08:00
  • 511cf8669d refactor: update grid configuration parameters for improved flexibility in levels and spacing discountry 2025-11-19 02:01:45 +08:00
  • 968b585688 refactor: update grid configuration and order handling in GridEngine to enhance flexibility and performance discountry 2025-11-19 01:32:20 +08:00
  • 958de8f2b8 feat: integrate Extended exchange support with new API, adapter, and order handling functionality feat/extended discountry 2025-11-17 18:02:12 +08:00
  • 59ccd1fea8 feat: implement client ping/pong mechanism in LighterGateway for improved WebSocket connection health discountry 2025-11-13 02:53:23 +08:00
  • a9fa7f2e19 feat: add bid, ask, and mark price to AsterTicker and normalize order status in LighterGateway discountry 2025-11-13 02:34:10 +08:00
  • 7529de334f feat: implement position pruning and tracking in LighterGateway to manage stale positions and improve data integrity discountry 2025-11-13 02:29:36 +08:00
  • 1bfe4d58c0 refactor: streamline position handling in LighterGateway by removing unnecessary HTTP empty position logic and improving logging for empty position scenarios discountry 2025-11-13 02:13:52 +08:00
  • 4ce2b07e21 refactor: adjust feed staleness timeout and check intervals in LighterGateway for optimized monitoring and connection management discountry 2025-11-13 02:05:29 +08:00
  • 6bb0994cae fix: ensure stale monitoring is stopped on WebSocket error and closure events in LighterGateway for improved connection management discountry 2025-11-13 01:16:03 +08:00
  • 486b911bed feat: implement feed staleness monitoring in LighterGateway to enhance connection reliability and update handling discountry 2025-11-12 23:57:21 +08:00
  • f48371ccd8 feat: add priceDecimals to MakerEngine and OffsetMakerEngine for improved price formatting in MakerApp and OffsetMakerApp discountry 2025-11-12 21:24:16 +08:00
  • 9ca35584b5 feat: add 'canceled-reduce-only' status to TERMINAL_ORDER_STATUSES in LighterGateway for comprehensive order status management discountry 2025-11-12 21:08:35 +08:00
  • 01e5ab9997 feat: add price viability checks and ensure maker price adjustments in OffsetMakerEngine for improved order handling discountry 2025-11-12 20:45:29 +08:00
  • 28bc1d5210 feat: improve error handling in OffsetMakerEngine and enhance logging in LighterGateway for better debugging and robustness discountry 2025-11-12 20:34:02 +08:00
  • 870fe2b8d7 feat: enhance order error handling in OffsetMakerEngine and update LighterGateway order status types for improved robustness discountry 2025-11-12 19:35:31 +08:00
  • e7f6341961 feat: enhance order handling in LighterGateway and introduce order identity normalization for improved precision and consistency discountry 2025-11-12 19:17:04 +08:00
  • 1baee3a207 feat: add Guardian strategy to manage existing positions with stop loss and trailing stop functionality discountry 2025-11-09 14:09:54 +08:00
  • e94cf1bda2 feat: enhance toAccountSnapshot function with improved market ID and symbol matching logic, and add corresponding unit tests discountry 2025-11-08 17:14:01 +08:00
  • 274e2f3d75 fix: improve WebSocket close reason normalization in LighterGateway for better error handling discountry 2025-11-08 12:10:47 +08:00
  • a91e87534b refactor: streamline order handling logic in LighterGateway by consolidating market ID checks and improving snapshot order clearing discountry 2025-11-08 12:09:27 +08:00
  • d0d1afa0ea feat: enhance quantity and price rounding functions for improved precision in trading calculations discountry 2025-11-06 21:06:03 +08:00
  • 0f70c6b6aa feat: enhance WebSocket documentation and improve LighterGateway position handling for better account management discountry 2025-11-06 18:47:29 +08:00
  • 078b201d15 feat: implement getPrecision method in AsterExchangeAdapter and enhance AsterGateway for precision handling in order normalization discountry 2025-11-04 22:10:45 +08:00
  • 1832c4c13e feat: add scaleQuantityWithMinimum function to normalize order quantities and implement corresponding tests discountry 2025-11-03 21:30:19 +08:00
  • 73a88a8a0f fix: improve order price comparison logic in makeOrderPlan function for better precision discountry 2025-10-28 18:59:37 +08:00
  • 265cb6df50 feat: enhance close position handling in AsterRestClient to support STOP_MARKET and TAKE_PROFIT_MARKET types discountry 2025-10-28 12:50:31 +08:00
  • 5bba8169b5 feat: enhance precision synchronization in trading strategies and improve order quantity normalization logic discountry 2025-10-27 18:42:44 +08:00
  • 295c6a47b7 fix: reverse Kline entries in mapKlines function to maintain chronological order discountry 2025-10-23 20:01:49 +08:00
  • e7dedbba2c chore: update referral links in README files for Backpack and add Apex referral link discountry 2025-10-23 19:56:44 +08:00
  • 6196912cf4 fix: ensure order IDs are consistently treated as strings and configure ed25519 to use custom sha512 implementation discountry 2025-10-23 19:45:19 +08:00
  • f1ebfacaa2 feat: update dependencies and add ccxt documentation for new features discountry 2025-10-23 19:36:42 +08:00
  • ea5da20311 feat: 重构订单路由逻辑,添加订单意图类型以支持多交易所订单处理 discountry 2025-10-23 14:04:44 +08:00
  • fabc8af679 feat: 更新市场平仓逻辑,添加数量参数并调整reduceOnly处理以符合交易所要求 discountry 2025-10-12 10:16:14 +08:00
  • 189fed0f6e feat: 更新止损订单逻辑,添加数量步进和触发类型处理以符合交易所要求 discountry 2025-10-11 22:05:50 +08:00
  • 09ff4dc296 feat: 移除不必要的数量参数,优化止损和市价平仓订单逻辑以确保精确处理 discountry 2025-10-11 21:45:56 +08:00
  • 2627fa9db8 feat: 优化订单去重和取消逻辑,确保在处理STOP订单时避免精度损失 discountry 2025-10-11 21:41:39 +08:00
  • 8b20e60753 feat: 更新止损订单逻辑,针对Aster期货调整reduceOnly参数处理以符合交易所要求 discountry 2025-10-11 21:27:37 +08:00
  • f991215d86 feat: 优化订单创建和止损逻辑,确保参数处理符合交易所要求 discountry 2025-10-09 20:18:13 +08:00
  • 6a3b842a3b feat: 优化平仓订单逻辑,避免在止损订单中下调数量,确保精确传递给交易所 discountry 2025-10-08 20:05:02 +08:00
  • b36c1dce0f feat: 优化Paradex网关的订单金额处理逻辑,确保在平仓时仅对市场订单省略金额参数 discountry 2025-10-08 20:00:08 +08:00
  • dbe8df6934 feat: 优化平仓逻辑,确保正确处理订单数量并提示交易所关闭整个仓位 discountry 2025-10-08 19:55:51 +08:00
  • 400c7ad4b7 feat: 优化Paradex网关的订单金额处理逻辑,确保平仓时正确传递金额参数 discountry 2025-10-08 19:53:44 +08:00
  • e96cbb6ff4 feat: 更新Paradex网关,添加平仓逻辑以优化订单金额处理 discountry 2025-10-08 19:48:25 +08:00
  • aa3d5e8c6c feat: 更新网格引擎,添加跳过去重参数以优化新订单下单逻辑 discountry 2025-10-08 05:44:10 +08:00
  • 96cf4ea47b feat: 更新网格引擎,优化新订单下单逻辑,合并快照更新与冷却期条件以提升下单效率 discountry 2025-10-08 04:59:21 +08:00
  • 45061ed748 feat: 更新网格引擎,添加订单版本控制与冷却机制以优化新订单下单逻辑 discountry 2025-10-08 04:58:11 +08:00
  • da3dacb549 feat: 更新网格引擎,添加时间戳以跟踪等待订单状态,优化新订单下单逻辑以避免重复下单 discountry 2025-10-08 04:56:04 +08:00
  • 51e0ce2bea feat: 更新网格引擎,添加启动撤单未完成时的处理逻辑,优化撤单与新订单的交互 discountry 2025-10-08 04:48:24 +08:00
  • 8c13d20cb7 feat: 更新网格引擎,添加平仓优先逻辑以确保在持有仓位时正确处理撤单与新订单 discountry 2025-10-08 04:44:48 +08:00
  • 3d959ae579 feat: 更新网格引擎,修复订单处理逻辑中的布尔参数,确保正确的撤单处理 discountry 2025-10-08 04:38:22 +08:00
  • 4240cc6901 feat: 更新网格引擎,添加启动撤单处理逻辑,优化初始平仓时的订单处理与抑制机制 discountry 2025-10-08 04:32:22 +08:00
  • 8d0e9578c4 feat: 更新网格引擎,优化买卖订单处理逻辑,添加相同价格出口意图检查以避免意图冲突 discountry 2025-10-08 04:23:30 +08:00
  • 95f07145a9 feat: 更新网格引擎,添加键级抑制机制以优化订单处理,支持处理已知与未知意图的订单 discountry 2025-10-08 04:19:23 +08:00
  • e3411c6791 feat: 更新网格引擎,增强日志记录以优化订单处理逻辑,添加跳过条件的详细信息 discountry 2025-10-08 03:51:29 +08:00
  • 640f1bfb4e feat: 更新网格引擎,增强入口数量限制逻辑,支持按买卖方向分别计算待处理订单数量 discountry 2025-10-08 03:43:47 +08:00
  • f973fe433d feat: 更新网格引擎,添加等待分类机制以处理账户快照后的订单状态,优化入口数量限制与订单过滤逻辑 discountry 2025-10-08 03:38:21 +08:00
  • 730a75df93 feat: 更新网格引擎,移除未使用的函数与临时阻塞逻辑,增强订单意图管理与出口数量限制以优化订单处理 discountry 2025-10-08 03:03:24 +08:00
  • de8a793bd5 feat: 更新网格引擎,增强订单意图管理与消失订单处理逻辑,添加入口与出口意图支持以优化订单分类 discountry 2025-10-08 02:48:06 +08:00
  • bb072b2d1d feat: 更新网格引擎,添加跳过去重选项以优化订单处理逻辑 discountry 2025-10-08 02:38:01 +08:00
  • 95426e222b feat: 更新网格引擎,优化订单处理逻辑,添加计划订单计数与唯一性检查以提升订单管理效率 discountry 2025-10-08 02:34:37 +08:00
  • 4365d73562 feat: 更新网格引擎,移除减仓订单相关逻辑,优化即时平仓订单处理与状态管理 discountry 2025-10-08 02:32:07 +08:00
  • 6067f759a0 feat: 更新网格引擎,增强即时平仓订单处理逻辑,添加减仓订单支持以优化利润捕获 discountry 2025-10-08 02:11:31 +08:00
  • b31b98f816 feat: 更新网格引擎,添加即时平仓订单队列以优化订单处理逻辑 discountry 2025-10-08 01:55:05 +08:00
  • 801543488e feat: 更新网格引擎,优化等待分类机制,增强账户快照确认逻辑以处理消失订单 discountry 2025-10-08 01:45:12 +08:00