Forum

Persian language

is there possible to add another language? Suggestions, mql5.com site, Closed, Start: 2013.11 .17 07 : 56 , # 850735 is there possible to add another language? Persian is my favorite

write to file

Hi in this code only line Specified in file is write why lines next not write? please help me filehandle= FileOpen ( "fractals1.csv" , FILE_WRITE | FILE_READ | FILE_CSV | FILE_SHARE_READ | FILE_ACCESS_DATE | FILE_IS_WRITABLE | FILE_IS_READABLE ); if (filehandle!= INVALID_HANDLE ) {

Transfer object to a new chart and get string from user

Hi I have two questions Thank you for help me Between run an expert how transfer object to new chart ? Between run an expert and how to get a string from the user ? for complate this Expert #include <Controls\WndObj.mqh> input string symbol; //input symbol input

How can i drow 6 horizontal line?

Hi How can i drow 6 horizontal line ?What codes? for Support & Resistance on price. This code just drow 1 line in last price. for(int j=1 ; j<6 ; j++) { ObjectCreate(0,"S&R",OBJ_HLINE,0,0,array[d]); ObjectSetInteger(0,"S&R",OBJPROP_COLOR,clrOrangeRed);

How can I close some of volume(lot) a position?

Hi How can I close some of volume(lot) a position? Equivalent OrderClose(OrderTicket(),0.01,Ask,3,Violet) in mql4

How do I remove Alerts the program previous?

Hi How do I remove Alerts the program previous

Fibonacci percentage of the current price, how to win?

Hi Very important and urgent. Could everyone please help me Fibonacci percentage of the current price , how to win ? Thank you

How can I interrupt or delay a second indicator?

Hi How can I interrupt or delay a second indicator