strategy-initialization
OfficialSpawn bots with precise entry logic.
Finance & Accounting#risk management#trading bots#DCA#strategy initialization#bot entry logic#PnL compounding#LivTorgEx
AuthorLivTorgEx
Version1.0.0
Installs0
System Documentation
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 viaAutoMaxAmount. - 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 onon_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.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: strategy-initialization Download link: https://github.com/LivTorgEx/strategy-skill/archive/main.zip#strategy-initialization Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.