This program allows for integration between the MetaTrader 5 (MT5) terminal and Python, enabling the use of automation of trading actions.
- Download and install the MetaTrader 5 terminal from the official website (https://www.metaquotes.net/en/metatrader5).
- Install the
mt5package using pip:
pip install mt5
- Clone or download this repository to your local machine.
- This program requires that the MT5 terminal is running on the same machine as the Python script.
- This program uses the mt5 package to communicate with the MT5 terminal, which is not an official API provided by MetaQuotes. The package might be subject to change in the future.
- This program is provided as-is and the developer(s) of this program will not be held responsible for any damages or losses that may occur as a result of using this program.
- Always test the program in a demo account before using it in a live account.