This project is a trading bot designed to automate trading strategies. It uses various indicators and market data to make informed trading decisions. The bot is highly configurable and can be adapted to different trading strategies.
For detailed documentation on the trading strategy and how to configure the bot, please refer to the Wiki.
- Docker
- Node.js
-
Clone the repository:
git clone https://github.com/yourusername/trading-bot.git cd trading-bot
-
Build the Docker image:
docker build -t trading-bot .
-
Run the Docker container:
docker run -d --name trading-bot-container trading-bot
The project includes several shell scripts located in the shell_scripts
directory. These scripts are used for various tasks such as data fetching, backtesting, and more.
To run a script, use the following command:
node shell_scripts/<script_name>.js
To install the project dependencies, run the following command:
npm install
To start the trading bot, run:
npm start
Contributions are welcome! Please refer to the Contribution Guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for more information.
This project is looking for funding: