Forum

How to deal with dead Testing Agent instances?

I have my local agent farm with ~200 agents. Every now and them some of the agents stop accepting new work, and the only solution is to restart them. From the MT5 terminal I can see that some of these agents appear as "Occupied by another terminal" - This information is not correct, however, as I

Specific test agent doesn't stay connected to the cloud

Hello all, I have at home around 10 computers, on which I run the cloud agent. For 9 of them, I have no issues. They are always connected to the cloud, and I can see them in the status page. However, for my newest PC (a Ryzen 7900X), I can't get it to stay connected to the cloud for long. After

How to determine Tester Agent PR score locally?

Hello all, Is there a way to determine the PR score of a testing agent locally? I would like to benchmark some different hardware configurations in order to know which one performs best, but relying in the PR score from the Web interface is terrible. It takes days to be updated and sometimes display

How to activate native MQL5 Trailing Stop function from code?

Hello, I would like to have some code to automatically activate the native MQL5 Trailing Stop function to my orders. That being equivalent to right click an order, and set the number of Point under "Trailing Stop". I was expecting this to be simple enough but I haven't found a way to do it. Is this

How to add indicator signals to the bottom of the chart?

Hello everyone, I am trying to figure out how to add indicator signals to the bottom of a chart, like it's done here: Indicators in this example are MTF and only output red and green boxes. Can this be done manually in the MQL5 UI or via code