Forum

Copying trades from one MT5 account to another

Hope everyone are keeping safe during this time. I have a question regarding copying trades. I have and mt5 account with a signal provider. He enters the trades into my mt5 account from his own VPS and EAs. What I want is when he enters a trade into my account, I want that trade to be duplicated in

Need help setting up Meta Trader

I have installed the Meta Trader on my pc, but I have trouble in setting it up. In the pip my system, it has been mentioned to do the following 4hr. Chart Settings: 5 EMA applied to the close 10 EMA applied to the close Stochastics (10,3,3) (Use slow and simple settings) RSI (9) (Simple) When I open

Declare 2 dimensional array and assign array

I would like to know how to declare a two dimensional array and assign values to it. I have the following code. But it doesn't work. string arrprice[7][1]; arrprice[0][0]="AAA1"; arrprice[0][1]="1.234678"; Above doesn't work. Tried the following and same issue. arrprice[1,0]="AAA1";

Indicator app development for android phones

I am interested in learning how to develop an app for android devices. Could someone point me to some web sites that has some instructions please

How to get the result from a custom indicator

Hi All, I am trying learn to use a custom indicator that is available in the mql5 forum in my EA. I have downloaded it and it is available in the Market folder. Indicator URL : [Market product link was deleted by moderator] In my OnInit function, I am simply using the following code to see what it

Help with iAlligator function in EA

Wrote the iAlligator function with the following parameters in my EA. My issue is when I am testing this with EURUSD 1H fort the month of May 2018, the values are not matching with what I see on the chart. Could any one help me to understand why I see a difference in Jaws. Candle : May 30, 2018

Help with iAlligator function

In my mql code, I want to make the bequal variable true when the jaws and teeth of the iAlligator indicator are equal. So I wrote the following code. Unfortunately, it never makes the variable true, even when the jaws and teech are equal. I am not sure why the problem is. Could anyone help please

Function to get the candle date

I would like to know whether there is any function that I can use to get the candle date. Ex: if I have 30 daily candle, I want to print the candle date for each of those candles. Is there a function for this in mql

Help with iAlligator indicator

All, I need some help with the coding iAlligator indicator double jaw= iAlligator( NULL,0,J_Period,J_Shift,T_Period,T_Shift,L_Period,L_Shift,MODE_SMMA,PRICE_CLOSE,MODE_GATORJAW,1); double teeth= iAlligator(

How to get the pip difference in bollinger band

I am trying to get the pip difference between the higher and lower bollinger bands in my code. I am using the following code for this. double bolinger_upper_band=iBands(NULL,0,bPeriod,Deviation,Shift,Appliedto,MODE_UPPER,1); double