Forum

4029 error while decrypt

Dear friends, I am trying to decode the encrypted data that is stored in a file. While doing so, I am getting 4029 ERR_ARRAY_INVALID. I tried to solve it, but not able to do so. Can any one find the problem in this code. if(FileIsExist("Mytext.txt",0)){ ResetLastError(); int

Is the account is Individual or Master Account

Is there any way to find a MT4 account is a Individual or Master Account

Doubt in WebRequest()

I would like to send user id and password to a website and validate it, and in response I would like to get user account no to validate in the code. string str="Login="+login+"&Password="+password; //--- Create the body of the POST request for authorization

Multi Time Frame RSI

Hi, I would like to create an indicator using RSI. The indicator should predict using 3 time frame viz, PERIOD_D1, PERIOD_4H, PERIOD_1H. An arrow should be formed in the chart window if all the 3 time frame indicate buy/sell. Can any body help me out in coding this

To store data in File

//+------------------------------------------------------------------+ //| SaveDataInFile.mq4 | //| http://www.metaquotes.net | //+------------------------------------------------------------------+ #property link "http://www.metaquotes.net" double myClose, myOpen, myHigh, myLow; double fClose

mt4 build 229 crashes

I have created a EA using dll . When I attach it to the chart the MT4 crashes. Can anyone tell me the reason for that

passing a reference to a function

I am in process of creating a dll. In a mql4 function I would like to pass 2 or more parameters, which will be called in a dll. And the dll function should return multiple parameters. In this process I am passing a reference of an array resDataCollection1, which will store the data that is be

Need help in creating dll

This is the code that I am using in creating dll with VC++ . My function DataCollection1(). shall return 2 variables stored in a array DataCollection1Return[2]. MT4_EXPFUNC double __stdcall DataCollection1(int Var1, double Var2, double Var3) { if (some condition) { if(Some condition) { { myVariable2

Kindly help me In this MQL4 Error

I have created a ExpertAdvisor to trade all currency. I have attached to nearly 10 charts. I would like my EA to trade all currency at a same time, simultaneously. But my EA open only one currency at one time. For other currency it shows error "06:21:57 SuperTrader1 USDJPY,H1: Error opening BUY