AITrader is a powerful and efficient automated trading application built in C++ designed for high-frequency trading on cryptocurrency and stock markets. It leverages advanced artificial intelligence algorithms to analyze market data and execute trades at optimal times.
- Real-Time Data Processing: Fast and efficient processing of real-time market data.
- AI-Driven Trading Strategies: Utilizes machine learning algorithms to predict market movements and make trading decisions.
- Customizable Trading Strategies: Users can customize trading strategies according to their risk appetite and investment goals.
- Graphical User Interface: Includes a user-friendly dashboard for monitoring trades and market conditions.
- Detailed Analytics: Offers comprehensive analytics on past trades and market trends.
- Multi-Platform Support: Compatible with major operating systems including Windows, macOS, and Linux.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What you need to install the software and how to install them:
sudo apt-get install build-essential
sudo apt-get install libboost-all-dev
sudo apt-get install qt5-default
A step-by-step series of examples that tell you how to get a development environment running:
git clone https://github.com/nguemechieu/aitrader.git
cd aitrader
mkdir build && cd build
cmake ..
make
This will compile the AITrader app and create an executable in the build
directory.
Explain how to run the automated tests for this system:
./run_tests
./aitrader
How to use the app in live trading environments:
Run
./aitrader --config.cfg
- C++ - The main programming language used
- Qt - Used to create the graphical user interface
- Boost - Used for various utility functions and components
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Noel Nguemechieu - Initial work - nguemechieu
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2 - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc