Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradingView Signal Forwarder

A comprehensive system for forwarding trading signals from TradingView to MetaTrader 5 (MT5) and cryptocurrency exchanges.

Features

  • Webhooks from TradingView alerts
  • Automatic order execution on MT5
  • Support for multiple cryptocurrency exchanges (Binance, KuCoin, etc.)
  • High-speed and low-latency signal processing
  • Advanced security features with JWT authentication
  • Order splitting functionality for large orders
  • Scalable architecture for multiple VPS deployments

Requirements

  • Python 3.8+
  • MT5 platform installed (for MT5 functionality)
  • Internet connection for API communications

Project Structure

tradingview-signal-forwarder/
├── app/                      # Main application code
│   ├── api/                  # API endpoints
│   ├── core/                 # Core functionality
│   ├── models/               # Data models
│   ├── services/             # Services for MT5 and exchanges
│   └── utils/                # Utility functions
├── config/                   # Configuration files
├── docs/                     # Documentation
├── tests/                    # Test cases
├── .env.example              # Example environment variables
├── requirements.txt          # Python dependencies
├── run.sh                    # Startup script
└── README.md                 # This README file

Setup and Configuration

See the detailed Setup Guide for installation and configuration instructions.

Security

This system implements multiple security measures:

  • JWT authentication for webhook endpoints
  • Encrypted storage of API keys and credentials
  • Secure HTTPS communication

License

This project is proprietary and confidential.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages