Trading Assistant Core

MCP Tools

Market data analysis toolkit with technical indicators and portfolio tracking. Educational use only.

Install

openclaw skills install trading-assistant-core

Market Data Analysis Toolkit

Educational tool for learning technical analysis and portfolio tracking.

What It Does

  • Calculate technical indicators (RSI, MACD, Bollinger Bands)
  • Track portfolio holdings and P&L
  • Generate price alerts
  • Analyze historical data

Installation

pip install -r requirements.txt
export TWELVE_DATA_API_KEY=your_key
export ALPHA_VANTAGE_API_KEY=your_key
python3 trading_signals.py

Security

  • Pure Python code
  • No subprocess or shell calls
  • No eval/exec
  • Environment variables for API keys
  • Read-only API access

Links

License

MIT License - Educational use only, not financial advice.