Forum

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

dymatic trend line by angle dgree is always 90

Hi, Below code draw a dymatic trend line by angle, but mt5 always draw a vertica line as trend line and the angle value return is always 90. When i remove the code with underline below, mt5 draw trend line correctly. Is it a mt5 bug(build 842)? #property version "1.00" #property

bulid 482 metaeditor copy function will be missing part of chinese character

HI, bulid 482 metaeditor copy function will be missing part of chinese character e.g. when ctrl + c on the below chinese character in metaeditor : 布林带时间周期 and paste in metaeditor , only left below: 布林带时