Forum

custom symbol chart lowest price always can not reach bottom of chart

the left chart is custom symbol chat, lowest price always can not reach bottom of chart (no matter how i drag the chart), comparing to the right chart is EURUSD, lowest price can reach bottom of chart. left chart setting is below: please advise, thanks

can not type custom symbol rb2501 or TA2501 in the market watch

Hi, i want to type custom symbol rb2501, MT5 immediately auto change to ARBUSD below when i type rb, so i cannot continue to input 2501. also i want to type TA2501, MT5 immediately auto change to below wheni type TA, so i can not continue to type 2501. please fix, thanks

ChartSymbol() function return error 4102 in build 4231

hi, ChartSymbol() function return error 4102 in MT5 build 4231, please advise, thanks. while (! IsStopped ()) { //printf("IsStopped"); long chartId= ChartFirst (); //printf(chartId); while (chartId>= 0 && ! IsStopped ()) { long chartId= ChartFirst ();

Some ex5 failed to run in latest build 3756

Hi, some ex5 failed to run on latest build 3756. they run ok on the build of 5/23. and I use build 3756 to compile the mql of these ex5, they run ok again on build 3756

EA OnTick sometime dont get latest tick created by CustomTicksAdd

Hi, I use CustomTicksAdd to create ticks from external maket data source via a MT5 service, I checked ticks on the custom symbol chart is perfect compare to external maket data source, but I print out custom symbol tick and EA OnTick at the same time, found sometime EA OnTick is very old tick

chinese characters mouse focus is wrong in MetaEditor build 914

Hi, I click mouse at the end of a line of chinese characters, but MetaEditor focus mouse on the MIDDLE of chinese characters in MetaEditor build 914

Internationalization

Hi, I would like to know whether mt4 and mt5 will support internationalization in the near future? Thanks

Division double wrong

Hi, why code below output zero which is wrong? double b=0; b=30/100; printf(b); //output zero wrong and code below output is correct. double b=0; b=30.0/100.0; printf(b); //output 0.3 correctly Thanks

offline chart bug in build 600 and 603

Hi, https://www.mql5.com/en/code/9358 this renkochart offline ea failed to run on build 600 and 603 after compile via build 600 and 603, it gets back to ok after compile via build 509

ExpertMAPSARSizeOptimized

Hi, does any artical talk about MT5 build in EA Sample ExpertMAPSARSizeOptimized? It is wriiten in pure OO style, but metaeditor is not excellent enough as Eclips or VS studio now. Sometimes i feel reading MQ5 OO program using metaeditor is just like using Notepad. :) I cant get the point of the