Forum

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

How to crop image in MQL5?

After using ChartScreenShot(), now I want to crop a small area of chart. Please instruction me how to crop it in MQL5

Issue with 'Commit to Storage' and 'Delete File or Folder' a file with a size of 0.00 kb (Empty file)

I have two emtpy file (0.00 Kb) on Storage. Now I want to 'Commit to Storage' or 'Delete File or Folder' but can not. Please help me how to delete it

Help: MT5 can not update data

Throughout the day my MT5 has no data updates

Help: Get data from web by using WebRequest()

I want to get data from https://api.investing.com/api/financialdata/41064/historical/chart/?interval=PT1M&amp ;pointscount=120 using function: bool GetFinancialData( string &Json) { bool Ret = false ; string cookie = NULL , headers; char post[], result[]; string url = "