I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Pinescript-MCP-Server
Un serveur de protocole de contexte de modèle (MCP) pour travailler avec TradingView Pinescript
2
Github Watches
2
Github Forks
10
Github Stars
PineScript MCP Project
A comprehensive tool for creation, optimization, and management of PineScript trading strategies.
Project Structure
├── src/ # Core application code
├── ui/ # Next.js web interface
├── dist/ # Compiled JavaScript
├── docs/ # Documentation
├── scripts/ # Utility scripts
│ ├── server/ # Server management scripts
│ ├── network/ # Network diagnostics scripts
│ └── docs/ # Documentation
├── data/ # Data files
├── tests/ # Application tests
├── examples/ # Example scripts and strategies
└── memory-bank/ # Project context and information
Quick Start
-
Install dependencies:
npm install
-
Start the UI (choose one method):
# Standard Next.js development server npm run ui # Clean start with port cleanup npm run ui:clean # Alternative Express server (if Next.js has issues) npm run ui:express # Desktop app (no web server required) npm run ui:electron
-
Access the web interface at:
http://localhost:3001
(Not required for the desktop app option)
UI Options
The project includes multiple ways to access the UI:
1. Next.js Development Server
# Standard Next.js dev server
npm run ui
# Clean start (kills any existing processes using the ports)
npm run ui:clean
# Start with administrator privileges (for stubborn processes)
npm run ui:admin
2. Alternative Server Options
# Simple Express server (more stable alternative)
npm run ui:express
# Basic HTML test page server
npm run ui:test
3. Desktop Application
For environments where web servers have connectivity issues:
# Electron desktop application (no web server required)
npm run ui:electron
Troubleshooting UI Server
If you experience connection issues with the UI server:
- Check your firewall settings
- Run the firewall exception script:
npm run firewall:allow
- See the
scripts/docs/ui-connect-guide.md
for detailed connection troubleshooting - Try the desktop app option:
npm run ui:electron
Utility Scripts
The repository includes several utility scripts to help with development and troubleshooting:
Essential Server Scripts (in scripts/server/)
-
run-ui-clean.bat
- Main script to start the UI server (cleans up existing processes) -
run-ui-admin.bat
- Starts the UI server with administrator privileges -
serve-test-page.bat
- Serves a simple HTML test page on port 8000 to test connectivity -
run-express-server.bat
- Starts an Express server as an alternative to Next.js -
run-electron-app.bat
- Starts the Electron desktop application (no web server required)
Network Troubleshooting (in scripts/network/)
-
check-connectivity.bat
- Comprehensive network connectivity diagnostics -
check-windows-firewall.bat
- Check firewall status and rules -
allow-node-firewall.bat
- Add Node.js to Windows Firewall exceptions -
test-network-connection.bat
- Test specific network connections -
test-port-3000.bat
- Test if port 3000 is available -
kill-port-3000.bat
- Kill any process using port 3000
Documentation (in scripts/docs/)
-
ui-connect-guide.md
- Comprehensive guide to UI connectivity troubleshooting -
README-UI.md
- UI-specific documentation
Development
Prerequisites
- Node.js (v18 or higher)
- npm (v8 or higher)
Building the Project
npm run build
Running Tests
npm test
Features
- Strategy creation and editing
- Backtesting capabilities
- Performance analysis
- Strategy optimization
- TradingView integration
Documentation
See the docs/
directory for detailed documentation on:
- API Reference
- User Guide
- Development Guide
License
This project is proprietary and confidential.
Copyright © 2025. All rights reserved.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Reviews

user_9acE6ss6
The Pinescript-MCP-Server by cklose2000 is a highly efficient tool for integrating Pinescript strategies directly with a server environment. It's particularly beneficial for automating trading strategies with seamless execution. I found the documentation on the GitHub page extremely helpful in setting everything up quickly. Highly recommend it to anyone serious about trading automation!