FMP Technical Analysis

Calculate SMA, EMA, WMA, DEMA, TEMA, RSI, Williams %R, ADX, and standard deviation for financial symbols.

7|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fall-development-rob/corp_finance --skill fmp-technical-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: FMP Technical Analysis
Source: https://github.com/fall-development-rob/corp_finance/tree/main/.claude/skills/fmp-technicals
Command: npx skills add https://github.com/fall-development-rob/corp_finance --skill fmp-technical-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides fast, programmatic access to standard technical indicators so analysts and traders can quantify trend, momentum, and volatility without manual charting and calculation.

Core Features & Use Cases

  • Moving averages: SMA, EMA, WMA, DEMA, TEMA for trend detection and cross signals.
  • Momentum: RSI, Williams %R, ADX for overbought/oversold and trend-strength screening.
  • Volatility: standard deviation to contextualize signal confidence and mean-reversion potential.
  • Use cases include golden/death cross detection, RSI-based mean reversion with volatility filters, momentum screening with ADX+EMA confirmation, and multi-timeframe signal confirmation for entry timing.

Quick Start

Use the FMP Technical Analysis tools to compute the 14-period RSI and 20-period EMA for AAPL on the daily timeframe and state whether the combination suggests oversold, overbought, or trending conditions.

Frequently Asked Questions about FMP Technical Analysis

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

FAQPage Schema
How do I calculate moving averages and RSI for automated technical analysis screening?

Technical analysis screening requires calculating moving averages and RSI using symbol, periodLength, and timeframe inputs to generate numeric indicator series compatible with MCP tool responses for automated signal generation.

What technical indicators are available for momentum and volatility measurement?

Available momentum indicators include RSI, Williams %R, and ADX for overbought/oversold and trend-strength screening, while volatility is measured using standard deviation to contextualize signal confidence and mean-reversion potential.

Can I compute technical indicators across multiple timeframes from intraday to monthly?

Yes, technical indicators can be computed across 1min to 1month timeframes, enabling multi-timeframe signal confirmation for entry timing and supporting intraday through monthly analysis for trend detection and momentum screening.

Does this skill support moving average crossover detection like golden cross and death cross?

Yes, moving average calculations support SMA, EMA, WMA, DEMA, and TEMA for trend detection and cross signals, enabling golden cross and death cross detection when combining multiple moving average period lengths.

What inputs are required to generate technical indicator series for backtesting?

Generating technical indicator series requires three inputs: the financial symbol, the periodLength for the indicator calculation, and the timeframe, returning numeric data compatible with automated backtesting workflows.

How do I screen stocks for oversold conditions using RSI with volatility filters?

Screen for oversold conditions by computing RSI for momentum signals alongside standard deviation volatility measures, filtering stocks where RSI indicates oversold levels while volatility contextualizes mean-reversion potential and signal confidence.