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
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.
2025-12-21 16:54:14 +08:00
discountry
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.
2025-12-21 16:15:44 +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
84e8ce1d43
Enhance NadoGateway with min size policy handling and related utility functions. Update .env.example to include NADO_MIN_SIZE_POLICY configuration option.
2025-12-19 11:11:35 +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
49b8f0bcf1
fix perp
2025-12-08 23:55:13 +08:00
discountry
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.
2025-12-08 23:44:05 +08:00
discountry
974d3017e0
fix position
2025-12-08 19:57:57 +08:00
discountry
668c3a57d3
fix open orders
2025-12-08 01:28:33 +08:00
discountry
819ce93a90
fix stoploss
2025-12-07 23:35:10 +08:00
discountry
061a8dd8f1
fix: improve lighter ws reconnect
2025-12-07 23:18:29 +08:00
discountry
49df78c075
fix nonce
2025-12-07 22:48:23 +08:00
discountry
6a6b61c491
fix nonce
2025-12-07 22:36:37 +08:00
discountry
7612e25dd1
add stoploss
2025-12-07 22:33:56 +08:00
discountry
705e489c17
fix nonce
2025-12-07 22:28:48 +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
59ccd1fea8
feat: implement client ping/pong mechanism in LighterGateway for improved WebSocket connection health
2025-11-13 02:53:23 +08:00
discountry
a9fa7f2e19
feat: add bid, ask, and mark price to AsterTicker and normalize order status in LighterGateway
2025-11-13 02:34:10 +08:00
discountry
7529de334f
feat: implement position pruning and tracking in LighterGateway to manage stale positions and improve data integrity
2025-11-13 02:29:36 +08:00
discountry
1bfe4d58c0
refactor: streamline position handling in LighterGateway by removing unnecessary HTTP empty position logic and improving logging for empty position scenarios
2025-11-13 02:13:52 +08:00
discountry
4ce2b07e21
refactor: adjust feed staleness timeout and check intervals in LighterGateway for optimized monitoring and connection management
2025-11-13 02:05:29 +08:00
discountry
6bb0994cae
fix: ensure stale monitoring is stopped on WebSocket error and closure events in LighterGateway for improved connection management
2025-11-13 01:16:03 +08:00
discountry
486b911bed
feat: implement feed staleness monitoring in LighterGateway to enhance connection reliability and update handling
2025-11-12 23:57:21 +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
9ca35584b5
feat: add 'canceled-reduce-only' status to TERMINAL_ORDER_STATUSES in LighterGateway for comprehensive order status management
2025-11-12 21:08:35 +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
e7f6341961
feat: enhance order handling in LighterGateway and introduce order identity normalization for improved precision and consistency
2025-11-12 19:17:04 +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
e94cf1bda2
feat: enhance toAccountSnapshot function with improved market ID and symbol matching logic, and add corresponding unit tests
2025-11-08 17:14:01 +08:00
discountry
274e2f3d75
fix: improve WebSocket close reason normalization in LighterGateway for better error handling
2025-11-08 12:10:47 +08:00
discountry
a91e87534b
refactor: streamline order handling logic in LighterGateway by consolidating market ID checks and improving snapshot order clearing
2025-11-08 12:09:27 +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
0f70c6b6aa
feat: enhance WebSocket documentation and improve LighterGateway position handling for better account management
2025-11-06 18:47:29 +08:00
discountry
078b201d15
feat: implement getPrecision method in AsterExchangeAdapter and enhance AsterGateway for precision handling in order normalization
2025-11-04 22:10:45 +08:00
discountry
1832c4c13e
feat: add scaleQuantityWithMinimum function to normalize order quantities and implement corresponding tests
2025-11-03 21:30:19 +08:00
discountry
73a88a8a0f
fix: improve order price comparison logic in makeOrderPlan function for better precision
2025-10-28 18:59:37 +08:00
discountry
265cb6df50
feat: enhance close position handling in AsterRestClient to support STOP_MARKET and TAKE_PROFIT_MARKET types
2025-10-28 12:50:31 +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
295c6a47b7
fix: reverse Kline entries in mapKlines function to maintain chronological order
2025-10-23 20:01:49 +08:00
discountry
6196912cf4
fix: ensure order IDs are consistently treated as strings and configure ed25519 to use custom sha512 implementation
2025-10-23 19:45:19 +08:00