Skip to content

Margaretpz16/CoinBase-trade-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coinbase Auto-Trading Bot

Overview

This is an automated trading bot designed for the Coinbase cryptocurrency exchange. The bot is written in C# and is programmed to execute trades based on predefined strategies with the goal of achieving a consistent 5% profit margin on trades. Screenshot_1

Features

Automated Trading: The bot autonomously executes buy and sell orders on the Coinbase exchange. Profit Targeting: Designed to achieve a consistent 5% profit margin on trades. Strategy Customization: Users can customize trading strategies to suit their preferences and risk tolerance. Real-time Monitoring: Provides real-time updates on trading activities, including executed trades and current portfolio status.

Requirements

.NET Core 3.x or later Coinbase API Key (with appropriate permissions for trading) Getting Started Download the compiled installer from the repository. Run the installer to install the bot on your machine. Set up your Coinbase API key with trading permissions and update the App.config or config.json file with your API credentials. Customize your trading strategy in the Strategy.cs file.

Disclaimer

Use this bot at your own risk. Automated trading involves risks, and past performance is not indicative of future results. Always do your own research and consider your risk tolerance before using automated trading tools.