Forum

Missing Shortcut Keys

Hi! I just noticed that MT5 don't have the shortcut keys for deleting objects in the object list. ie: Ctrl-B -> Show Objects List for Current Chart, Alt-D (missing) to delete objects, Alt-P (missing) to edit object properties , Alt-S (missing) to show/select the object. Hope the developers can

Problem on the Horizontal Line

Hi! I find that the Horizontal line tend to snap with the closing price when trying to plot the line near the closing price, which I think it shouldn't be. Hope somebody can help on this

Drawing Lines with Arrow Head

Hi! I like to suggest that we can draw lines with Arrow Head options. e.g: 1 or 2 Arrow Head for the line, and perhaps some Arrow Head options for aesthetics. Hope you can consider this. Thanks

Defining X Axis Range

Hi! I like to suggest to have an option to select a date range for display on the chart. In this matter, there is a better chart display for analysis or archive

MT5 Demo Server

Hi all, Just to share that Broco has provide MT5 platform. http://www.brocompany.com/trading-platform/meta-trader-5/ It is great

Search Engine in www.mql5.com

Can we have a search engine within this website for better search of information

How to use Zlib.dll

Hi! I hope that somebody can help to provide an example to use the zlib.dll for zip and unzip of files under mql4. I saw that there is a unzip32.dll in WINDOWS\SYSTEM32, but I don't understand how to use that too. Thanks

Class Constructor Overloading

Hi! I understand that it is currently not possible to overload the constructor. Hope that the team could look into this as it will be time saving for coding too! Thanks

CString Class Copy Error

Hi! I recently make a class inherited from CString . Noticed that there is a copy string error. Hope this will be help to you too! // do not use void CString::Copy(string& copy) const -> It simply can't copy then. void CString::Copy(string& copy) { // copy=m_string; // I suspect this is a coding

Sqlite Experience

Hi! I hope to get some advise from those who had used mql5 with sqlite. I created a wrapper which run successfully as a standalone, running in a dos prompt. But when tried to run via mql5, it seems that it is unable to read or write under MQL5\Files folder. I am running on Vista and run terminal.exe