- Visual Studio Code
- Visual Studio Installer
- Python
- Alpha Vantage
- Visual Studio Code (https://code.visualstudio.com/)
- Visual Studio Installer (https://visualstudio.microsoft.com/pt-br/visual-cpp-build-tools/)
- Python (https://www.python.org/downloads/)
- Pandas
- Matplotlib
- yfinance
- API alpha vantage
- Git (https://git-scm.com/downloads)
- Open git bash and type the following command:
git clone https://github.com/Matheusp2023/Automated-Trading-System.git
- Download and install the Visual Studio Installer
- In the Visual Studio Installer, select "Microsoft C++ Build Tools", and click install
- Download and install the python language
- Install the API alpha vantage
pip install alpha_vantage
- Check if it was installed correctly
pip show alpha_vantage
- Install the API websocket
pip install websocket-client
- Enter the following command to install the required libraries
pip install pandas matplotlib yfinance
- In the program's source code directory, enter the terminal and type:
python main.py
- Market Data Analysis
- Trading Strategy Implementation
- Buy/Sell Order Execution
- Portfolio Management
- Risk Management Tools
- Backtesting Capabilities
- Real-Time Alerts and Notifications
- Reporting and Analytics
- User Customization and Preferences
- Regulatory Compliace Features