Forum

MT5 Chart Tab Profile Bug Report

The Bug is about chart profiles not being saved properly and being corrupted by new charts that weren't there, IF the profile has enough charts that chart tab scrolling arrows become active. In short should one use enough charts that the chart tab scrolling arrows at bottom right become active, the

Wrongly Triggered pending order

Hello below is mt5 1h chart showing with the blue arrow for mt5 trade history where my pending order was triggered into a live position. Problem is the price as you can see never even came close to my order price. Was triggered into a loosing position but price never actually even came close to my

Suggestion For Mt5 Meta Quote Developers

Please make the mt5 chat notification useful and not a nuisance by allowing us to choose whom or what product we want to maintain chat with. My mt5 chat system is very useful for me to keep in touch with those i want and thus very important feature, hence why its a big problem not to be able to

An Incredible situation In User Interface Design

Meta Quotes its 2023 , please provide traders with an option to turn off MT5 tool tip nuisance. The MT5 tool tip draws its own window over the current location of the mouse, preventing user from being able to click that area , and in fast trading situation this is like having a rat running around in

How to get Historical chart data for mt5

Hi So many charts from my broker only reach 1h or 4h , when there is more detailed charts on google and yahoo finance, but they not as usefull as chart i can place indicators on in my mt5 terminal. How do i get more detailed historical charts for mt5 , cheers

How to install market product to specific platform

Hi I have browsing the mt5 market web page for useful products. https://www.mql5.com/en/market/mt5 And when i select to download a product , it asks if i have mt5 , i click yes. !!!! And then it does the alarming thing !!!!, it opens up any of my 8 mt5 terminals and installs the new untested product

Desperately Need Help with Terminal Bug that loosing me money

When i Start the terminal for trading, My last used profile is automatically loaded up as usual , problem is the terminal would also have opened duplicates of some of the charts i have in the profile. These duplicate charts are hard to sport cause my terminal is usually maxed out at 100 charts. And

mql5 structs not flexible, no struct refence variable

In c++ you can declare a refence variable as member of struct struct SomeStruct{} struct MyStruct { int x; string s; SomeStruct& rSomeStruct; } the above does not compile in mql5, cause of the reference variable In mql5 the only place i know that i can declare a reference variable is as function

MQL5 Project Types Uses and Best Practice advice needed

Hi I am trying to find out about all the project types supported by meta editor, just came across services which was new to me even though been coding mql5 over a year. So i am curious about Library project too. Whats it for. Looked in a library project folder and saw it had only mql5 program

Help: Copy Folders anywhere win32 api Access violation error

Hi i am trying to write some code to allow me to copy files from my mql profile area into anywhere like say local pc or pc on local network. I have tried some code with diffrent results. //this does nothing but returns success static bool mfs_CopyFolder( string in_srcPath, string in_tgtPath)