market-analysis

Analyze Crypto, Forex, and Stocks using RSI and MACD indicators.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kayzaa/k.i.t.-bot --skill market-analysis-kayzaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: market-analysis
Source: https://github.com/kayzaa/k.i.t.-bot/tree/main/skills/market-analysis
Command: npx skills add https://github.com/kayzaa/k.i.t.-bot --skill market-analysis-kayzaa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, ta, pandas, numpy, requests, and includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive technical analysis for various financial markets, helping users understand market sentiment and make informed trading decisions.

Core Features & Use Cases

  • Multi-Market Analysis: Covers Crypto, Forex, and Stocks with detailed indicator breakdowns.
  • Actionable Insights: Offers clear trading recommendations (Buy, Sell, Wait) with confidence levels.
  • Use Case: Get a weekly overview of the crypto market, identify potential buying opportunities for BTC/USDT, and understand the risk associated with ETH/USDT.

Quick Start

Run a full weekly analysis for all markets.

Frequently Asked Questions about market-analysis

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

FAQPage Schema
How do I get trading recommendations for crypto, forex, and stocks using technical analysis?

To get trading recommendations for crypto, forex, and stocks, you can use a Python 3 environment with ccxt, ta, pandas, numpy, and requests. The Skill calculates indicators like RSI and MACD to provide Buy, Sell, or Wait signals with confidence levels.

What technical indicators are used for market sentiment analysis in this Skill?

Market sentiment analysis in this Skill is calculated using RSI and MACD technical indicators. By processing market data with the ta library, it generates actionable trading recommendations and confidence levels for your assets.

Can I analyze BTC/USDT market data without installing external libraries?

No, you cannot analyze BTC/USDT market data without external libraries. Fetching market data and calculating technical indicators requires Python 3 along with ccxt, ta, pandas, numpy, and requests installed in your environment.

What's the best way to run a full weekly market analysis for crypto and forex?

The best way to run a full weekly market analysis is by executing the included scripts with the required Python dependencies. This processes crypto and forex data to deliver comprehensive indicator breakdowns and actionable insights.

Does this market analysis tool provide specific buy and sell signals?

Yes, this market analysis tool provides specific buy and sell signals. It evaluates technical indicators like RSI and MACD to deliver clear trading recommendations, including a Wait signal, each accompanied by a confidence level.

Why does the technical analysis script require the ccxt and ta libraries?

The technical analysis script requires the ccxt and ta libraries to fetch live market data and calculate technical indicators. Ccxt retrieves exchange data while ta computes RSI and MACD values for generating trading recommendations.