Skip to content

TopTrenDev/Copy-Trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 Copy-Trading-Bot-V1-Rust

Welcome to Copy-Trading-Bot-V1-Rust — a blazing fast, reliable, and extensible copy-trading bot built in Rust 🦀. This bot enables users to automatically mirror the trades of professional traders in real-time across supported crypto exchanges.


✨ Features

  • 🔁 Copy Trading — Automatically replicate trades from selected pro traders
  • 🧠 Real-Time Sync — Trades are synced instantly with minimal latency
  • ⚙️ Risk Management — Fine-tune your position size, stop-loss, and exposure limits
  • 📊 Performance Insights — Track and analyze your copy-trading ROI and stats
  • 🔌 Modular Integration — Easily integrate multiple exchanges or plug in your own strategy layer

⚡️ Getting Started

✅ Prerequisites

  • Rust ≥ 1.60.0
  • Cargo (Rust's package manager)
  • API keys for your preferred exchange (e.g. Binance, Kraken)

🚀 Installation

  1. Clone the repo:

    git clone https://github.com/TopTrenDev/Copy-Trading-Bot-V1-Rust.git
    cd Copy-Trading-Bot-V1-Rust
  2. Build the project:

cargo build --release
  1. Configure your credentials:

Create a .env file in the root directory:

API_KEY=your_exchange_api_key
API_SECRET=your_exchange_api_secret
  1. Run the bot:
cargo run

⚙️ Configuration

Edit the config/config.toml file to customize:

  • 🎯 Trader Targets — Choose which trader(s) to copy

  • 🛡 Risk Settings — Control max exposure, stop-loss %, leverage, and more

  • 🔁 Exchange Info — Define supported exchanges and API endpoints


⚠️ Disclaimer

This bot is provided for educational and experimental purposes only. Cryptocurrency trading carries significant risk, and past performance is not indicative of future results. Use at your own discretion and never invest more than you can afford to lose.


📬 Contact

📢 Discord: toptrendev

📢 Twitter: toptrendev

📢 Telegram: @toptrendev

About

🤖Copy Trading Bot - 📈📉This is the copy trading bot that is developed by Rust language🦀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages