Token导航 LogoToken导航TokenDH.com
MCP Backtesting Dashboard logo
金融服务stdio官方级别未说明来源级核验

MCP Backtesting Dashboard

MCP Server

一个模块化的股票策略回测仪表盘,集成市场数据、新闻情感分析和策略性能洞察,采用多适配器架构。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
Python情感分析金融数据

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

sahilmhatr3

提供方

sahilmhatr3

最后核验

2026/5/17 20:19

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python3 -m venv venv

详细介绍

MCP Backtesting Dashboard

sahil-bt-dash.streamlit.app

A modular dashboard for equity strategy backtesting, integrating market data, news sentiment analysis, and strategy performance insights using a multi-adapter architecture.

##

Dashboard Home

Strategy Visualization

Interactive charts with several technical indicators.

Bollinger Bands Strategy

Strategy Insights & Analysis

Comprehensive performance analysis with intelligent insights and visualizations.

Strategy Insights

Features

  • Multi-source data integration (market prices via yfinance, news scraping)
  • Sentiment analysis integration
  • Backtesting engine with Backtrader
  • Pre-built trading strategies
  • Strategy performance insights
  • Interactive Streamlit dashboard

Setup

Prerequisites

  • Python 3.8 or higher
  • pip (Python package manager)

On WSL/Ubuntu, install python3-venv if needed:

sudo apt install -y python3.12-venv python3-pip

Installation

# Create virtual environment
python3 -m venv venv

# Activate virtual environment
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Configuration

Create a .env file for OpenAI API integration:

cp .env.example .env

Edit .env and add your OpenAI API key:

OPENAI_API_KEY=your_actual_api_key_here

Usage

Activate the virtual environment:

source venv/bin/activate

Run the Streamlit dashboard:

streamlit run app.py

Project Structure

├── app.py                 # Main Streamlit application entry point
├── requirements.txt       # Python dependencies
├── .env.example          # Environment variables template
│
├── adapters/              # Data source adapters
│   ├── yfinance_adapter.py
│   ├── news_adapter.py
│   └── sentiment_adapter.py
│
├── strategies/            # Trading strategies
│   └── prebuilt.py
│
├── backtest/              # Backtesting engine
│   └── engine.py
│
├── llm/                   # LLM integration
│   └── openai_client.py
│
├── utils/                 # Utility modules
│   ├── data_fetchers.py   # Data fetching orchestration
│   └── ui_components.py   # UI rendering components
│
├── config/                # Configuration files
│   └── static_flows.py    # Pre-configured demo scenarios
│
├── tests/                 # Test files
│   ├── test_adapters.py
│   ├── test_engine.py
│   ├── test_openai.py
│   └── ...
│
└── images/                # Screenshots and assets
    ├── BacktestDash-Home.png
    ├── BacktestDash-Bollinger.png
    └── BacktestDash-StrategyInsights.png

Dependencies

  • Market data: yfinance
  • Backtesting: Backtrader
  • News scraping: BeautifulSoup, requests

目录标签

目录标签

Python情感分析金融数据股票回测本地部署策略分析市场数据交互式仪表盘

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdioapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP