Forum

The trading was done entirely using an EA, so why does the report show "Manual Trading"?

I used the EA on the new account and did not manually intervene in any trades. But why does the report have "27 Manual Trading "? EAs utilize instant orders, limit orders, Stop-loss, Take-profit and order closure when certain criteria are met

Why do these two functions different results?

Why do these two functions different results? I've always used method 1, but I found the results unsatisfactory, so I tried method 2 and it gave me the desired results. Method 1: bool Save_History_StrongConsensus(const char s) { bool Ret = false; Ret = Ret || Save_History_StrongConsensus(s

Unable to display special characters using ObjectSetString() in version 5488

I use the command below to display some special characters. With version 5430, it displays correctly, but when updating to version 5488, it doesn't display as expected. My EA, when compiled with version 5430, had a size of 1.832KB, but when recompiled with version 5488, it only has a size of

Why does the result depend on the condition even though the variable does not change?

Sometimes I can't understand why it is wrong like the example below: if (bb ) printf ( "@X " + BestEntry + " " + P261_UpDn[tm][SignalIdx].Entry); if (bEntry) printf ( "@Y " + BestEntry + " " + P261_UpDn[tm][SignalIdx].Entry); Why does the result depend on the condition even though the variable

the sort by percent change in Toolbox is not correct

I'm using MT5 version 5.00 build 4410. In Toolbox dialog the sort by percent change is not correct

How to free up memory after the service finishes executing the task?

I created a service to run every 4 hours to analyze 35 currency pairs for all time frames from M30~ MN. After the analysis is complete, the service still takes up 9.5MB of RAM and slows down the computer. I had to Stop and then click Start again to free up the memory to 1.5MB as before running the

How to add the address 'http://localhost:12345/Test/GetTitle' to the list of allowed URLs on tab 'Expert Advisors'?

I cannot add the address 'http://localhost:12345/Test/GetTitle' to the list of allowed URLs on tab ' Expert Advisors ' for development and testing my EA. Please help me

[Error Report] MetaEditor (Build 4040) using too much CPU, Memory and Power usage!

I am using the computer (Desktop PC): Core i5, 12GB RAM Recently My computer often suddenly restarts if running the MetaEditor program. The cause may be because the MetaEditor takes up too much of the computer's resources (CPU, Memory and Power usage). Please instruction me how to fix this problem

MT5 build 3661 too slow backtesting

3 months ago backtest was normal but now backtest is terribly slow. I don't know if it's because MT5 has changed or is there a problem with my computer