$npx skillfedfor your agent

trader-hand-skill

Trader Hand Skill equips you with comprehensive technical analysis reference material covering RSI, MACD, Bollinger Bands, VWAP, moving averages, ATR, and volume analysis. Each indicator includes calculation formulas, worked examples, and practical interpretation guidelines for identifying trading signals and market conditions.

Trader Hand Skill provides technical analysis indicator reference with formulas and signal interpretations for informed trading decisions.

AI-generated summary based on this skill's SKILL.md

★ 18,065  2,283 Apache-2.0updated by RightNow-AI

Decision gist · record as of 2026-07-02

Trader Hand Skill provides technical analysis indicator reference with formulas and signal interpretations for informed trading decisions. Trader Hand Skill equips you with comprehensive technical analysis reference material covering RSI, MACD, Bollinger Bands, VWAP, moving averages, ATR, and volume analysis. Each indicator includes calculation formulas, worked examples, and practical interpretation guidelines for identifying trading signals and market conditions.

manual: git clone https://github.com/RightNow-AI/openfang → cp -r openfang/crates/openfang-hands/bundled/trader ~/.claude/skills/trader
crates/openfang-hands/bundled/trader/SKILL.md · version 5a0f3596

Use it when

  • Trader Hand Skill explains MACD (Moving Average Convergence Divergence) construction: subtract the 26-period EMA from the 12-period EMA.
  • Trader Hand Skill covers Kelly criterion as a position-sizing formula: multiply win probability minus loss probability ratio by win/loss.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

RightNow-AI/openfang/trader · repository language: Rust

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to calculate RSI technical analysis?

Trader Hand Skill teaches RSI (Relative Strength Index) calculation by dividing average gains over a period by average losses, then converting to a 0–100 scale. The skill provides worked formulas showing how to compute RS (gain/loss ratio) and apply the standard 14-period lookback, plus interpretation guidelines: readings above 70 suggest overbought conditions, below 30 suggest oversold, and crossings near 50 often signal momentum shifts.

What MACD indicator trading strategy does Trader Hand Skill cover?

Trader Hand Skill explains MACD (Moving Average Convergence Divergence) construction: subtract the 26-period EMA from the 12-period EMA to get the MACD line, then plot a 9-period EMA signal line. The skill details entry signals when MACD crosses above the signal line and exit signals on crossovers below, plus histogram divergence patterns that reveal momentum strength and potential reversals.

How does Trader Hand Skill apply Kelly criterion for bet sizing?

Trader Hand Skill covers Kelly criterion as a position-sizing formula: multiply win probability minus loss probability ratio by win/loss size ratio. The skill shows worked examples demonstrating how to calculate optimal position size to maximize long-term growth while controlling drawdown risk, and explains why fractional Kelly (half or quarter Kelly) is often preferred in live trading to reduce volatility.

What candlestick patterns and chart-based signals does the skill teach?

Trader Hand Skill details hammer, doji, engulfing, and other candlestick patterns with visual descriptions and entry/exit logic. The skill explains how to spot these formations on charts, interpret their reversal or continuation signals, and combine them with support/resistance levels and moving average crossovers (golden cross, death cross) for higher-confidence trade setups.

How does Trader Hand Skill help execute trades via Alpaca API?

Trader Hand Skill provides reference material on Alpaca API order placement, including limit order syntax, position sizing parameters, and order types. The skill guides you through proper risk management integration—setting stop-loss levels, calculating position size from account equity and ATR volatility, and logging trades in a journal to track performance and calibrate confidence over time.

What risk management formulas does Trader Hand Skill include?

Trader Hand Skill covers ATR-based position sizing, Kelly criterion bet sizing, maximum drawdown recovery calculations, and Sharpe/Sortino ratio performance metrics. The skill teaches risk/reward ratio analysis (e.g., 1.5:1 targets), profit factor and expectancy-per-trade formulas, and pre-trade checklists linking entry signals, stop-loss placement, and position size to your account risk tolerance.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Trading Expert Knowledge

Reference Knowledge

1. Technical Analysis Indicators Reference

RSI (Relative Strength Index)
Formula: RSI = 100 - (100 / (1 + RS))
Where:  RS = Average Gain / Average Loss over N periods (default N = 14)

Step-by-step calculation:
  1. For each period, compute change = Close(t) - Close(t-1)
  2. Gains = max(change, 0), Losses = abs(min(change, 0))
  3. First average: simple mean of first 14 gains/losses
  4. Subsequent: AvgGain = (PrevAvgGain * 13 + CurrentGain) / 14  (Wilder smoothing)
  5. RS = AvgGain / AvgLoss
  6. RSI = 100 - (100 / (1 + RS))

Worked example (14-period):
  Avg Gain over 14 periods = 1.02
  Avg Loss over 14 periods = 0.68
  RS = 1.02 / 0.68 = 1.50
  RSI = 100 - (100 / (1 + 1.50)) = 100 - 40 = 60.0

Interpretation:

(truncated - see the full file via the links below)

File tree — 2 files
crates/openfang-hands/bundled/trader/HAND.toml
crates/openfang-hands/bundled/trader/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Learn technical analysis indicators (RSI, MACD, Bollinger Bands) for trading”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

technical-analysis
by staskh · staskh/trading_skills

Compute technical indicators including RSI, MACD, Bollinger Bands, and moving averages for single or multiple stocks. Get buy/sell signals, crossover detection, volatility metrics, and Sharpe ratios across configurable time periods. Optionally include earnings data and correlation analysis for portfolio diversification.

MITfor claude-codeupdated Jul 2026
★ 299repo stars
Crypto Backtest
by 0xrikt · 0xrikt/crypto-skills

Crypto Backtest transforms natural language trading ideas into validated strategies with professional backtesting and detailed reports. It combines multiple indicators—RSI, moving averages, Bollinger Bands, and more—to build robust entry and exit conditions for spot trading only. Users describe their strategy, confirm the generated plan, and receive comprehensive backtest results.

no license declared → metadata onlyupdated Jan 2026
★ 18repo stars
Build Trading Strategies
by robonet-tech · robonet-tech/skills

Build Trading Strategies uses AI to generate complete, production-ready Python code for crypto trading on the Jesse framework. Specify your entry conditions, exit rules, position sizing, and risk parameters—the skill returns fully functional strategy code with entry/exit methods and position management. At $1–$4.50 per generation, it's best used after exploring data and designing your concept.

no license declared → metadata onlyupdated Feb 2026
★ 1repo stars
Skills
by bruce-shi · bruce-shi/ticker-cli

Skills provides a unified hub for browsing and discovering available capabilities. Find what you need by exploring a centralized collection designed to help you locate the right tools.

no license declared → metadata onlyupdated Feb 2026
★ 1repo stars
pandas-ta
by agiprolabs · agiprolabs/claude-trading-skills

pandas-ta extends pandas with 130+ technical indicators callable via `df.ta` on OHLCV DataFrames. It covers trend, momentum, volatility, volume, and overlap categories, with built-in strategies for scalping, mean reversion, and trend following. Designed for crypto markets with guidance on 24/7 volatility adjustments, low-liquidity tokens, and timeframe-specific indicator selection.

MITupdated Jun 2026
★ 248repo stars
scanner-bullish
by staskh · staskh/trading_skills

This skill analyzes multiple stock symbols against technical indicators—moving averages, RSI, MACD, and ADX—to identify bullish trends and rank results by composite score. Customize your scan with adjustable lookback periods and result limits. Output includes detailed indicator values, crossover timing, and earnings dates to support trading decisions.

MITfor claude-codeupdated Jul 2026
★ 299repo stars

More skills alpha-vantage (Apache-2.0) · alpha-vantage (MIT) · Syncfusion Blazor Stock Charts (unlicensed) · portfolio-analytics (MIT) · Alpaca Trading Mcp Server (NOASSERTION) · Stock Analysis (unlicensed) · jira (Apache-2.0) · Alpaca Trading Mcp (NOASSERTION)

Tags
technical-indicatorsorder-executionportfolio-riskmarket-psychologydata-integrationposition-managementperformance-metricstrade-documentationvolatility-analysisentry-exit-rules