Skip to content

KindKillerwhale/Red_Killerwhale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red_Killerwhale

Red_Killerwhale is a cryptocurrency trading bot that leverages market data to find arbitrage opportunities and make profitable trades. It integrates with multiple exchanges and provides real-time updates via a Telegram bot.

Incomplete!!!!

Features

  • Arbitrage Strategies: Identify profitable trading opportunities across multiple exchanges.
  • Exchange Integration: Fetch market data from various exchanges using ccxt.pro.
  • Risk Management: Implement stop-loss and take-profit strategies.
  • Telegram Integration: Receive real-time updates on trading activities.

Setup

Prerequisites

  • Python 3.8+
  • ccxt.pro
  • networkx

Installation

  1. Clone the repository:

    git clone https://github.com/KindKillerwhale/Red_Killerwhale.git
  2. Navigate to the project directory:

    cd Red_Killerwhale
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Configure your Telegram bot token and chat ID:

    Edit the bot_implementation/trading_bot.py file and update the following variables:

    token = 'YOUR_TELEGRAM_BOT_TOKEN'
    chat_id = 'YOUR_CHAT_ID'
  2. Run the trading bot:

    python3 -m bot_implementation.trading_bot

Testing

Run the tests using unittest:

python3 -m unittest discover tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages