Forum

How to Export and Format MQL5 Indicator Data and Trade History for Python to Train a Machine Learning Model?

Hello, community! I am developing a project to integrate my trading environment in MetaTrader 5 with Python, aiming to train a Machine Learning model that can optimize my trading strategy. I already have my trade history and a custom indicator in MQL5 . I would like to collect this data and prepare

How Can I Use an MQL4 Indicator to Create an EA in Python?

Hello everyone, I am interested in developing an Expert Advisor (EA) using Python and would like to incorporate an indicator developed in MQL4 into the process. Could someone guide me on how to integrate an MQL4 indicator within an EA programmed in Python? Specifically, I would like to understand

Issue Displaying Buttons in Separate Window for Symbol Changer Indicator

I'm creating a "Symbol Changer" indicator in MQL5 that should display currency pair buttons in a separate window below the main chart. The goal is for the buttons to appear in the indicator's own window (similar to how an RSI indicator would display), without overlaying the main chart. Here's what