Forum

Metatrader 4 to Binary.com

Goodmorning i made a code in javascript that if i visit this page from browser it open a position in binary.com. But if i made a webrequest from mt4, it doesn't work also if i get result 200 on webrequest and 4000 error of mt4. Some one can help me? string params= "" ; char data[]; int

Moving Averange in array

Good morning I'm a newbie in mql4 and i still don't understand how put value of moving averange in array. I get always some errors (like array out of range ) I just need and alert when the value of moving averange in the previous candle is more high then actual candle in OnCalculate process. Can