What problem does it solve?
This Skill removes the complexity of creating a WASM-based trading strategy module by guiding you through a complete, correct deployment workflow to a LivTorgEx server.
Core Features & Use Cases
- Rust WASM DynamicModule scaffolding guidance: Produces a strategy module that runs as a persistent stdin/stdout bridge loop using lte_strategy_bridge.
- End-to-end deployment workflow: Creates a module repository, packages a tar.gz source archive, obtains a presigned upload URL, uploads to storage, submits a build, polls build status, and then deploys to a bot group.
- Operational guardrails for correctness: Emphasizes ABI compatibility, forbids process exit, supports idempotency via stable marks, and documents crash-recovery/state persistence expectations.
- Use Case: You want to implement a custom automated trading logic in Rust (e.g., event-driven indicator reactions and dynamic order management) and deploy it to a bot group via DynamicModule settings.
Quick Start
Tell the Skill to scaffold a new Rust WASM DynamicModule strategy, package it as a tar.gz, upload and submit a build to the server, and then deploy the resulting module version to a bot group using the provided DynamicModule settings.