Skip to content

TxtTradeMaster: Automated trading bot executing trades based on text-file instructions. Simplify and streamline your trading strategy.

Notifications You must be signed in to change notification settings

hakizimana-fred/TxtTradeMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TxtTradeMaster

TxtTradeMaster is an automated trading bot that executes trades based on instructions provided in a text file.

Features

  • Parses text files to extract trade instructions.
  • Executes market orders and limit orders.
  • Integrates with ByBit cryptocurrency exchange.
  • Customizable limit price for limit orders.
  • Time-based execution for trades.

Getting Started

Prerequisites

  • Node.js (version 18.16.X)
  • ByBit API key and secret

Installation

  1. Clone the repository: https://github.com/hakizimana-fred/TxtTradeMaster
  2. Install dependencies: npm install or yarn

Configuration

  1. Rename .env.example file to .env.
  2. Replace YOUR_API_KEY and YOUR_API_SECRET in the .env file with your ByBit API key and secret.

Usage

  1. Place your trade instructions in a text file (e.g., instructions.txt).
  2. Run the script: npm start or yarn start

About

TxtTradeMaster: Automated trading bot executing trades based on text-file instructions. Simplify and streamline your trading strategy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published