Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namn-grg/dual-channel-bot
https://github.com/namn-grg/dual-channel-bot
algorithmic-trading hyperliquid
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/namn-grg/dual-channel-bot
- Owner: namn-grg
- Created: 2024-12-22T08:16:42.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T11:21:08.000Z (6 days ago)
- Last Synced: 2024-12-23T12:28:13.659Z (6 days ago)
- Topics: algorithmic-trading, hyperliquid
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DUAL CHANNEL BOT 🔀
A Rust-based trading bot that operates across dual channels on cryptocurrency markets.
## Features
- Supports both mainnet and testnet environments
- Dual channel trading strategy
- Built in Rust for high performance and reliability## Setup
1. Clone the repository
```bash
git clone https://github.com/yourusername/dual-channel-bot.git
cd dual-channel-bot
```2. Configure your environment variables (create a `.env` file):
```bash
PRIVATE_KEY=
USER_ADDRESS=
```3. Build the bot
```bash
cargo build --release
```4. Run the bot
```bash
# Run on testnet (default)
cargo run# Run on mainnet
cargo run -- --mainnet# Run with custom size
cargo run -- --size 50.0# Run with different symbol
cargo run -- --symbol ETH# Run with all options
cargo run -- --mainnet --size 50.0 --symbol ETH
```## Configuration
The bot can be configured with the following parameters:
- Network selection (mainnet/testnet)
- Channel size
- Asset selection## License
MIT License
## Disclaimer
Trading cryptocurrencies involves risk. This bot is provided as-is with no guarantees. Use at your own risk.