Add advanced functions to the code that was generated for MT4 and MT5

MQL4 Indicadores Experts Forex

Termos de Referência

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function (A)

Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one

Leave in extern (false) or (true)

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function (B)

Add the function (false) or (true) INTO THE EXISTING FUNCTION: TradeSize = 0.01;

68799974

(true) Function (C) does not work

(false) Function (B) does not work

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function (C)

KEEP AVAILABLE FOR MODIFICATION (extern = 0.01;)

Add function (false) or (true)

(true) Function (B) does not work

(false) Function (C) does not work

._____________________________________________________________________________

If entered in (extern = 0.01;) Initial lot value

FIRST BUY ORDER TO OPEN _________________________________________________

If the command was given to open the FIRST BUY ORDER (1* buy order lot 0.01) - (1* order is open in the YES market (2* buy order lot 0.02) - (2* order is open in the YES market (3* buy order lot 0.03) - (3* order is open in the YES market (4* buy order lot 0.04) - (4* order is open in the YES market (5* buy order lot 0.05)... so on there is no maximum limit.

If the command was given to open a 6* sell order, the function will take the lot value of the last buy order that is open in the market and the penultimate buy order that is open in the market (example (3* order is open in the market YES (4* buy order lot 0.04) - (4* order is open in the market YES (5* buy order lot 0.05): 0.04 + plus 0.05 = equal to (6* sell order lot 0.09) Sell orders will not be used to make the calculation.

If the command was given to open a 7* buy order: (5* order is open in the market YES (7* buy order lot 0.06)... No sell orders will be used to make the calculation

If the 2nd order was a sell command, the function will take the lot value of the last buy order that is open on the market (example (1st order is open on the market YES (2nd sale order lot 0.01): it will repeat the same lot value

The function will be restarted again with the initial lot of 0.01 only if all orders 1*, 2*, 3*, 4*, 5*, 6* and 7* etc... all orders were closed and if the command was given to open a new order

There will be only buy orders.

There will be both buy and sell orders.

FIRST SELL ORDER TO OPEN _____________________________________________________

If the command was given to open the FIRST SELL ORDER (1* sell order lot 0.01) - (1* order is open in market YES (2* sell order lot 0.02) - (2* order is open in market YES (3* sell order lot 0.03) - (3* order is open in market YES (4* sell order lot 0.04) - (4* order is open in market YES (5* sell order lot 0.05)... so on there is no maximum limit.

If the command was given to open a buy order 6*, the function will take the lot value of the last sell order that is open in the market and the penultimate sell order that is open in the market (example (order 3* is open in the market YES (sell order 4* lot 0.04) - (order 4* is open in the market YES (sell order 5* lot 0.05): 0.04 + plus 0.05 = equal to (buy order 6* lot 0.09). Buy orders will not be used to perform the calculation.

If the command was given to open a sell order 7*: (order 5* is open on the YES market (sell order 7* lot 0.06)... No buy order will be used to make the calculation.

If the 2nd order was a buy command, the function will take the lot value of the last sell order that is open in the market (example (1st order is open in the market YES (2nd purchase order lot 0.01): it will repeat the same lot value

The function will be restarted again with the initial lot of 0.01 only if all orders 1*, 2*, 3*, 4*, 5*, 6* and 7* etc... all orders were closed and if the command was given to open a new order

There will only be sell orders.

There will be both sell and buy orders.

._____________________________________________________________________________

If entered in (extern = 0.02;) It will be twice the value of extern = 0.01; multiply by 2

If entered in (extern = 0.03;) It will be three times the value of extern = 0.01; multiply by 3

If it is inserted in (extern = 0.04;) It will be four times the values ​​of extern = 0.01; multiply by 4... and so on, there is no maximum limit

Function (C) must work individually independently for each Expert Advisor of function (A)

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function (D)

ADD THE FUNCTION THAT CHANGES FROM | 01 |; TO THE MAXIMUM | 99 |;

ONLY THE LAST TWO PLACES OF THE MAGIC NUMBER

AND REPEAT THE SAME NUMBER FOR ALL WITHIN A LIST

int NúmeroMágico1 = 62745 | 01 |;

int NúmeroMágico2 = 62746 | 01 |;

int NúmeroMágico3 = 62747 | 01 |;

int NúmeroMágico4 = 62748 | 01 |;

67896564

KEEP AVAILABLE FOR MODIFICATION (external) EDITABLE FIELD ONLY

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function (E)

Hide the Indicators used in the expert so that they do not appear in the strategy tester backtest

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function (F)

Remove and take only the code from (55858884.mq4) referring to the information contained to show the data on the visual screen and place it in the experts

Add and create these two more (Current Spread: 0.0) and (Magic Number: 00  Show only the last two numbers)

5689994

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

The Experts and the code (55858884.mq4) will be sent in the comments.

DO THE SAME FUNCTIONS IN (EA 1111.mq4) and (EA 2222.mq5) MAKING THE NECESSARY CHANGES.

The files (EA 1111.mq4) and (EA 2222.mq5) were created only to obtain the information.


Respondido

1
Desenvolvedor 1
Classificação
(144)
Projetos
170
23%
Arbitragem
7
29% / 43%
Expirado
4
2%
Carregado
2
Desenvolvedor 2
Classificação
(55)
Projetos
64
6%
Arbitragem
25
20% / 36%
Expirado
4
6%
Carregado
3
Desenvolvedor 3
Classificação
(198)
Projetos
319
16%
Arbitragem
21
38% / 33%
Expirado
16
5%
Ocupado
4
Desenvolvedor 4
Classificação
(595)
Projetos
927
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Trabalhando
5
Desenvolvedor 5
Classificação
(2)
Projetos
1
100%
Arbitragem
1
0% / 100%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(9)
Projetos
13
15%
Arbitragem
5
0% / 60%
Expirado
1
8%
Trabalhando
Pedidos semelhantes
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
Tenho um EA mql4 que está com funcionalidades funcionando e outras com funcionalidades sem funcionar. Tenho um vídeo do EA funcionando como deve funcionar perfeitamente. O meu não consegue seguir o mesmo programa pois quando coloca os pontos de parada e retirada são bem diferentes. Não tenho pressa para tempo, só queria que conseguisse renovar o EA. O arquivo do grafico anexo é como ele se encontra agora. O certo é
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Hedging MT4 EA 50+ USD
Overview of the Strategy The main strategy will be hedging trades of similar lot sizes on EUR/USD (or any other pair). The idea is to start with two trades, Buy and Sell of 0.1 lots each. The positive trade will close at profit at a certain X distance set in parameters or at any SR level defined by horizontal lines manually. Blue line for resistance and red line for support. At the same time, upon closure of profit
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
Hey greetings. Am in need of a developer that has already made profitable MT4 or MT5 EA that I can buy with the backtesting and proven result. How is the draw down ? What is the winning rate ? Kindly reply and let proceed
I will buy your EA for MT5, in case that on distance it is able to make a profit of 10% per month. - Martingale methods and grid strategies should not be used as the basis of a trading strategy. - Excellent win rate (>80%) - High risk/loss management - Option to select direction of trading (long, short or both) - News filter - Editable Trading Hours I will need to test in the strategy tester and on live market (on
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I need a TradingView script (not mine) converted to an Mt5 EA. There is some specifications for the robots on when to be able to take a trade. Attached bellow is the file of the script I want translated and converted to MT5 then EA

Informações sobre o projeto

Orçamento
60+ USD

Cliente

Pedidos postados1
Número de arbitragens0