Forum

How I can set the correct time to my indicator in MQL4 with the function EventSetTimer()?

Hello, I'm having problems with set time in MyFxBook indicator. I wrote this: int OnInit () { //-------------------------------------------------------------------+ int count= 0 ; bool timerset= false ; while (!timerset && count< 5 ) { timerset= EventSetTimer ( 1 );

Problem with iCustom() in MT4 to save data

I'm trying to save data of sentiment indicator (myfxbook) with the function iCustom() and the function don't return all values, only some of them and the value is 0.0. Anyone knows what is the problem and I that happens? Thank You

WebRequest() mql4

Hi, how I can do a web request of a web with mql4? I need obtain some data but I don't know if I have to do a script. Thanks