https://github.com/arunkumar201/auto-trading
The Auto Trading System is a robust tool designed to automate trading operations on the Binance platform. This system streamlines the trading process by executing predefined strategies and actions based on configured parameters
https://github.com/arunkumar201/auto-trading
binance bitget-api bot mq5 parallel-trades pinescript trading-bot
Last synced: 10 months ago
JSON representation
The Auto Trading System is a robust tool designed to automate trading operations on the Binance platform. This system streamlines the trading process by executing predefined strategies and actions based on configured parameters
- Host: GitHub
- URL: https://github.com/arunkumar201/auto-trading
- Owner: arunkumar201
- Created: 2024-02-01T18:00:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T19:34:39.000Z (about 2 years ago)
- Last Synced: 2025-02-10T15:18:37.761Z (about 1 year ago)
- Topics: binance, bitget-api, bot, mq5, parallel-trades, pinescript, trading-bot
- Language: TypeScript
- Homepage: https://auto-trading.vercel.app
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Trading System
## Overview
The Auto Trading System is a robust tool designed to automate trading operations on the Binance platform. This system streamlines the trading process by executing predefined strategies and actions based on configured parameters. Follow the steps below to set up and run the Auto Trading System effortlessly.
## Prerequisites
Before you begin, ensure you have the following installed:
- [Node.js](https://nodejs.org/) (recommended version)
- [Yarn](https://yarnpkg.com/) package manager
## Setup Instructions
### Step 1: Install Dependencies
Use Yarn to install the required dependencies. Run the following command in your terminal:
```bash
yarn
```
## Step 2: Configure Environment Variables
- Create a .env file in the root directory based on the provided env.example file. Update the values in the .env file to match your specific configuration.
## Step 3: Start the Server in Production Mode
- Launch the server in production mode to initiate the Auto Trading System. Execute the following command:
```bash
yarn start:prod
```
## MQL4 WEB request URL
- HOST_URL/stock/auto-trading
## Step 4: Run Binance Service Script
- Execute the Binance service script to enable communication with the Binance platform. Run the following command:
```bash
yarn start:binanceService
```
## Step 5: Run Bitget Service Script
- Execute the Bitget service script to enable communication with the Bitget platform. Run the following command:
```bash
yarn start:bitgetService
```
These steps will set up and run the Auto Trading System in your environment. Ensure that you have provided accurate configuration values in the .env file for seamless operation.