Forum

Prett frustrating that MQL has no direct client service for paying customers.

I have, what I consider, a pretty important issue [ https://www.mql5.com/en/forum/445797 ] with the VPS server I am renting from MQL5 where all of expert logging on the server is completely blank. And my only avenue is to make a post and hope someone who isn't MQL can help with an issue that should

No Journal logs appearing in MQL5 VPS Server journals viewer.

I have an MQL VPS server running, but it's producing no terminal or expert logs in the journals' viewer for the server

The OnInit() function run more than once when using breakpoints to test code with real data?

While running my code in debug mode and testing with real data using breakpoints, I encountered a peculiar problem. I was testing a custom function in the OnTimer() that enables users to delay the start of an EA by placing a pending order . Once the pending order is filled, the rest of the EA is

How to change the minimum CAppDialog panel size of the panel when minimized?

Below in the coded section, I have a CGraphicalPanel class representing my Panel . But I see when minimized the panel in X dimension, bit too narrow. How would I change the the size of the panel when minimized? Would like the panel to be large in X dimension when minimized. All I know that