MQ5 Multi-Currency Expert Advisor

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 25 giorni
Feedback del dipendente
Very good customer

Specifiche

I need a multi-currency EA.mq5 that handle +50 assets (currencies, commodities and indices) at a time. This is very important because of the 242-character MQL5 restriction.

The EA will be based on an indicator and an existing EA.

Logic to enter market:

EA: Grid.mq5

Indicator: i-Regr.ex5

Timeframes: H4 and M15

At New Bar (M15) and Magic Number:

  (*) Long position: if (rates [0]. close < rates [1]. open && rates [1]. close > rates [1]. open)

 (*) Short position: if (rates [0]. close > rates [1]. open && rates [1]. close < rates [1]. open)

And, based on the attached iReg indicator, when prices break above the upper band (upper and lower timeframe), open short position(*) at market price or pending short order in the upper band price and reopen, positions or orders, at a minimum distance between orders or positions equal to {0, 5* (upper band[] – lower band[])}, and vice versa;

Orders and positions should be open at Time Distance=60 minutes;

Pending orders should have an expiration time.

Logic to close:

Trailing () function as yes/No option, if only one short or long position is open;

Profit should be calculated at 20 days iATR;

Minimal Profit should be calculated at 5 days iATR;

Trailing only after the position is in profit. (trailing_profit)

Stop Loss should not be used;

At Average or Part Close coded in the EA annexed;

The average function and the Part Close function must be able to work at the same time; that is, if there are conditions for closing extreme orders, the close part must override the average function.

If the price meets the line for calculating the average of open orders, all orders will be closed at average price.

Logic to calculate Lots and CheckMoneyForTrade:

The Lots Size should be automat or manual calculated.

   if(margin>free_margin)

     {

ATR=iATR(NULL, PERIOD D1, 20);

//----

   if(BuyPriceMin>0 && tick.ask<BuyPriceMin)

      longGrid=NormalizeDouble((BuyPriceMax-tick.ask)/ATR), digits); 

   if(SelPriceMax>0 && tick.bid>SelPriceMax)

      shortGrid=NormalizeDouble((tick.bid-SelPriceMin)/ATR),digits);  

//---

    buyGrid=MathCeil(longGrid);

    sellGrid=MathCeil(shortGrid);

//---+++

//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

   if(LotMulti)

   {

      if(OpenBuy>0 && tick.ask<BuyPriceMin)

      bLot=MathAbs(NormalizeDouble(AutoLot()*buyGrid,2));

      else bLot=AutoLot();

      //-----

      if(OpenSell>0 && tick.bid>SelPriceMax)

      sLot=MathAbs(NormalizeDouble(AutoLot()*sellGrid,2));

      else sLot=AutoLot();

      //---

     }  

}

The EA should comment in the chart all outputs;

The EA should only be submitted for review after the programmer has tested it and after all corrections have been made.


Con risposta

1
Sviluppatore 1
Valutazioni
(63)
Progetti
84
26%
Arbitraggio
23
22% / 48%
In ritardo
23
27%
Gratuito
2
Sviluppatore 2
Valutazioni
(90)
Progetti
118
17%
Arbitraggio
44
23% / 39%
In ritardo
20
17%
Gratuito
3
Sviluppatore 3
Valutazioni
(5)
Progetti
8
0%
Arbitraggio
1
100% / 0%
In ritardo
1
13%
Gratuito
Ordini simili
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Develop a simple trading robot from rainbow oscillator Additional features Include timeframe specification in rainbow oscillator trailing features moving average filter TP (true/false) SL (true/false) Fixed lot Risk percentage Percentage profit lock
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
I need a dashboard that shows my various accounts that shows balance, equity, number of trades open, drawdown and some more information. I want to use it to monitor my accounts in one screen or chart. If there is anyone who can do it please show me the screenshot of your sample
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
Estou a procura de um programador que faça um robo que automatize as análises feitas por ele nas ondas de Elliot e que faça entradas precisas com proteções das mesmas e com proteções também ajustáveis para não entrar em noticias de 2 ou 3 estrelas, e que seja para o mercado B3 Mini Indice ou Mini Dolar
Sosso 30+ USD
I would like to order an automated robot to the job for me as I have no clue on whatsoever the trading is about. The bot should be able to do it's job, everything for me and it providing the best services for one to use
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
Strategy: 1. Identify strong supply and demand levels. Draw them in the chart in green and red. In Tradingview: Market Structure Break & Order Block by EmreKb von EmreKb --> Strong demand and supply area refer to picture below (Buy and Sell Zones). There must be a strong demand / supply zone on a higher time frame in order for the set up to be valid. The time frame can be selected in the settings. E.g. "Higher Time

Informazioni sul progetto

Budget
30 - 100 USD
IVA (23%): 6.9 - 23 USD
Totale: 36.9 - 123 USD
Per lo sviluppatore
27 - 90 USD
Scadenze
da 1 a 10 giorno(i)