Forum

Modification required for the codes of updating mt4 expert log file

I made these codes for updating the mt4 expert log file by ontimer function() of 1 second,... Now the codes working correctly but it open log file directory every second and then close that (like Flashing), through these my work is done which I was wanted by my expert but when I start expert then by

The DeleteFileW function can't delete the log file

I use kernal32.dll function to delete the log file as just the expert is initial izing but it don't working,... every other type file is deleting through this function but the required log file is not possible to delete at the time of initiaziation. I just want to clear all text inside the log at

Indicator didn't display the arrow until I refresh the chart and reload the indicator...

Hi coder,... Hope all is well I have made an indicator that uses buffers to display arrow up and down,.. Having complex code around 1200 lines The problem is that when the indicator loaded to the chart and new data comes from server, and conditions meets on some candle for the up arrow,.. The arrow

Created Channel in EA but want to read both line price value inside the codes

Hi coders... I want to make an EA base on Equidistance Channel for MT4, the channel is created but able to read price values of one line of the channel by ObjectGetValueByShift(), but can't read the second line value,... Please help me and the problem is fully discribe through by the attached

want bold text on the terminal chart

Hi coders... I have created an indicator but search everywhere to bold the text, the text is created through the objectcreate(), as OBJ_TEXT , but now want to display this text Bold on the screen, is it possible??? the Terminal is mt4

Changing the Comment of closed order..

Hi coder... I am developing a new style hedge trading robot, in which I want to change the Order Comment when order close (in the line after the closing of order, while order is previously selected for orderclose function)... is this possible

Indicators Time

Hi everybody... How we can made a function in mt4 editor to count time as a common clock second by second independent of tick value from the broker