technical-basic

Compute composite trading signals from technical indicators using pandas and numpy.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/thanhtai040805/AI_Invest --skill technical-basic-thanhtai040805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technical-basic
Source: https://github.com/thanhtai040805/AI_Invest/tree/main/ai-engine/app/domain/services/quant/skills_data/technical-basic
Command: npx skills add https://github.com/thanhtai040805/AI_Invest --skill technical-basic-thanhtai040805

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of trading signals from technical indicators, helping traders analyze markets and make informed decisions more efficiently.

Core Features & Use Cases

  • Technical Indicators: Computes and integrates popular technical indicators such as EMA, ADX, BB, RSI, OBV, and volume ratio.
  • Composite Signal: Generates a composite trading signal through a three-dimensional voting mechanism combining trend, mean reversion, and volume-price analysis.
  • Customization: Offers a variety of parameters to adjust indicator settings for personalized trading strategies.

Quick Start

Instantiate the Skill and provide the necessary data for it to analyze, such as OHLCV data from your trading platform.

Frequently Asked Questions about technical-basic

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

FAQPage Schema
How do I automate trading signals from technical indicators?

Automating trading signals requires computing technical indicators like EMA and RSI, then integrating them into a unified decision-making framework. This Skill generates composite signals through a three-dimensional voting mechanism combining trend, mean reversion, and volume-price analysis.

How does a composite trading signal work with multiple indicators?

A composite trading signal works by running a three-dimensional voting mechanism that aggregates trend, mean reversion, and volume-price analysis. It processes indicator data including EMA, ADX, BB, RSI, OBV, and volume ratio to output a unified automated decision.

Do I need pandas and numpy to calculate technical analysis indicators?

Yes, you need pandas and numpy to calculate technical analysis indicators within this Skill. These dependencies are required for the underlying data manipulation and mathematical calculations needed to process OHLCV data and generate trading signals.

Can I customize EMA and RSI parameters for algorithmic trading strategies?

Yes, you can customize EMA and RSI parameters for algorithmic trading strategies. The Skill offers a variety of adjustable settings, allowing you to personalize indicator configurations to fit your specific quantitative trading approach.

What's the best way to integrate volume ratio and OBV into market analysis?

The best way to integrate volume ratio and OBV into market analysis is using a volume-price analysis dimension. This Skill incorporates OBV and volume ratio alongside trend and mean reversion indicators to generate a composite trading signal.

How do I process OHLCV data to generate automated trading signals?

To process OHLCV data and generate automated trading signals, instantiate the Skill and provide the OHLCV data from your trading platform. The Skill will then compute the configured technical indicators and output a unified trading signal.