discountry
598f2a0eb6
Add token expiry and Telegram notification features
...
- Introduced `STANDX_TOKEN_EXPIRY` configuration to manage token expiration, including handling logic for active, expired, and silent states.
- Implemented Telegram notifications for key events such as order filled, position opened/closed, stop loss triggered, and token expiration.
- Updated Maker Points engine to integrate token expiry checks and notification sending, enhancing user awareness of trading conditions.
- Enhanced documentation to include details on configuring token expiry and Telegram notifications for improved user guidance.
2026-01-10 12:44:52 +08:00
discountry
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.
2026-01-06 16:18:54 +08:00
discountry
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.
2026-01-06 16:01:10 +08:00
discountry
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.
2025-12-21 15:37:03 +08:00
discountry
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.
2025-12-20 13:10:48 +08:00
discountry
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.
2025-12-19 01:38:09 +08:00
discountry
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.
2025-12-09 00:35:28 +08:00
discountry
819ce93a90
fix stoploss
2025-12-07 23:35:10 +08:00
discountry
7612e25dd1
add stoploss
2025-12-07 22:33:56 +08:00
discountry
9a418aba41
add trend skip
2025-12-07 22:15:34 +08:00
discountry
2cb6c4fef1
feat: add minBaseAmount and minQuoteAmount to ExchangePrecision and LighterGateway for improved trading logic
2025-12-07 21:52:35 +08:00
discountry
180f47b6e0
support lighter spot
2025-12-07 21:37:58 +08:00
discountry
5f79b134f2
refactor: restructure Lighter SDK by removing deprecated Go files and enhancing Python documentation with new examples and models
2025-12-07 19:14:56 +08:00
discountry
f48371ccd8
feat: add priceDecimals to MakerEngine and OffsetMakerEngine for improved price formatting in MakerApp and OffsetMakerApp
2025-11-12 21:24:16 +08:00
discountry
01e5ab9997
feat: add price viability checks and ensure maker price adjustments in OffsetMakerEngine for improved order handling
2025-11-12 20:45:29 +08:00
discountry
28bc1d5210
feat: improve error handling in OffsetMakerEngine and enhance logging in LighterGateway for better debugging and robustness
2025-11-12 20:34:02 +08:00
discountry
870fe2b8d7
feat: enhance order error handling in OffsetMakerEngine and update LighterGateway order status types for improved robustness
2025-11-12 19:35:31 +08:00
discountry
1baee3a207
feat: add Guardian strategy to manage existing positions with stop loss and trailing stop functionality
2025-11-09 14:09:54 +08:00
discountry
d0d1afa0ea
feat: enhance quantity and price rounding functions for improved precision in trading calculations
2025-11-06 21:06:03 +08:00
discountry
5bba8169b5
feat: enhance precision synchronization in trading strategies and improve order quantity normalization logic
2025-10-27 18:42:44 +08:00
discountry
aa3d5e8c6c
feat: 更新网格引擎,添加跳过去重参数以优化新订单下单逻辑
2025-10-08 05:44:10 +08:00
discountry
96cf4ea47b
feat: 更新网格引擎,优化新订单下单逻辑,合并快照更新与冷却期条件以提升下单效率
2025-10-08 04:59:21 +08:00
discountry
45061ed748
feat: 更新网格引擎,添加订单版本控制与冷却机制以优化新订单下单逻辑
2025-10-08 04:58:11 +08:00
discountry
da3dacb549
feat: 更新网格引擎,添加时间戳以跟踪等待订单状态,优化新订单下单逻辑以避免重复下单
2025-10-08 04:56:04 +08:00
discountry
51e0ce2bea
feat: 更新网格引擎,添加启动撤单未完成时的处理逻辑,优化撤单与新订单的交互
2025-10-08 04:48:24 +08:00
discountry
8c13d20cb7
feat: 更新网格引擎,添加平仓优先逻辑以确保在持有仓位时正确处理撤单与新订单
2025-10-08 04:44:48 +08:00
discountry
3d959ae579
feat: 更新网格引擎,修复订单处理逻辑中的布尔参数,确保正确的撤单处理
2025-10-08 04:38:22 +08:00
discountry
4240cc6901
feat: 更新网格引擎,添加启动撤单处理逻辑,优化初始平仓时的订单处理与抑制机制
2025-10-08 04:32:22 +08:00
discountry
8d0e9578c4
feat: 更新网格引擎,优化买卖订单处理逻辑,添加相同价格出口意图检查以避免意图冲突
2025-10-08 04:23:30 +08:00
discountry
95f07145a9
feat: 更新网格引擎,添加键级抑制机制以优化订单处理,支持处理已知与未知意图的订单
2025-10-08 04:19:23 +08:00
discountry
e3411c6791
feat: 更新网格引擎,增强日志记录以优化订单处理逻辑,添加跳过条件的详细信息
2025-10-08 03:51:29 +08:00
discountry
640f1bfb4e
feat: 更新网格引擎,增强入口数量限制逻辑,支持按买卖方向分别计算待处理订单数量
2025-10-08 03:43:47 +08:00
discountry
f973fe433d
feat: 更新网格引擎,添加等待分类机制以处理账户快照后的订单状态,优化入口数量限制与订单过滤逻辑
2025-10-08 03:38:21 +08:00
discountry
730a75df93
feat: 更新网格引擎,移除未使用的函数与临时阻塞逻辑,增强订单意图管理与出口数量限制以优化订单处理
2025-10-08 03:03:24 +08:00
discountry
de8a793bd5
feat: 更新网格引擎,增强订单意图管理与消失订单处理逻辑,添加入口与出口意图支持以优化订单分类
2025-10-08 02:48:06 +08:00
discountry
bb072b2d1d
feat: 更新网格引擎,添加跳过去重选项以优化订单处理逻辑
2025-10-08 02:38:01 +08:00
discountry
95426e222b
feat: 更新网格引擎,优化订单处理逻辑,添加计划订单计数与唯一性检查以提升订单管理效率
2025-10-08 02:34:37 +08:00
discountry
4365d73562
feat: 更新网格引擎,移除减仓订单相关逻辑,优化即时平仓订单处理与状态管理
2025-10-08 02:32:07 +08:00
discountry
6067f759a0
feat: 更新网格引擎,增强即时平仓订单处理逻辑,添加减仓订单支持以优化利润捕获
2025-10-08 02:11:31 +08:00
discountry
b31b98f816
feat: 更新网格引擎,添加即时平仓订单队列以优化订单处理逻辑
2025-10-08 01:55:05 +08:00
discountry
801543488e
feat: 更新网格引擎,优化等待分类机制,增强账户快照确认逻辑以处理消失订单
2025-10-08 01:45:12 +08:00
discountry
20c73eba21
feat: 更新网格引擎,添加等待分类机制以处理消失订单,优化订单状态确认逻辑
2025-10-08 00:14:12 +08:00
discountry
ed49dca2a6
feat: 更新网格引擎,增强订单消失分类处理逻辑,添加临时阻塞机制以避免重复开仓
2025-10-07 23:57:29 +08:00
discountry
ca559d0f82
feat: 更新网格引擎,进一步简化状态管理,移除持久化逻辑,优化订单处理与目标检测
2025-10-07 22:34:05 +08:00
discountry
fef7604490
feat: 更新网格引擎,增强订单消失处理逻辑,优化平仓订单管理与目标检测
2025-10-07 22:26:32 +08:00
discountry
e524c225f2
feat: 更新网格引擎,重构订单处理逻辑,移除减仓订单相关处理,增强平仓订单管理
2025-10-07 22:15:47 +08:00
discountry
39a97110dd
feat: 更新网格引擎,优化订单填充检测逻辑,增强对历史键和元数据的比较处理
2025-10-07 22:00:43 +08:00
discountry
8ad19b007b
feat: 更新基础套利引擎,使用扣费后价差计算入场机会并优化日志信息
2025-10-07 16:31:26 +08:00
discountry
2e2990369b
feat: 更新基础套利引擎,添加市场就绪时间逻辑,优化信号评估以使用快照数据
2025-10-07 16:29:09 +08:00
discountry
24f93fa8a7
feat: 更新基础套利引擎,添加资金收益和手续费计算逻辑,优化信号评估功能并更新UI以显示相关信息
2025-10-07 16:23:53 +08:00