execute

Execute stored manual trade plans by ID with chase or limit orders.

40|12|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Degenapetrader/EVClaw --skill execute-degenapetrader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/Degenapetrader/EVClaw/tree/main/openclaw_skills/execute
Command: npx skills add https://github.com/Degenapetrader/EVClaw --skill execute-degenapetrader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill allows for the execution of pre-defined trading plans identified by a unique ID, offering flexibility in order placement strategies.

Core Features & Use Cases

  • Plan Execution: Execute a stored manual trade plan.
  • Order Types: Supports both 'chase' (fast fill) and 'limit' (resting order) execution.
  • TTL Override: Allows customization of the Time-To-Live for limit orders.
  • Use Case: After generating a complex trade strategy with /trade, use /execute to deploy it with a specific order type and duration.

Quick Start

Use the execute skill to run the trade plan with id 'ETH-01' using the chase strategy.

Frequently Asked Questions about execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a stored trade plan by its ID?

To execute a trade plan, provide its unique identifier to trigger deterministic order placement. The system processes the plan details using Python 3 scripts to interact directly with the trading venue.

What is the difference between chase and limit order strategies for trade execution?

A chase strategy prioritizes a fast fill, while a limit strategy places a resting order. You can select either order type when deploying your stored manual trade plan by its unique identifier.

Can I override the time-to-live for limit orders during trade execution?

Yes, you can customize the time-to-live for limit orders. The execution skill supports optional TTL overrides, allowing you to specify the exact duration for your resting orders.

Do I need Python 3 to run trading plan execution scripts?

Yes, Python 3 is required to run the execution scripts. The skill relies on this specific environment to process plan details and manage deterministic order placement with the trading venue.

How do I deploy a complex trade strategy after generating it?

You can deploy a generated complex trade strategy by executing its stored plan ID. Specify your preferred order type, such as chase or limit, alongside any required time-to-live overrides to place the orders.

When should I use a chase strategy over a limit order for trade execution?

Use a chase strategy when you need a fast fill on your trade execution, and use a limit order when you prefer a resting order. Both strategies support optional time-to-live overrides for customized duration.