TxtTradeMaster is an automated trading bot that executes trades based on instructions provided in a text file.
- 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.
- Node.js (version 18.16.X)
- ByBit API key and secret
- Clone the repository:
https://github.com/hakizimana-fred/TxtTradeMaster
- Install dependencies:
npm install or yarn
- Rename
.env.example
file to.env
. - Replace
YOUR_API_KEY
andYOUR_API_SECRET
in the.env
file with your ByBit API key and secret.
- Place your trade instructions in a text file (e.g.,
instructions.txt
). - Run the script:
npm start or yarn start