Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 517 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 517 Bytes

This repository contains an expert advisor (trading bot) that analyzes price trends and executes orders automatically based on those trends.

I used the MetaTrader 5 app to run the script and coded it within the MetaTrader 5 IDE. Initially, I planned to use the MQL5 Library with Python, but since the MQL5 Library Python version only supports Windows, I had to switch to C++ which is the language supported by the MetaTrader IDE. Additionally, because I’m working on a Mac, I utilized WINE to run MetaTrader 5.