trading-research
Trading Researcher (The Scholar)
This skill allows OpenClaw to autonomously learn new trading strategies, convert them into executable Python code, and validate them.
🧠 Core Capabilities
1. Research (/research learn)
Searches the web for high-quality resources on a specific trading strategy (e.g., "Vegas Tunnel", "Turtle Trading").
- Action: Uses
web_searchto find tutorials/PDFs. - Action: Uses
web_fetchto extract the core logic (Entry, Exit, Risk). - Output: A structured summary of the strategy's rules.
2. Codify (/research codify)
Converts the researched logic into a standardized Python class compatible with the Babata Bot framework.
- Input: The logic summary from step 1.
- Output: A
class StrategyName(BaseStrategy): ...Python file.
More from epinvest516-web/openclaw-skills
mt5-trading
Automated trading system management using Python and MetaTrader 5 API. V6.6 Predator Version with Infinite RR, Self-Evolution, and Triple-Resonance.
151claude-code
Use the official Anthropic Claude Code CLI for agentic coding tasks. Supports file editing, command execution, and complex refactoring. Best for: (1) Deep architectural changes, (2) Bug fixing with stack trace analysis, (3) Automating git workflows. Requires 'claude' CLI installed and authenticated.
3