Forum

Problems running optimization tests on the Cloud (MT5)

Hi, starting a few days ago, I can't use the Cloud anymore to run by optimization tests. My terminal refuses to connect to any of the 3 Clouds available in my region (MQL5 Cloud Europe 1, MQL5 Cloud Europe 2, MQL5 Cloud USA). I sent a message to the service desk with my log file, to no avail. Have

Growing a position in Mql5 on a hedging account

Hi, Is it possible to grow an open position without opening a new one in Mql5 on a hedging account? I'm using the Ctrade class. Thanks for your tips

Enough bars in history check and download

Hi, In my EA, I use a moving average indicator with a large period, it needs to access up to 150 bars in history. So I need to check if there are enough bars in history and, if not, download the missing data from within the OnInit() function . What is a good practice to do so. As for now, my code

How does product update work and other related questions

Hi, As an EA developer, I wonder how does product updates work on the market. Once I publish a new version of a product, do the buyers get notified about it ? Does it install automatically on their terminal or do they have to do it manually? Other related question: is it allowed to use a WebRequest