LivTorgEx
Official@livtorgex
We are providing open source solutions for LivTorgEx platform
Agent Skills by LivTorgEx
Showing 10 vetted skills indexed across 1 GitHub repositories.
create-strategy
Generate and deploy LivTorgEx BotGroupSetting JSON strategies with validation and backtests.
strategy-initialization
Configure LivTorgEx bot spawn-time entry mode, direction, and position sizing.
strategy-on-actions
Implement LivTorgEx strategy event handlers and executable bot actions.
strategy-analysis
Reference real-time Analysis values in trading bot rules and actions.
strategy-rust-module
Deploy Rust WASM DynamicModule trading strategies to a LivTorgEx server.
strategy-modifications
Configure position-level grid order modifications with spawn-time filters and spacing modes.
strategy-indicators
Map requested indicator usage to server-approved type, period, and property values.
strategy-conditions
Defines LivTorgEx-compatible condition and value structures for strategy filters.
strategy-tp-sl
Define Take Profit and Stop Loss configuration rules for trading strategy JSON.
strategy-values
Document LivTorgEx strategy value expressions with JSON syntax mappings.
Frequently Asked Questions About LivTorgEx
FAQPage SchemaWhat specific trading tasks can be performed using LivTorgEx?▼
LivTorgEx enables the creation, validation, and deployment of algorithmic trading strategies. Users can define entry modes, position sizing, grid order modifications, and take-profit or stop-loss rules. The platform supports real-time analysis integration and the execution of custom logic through Rust-based WASM modules.
Who is the target persona for LivTorgEx implementations?▼
The platform is designed for quantitative developers and financial engineers who require granular control over trading bot behavior. It targets professionals capable of mapping market indicators to server-approved properties and those comfortable deploying compiled Rust modules within a structured JSON-based configuration environment.
What are the prerequisites for deploying LivTorgEx strategies?▼
Deployment requires a configured LivTorgEx server environment and familiarity with the platform's JSON schema for strategy definitions. Developers must ensure their logic adheres to the required condition structures and indicator mapping protocols before compiling and uploading Rust WASM modules to the server.