What problem does it solve?
This Skill removes guesswork when configuring how a LivTorgEx bot enters a position at spawn time, so your strategy consistently follows your intended entry mode, direction, sizing, and pre-spawn gating rules.
Core Features & Use Cases
- Entry mode control (
enter_price): Choose whether the bot enters immediately (Force), waits for follow-up conditions (Wait), follows a signal price (Signal), or targets an indicator value (Indicator).
- Initial direction resolution (
enter_direction): Set direction via defaults, signals (follow/opposite), indicator direction, or computed value-based direction logic.
- Initial sizing and compounding (
enter_amount, auto_max_amount_leverage): Define initial margin allocation (currently percentage-based) and optionally enable PnL-compounding via AutoMaxAmount.
- Pre-spawn strategy gates and overrides (
filters, changes): Apply an AND-list of spawn-time filters and pre-initialize overrides for direction/amount before variables resolve.
- Optional DCA/scaling via
extra_orders: Add looped or fixed additional orders after the initial entry for simpler strategies that do not rely on on_analysis.
Quick Start
Use strategy-initialization to configure professional entry fields so a bot spawned by your filters opens with a Force market entry, uses Percentage sizing from MaxAmount, and optionally compounds PnL using auto_max_amount_leverage.