Trading Agent Skill

Automate 24/7 trading operations with market monitoring and IBKR API execution.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill trading-agent-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Trading Agent Skill
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/agents/trading-agent
Command: npx skills add https://github.com/perfectuser21/cecelia --skill trading-agent-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ib_insync, yfinance, pandas, ta-lib, psycopg2, requests, and includes scripts (resource) and config (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire trading process, from market monitoring and decision-making to trade execution and risk management, operating 24/7.

Core Features & Use Cases

  • Automated Trading: Executes trades based on AI-driven signals and predefined strategies.
  • Real-time Monitoring: Tracks market conditions and portfolio performance continuously.
  • Risk Management: Implements strict stop-loss, take-profit, and daily loss limits.
  • Use Case: Automatically trade stocks based on market signals, manage risk, and report daily performance, all without human intervention.

Quick Start

Use the trading agent skill to monitor the market.

Frequently Asked Questions about Trading Agent Skill

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

FAQPage Schema
How do I automate algorithmic trading operations around the clock?

Automated algorithmic trading runs 24/7 by continuously monitoring market conditions, generating AI-driven decisions, and executing trades via the IBKR API without human intervention.

What is the best way to manage trading risk automatically?

Automated trading risk management enforces strict stop-loss, take-profit, and daily loss limits to protect portfolio performance while executing trades based on predefined strategies.

Does automated trading work with the IBKR API for real-time execution?

Yes, automated trading integrates directly with the IBKR API to execute trades, monitor real-time market conditions, and track portfolio performance continuously.

Can I use Python scripts for pre-market preparation and post-market analysis?

Yes, Python scripts support pre-market preparation, real-time monitoring, and post-market analysis to automate the entire trading workflow and report daily performance.

How do I connect a trading agent to external market data feeds?

The trading agent uses yfinance for market data retrieval and integrates with Cecelia Brain for AI-driven strategy analysis to inform trade execution decisions.

What are the limitations of 24/7 automated trading systems?

Automated trading systems depend on stable API connections to IBKR and continuous market data feeds; unexpected API disruptions or data latency can impact trade execution accuracy.