Another EA required

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 6 días
Comentario del Cliente
very helpful, very quick, knowledgeable and most importantly, he keeps his word. he said today means today. tomorrow means tomorrow. will be using him in the future again. Thank you SM
Comentario del Ejecutor
Thank you. Pleased working with you.

Tarea técnica

I need an Expert Advisor for MetaTrader 4. 

Trading on a multiple currencies, the entry signal is based on two custom indicators (code is NOT attached - but i will let you know which buffers to look at). 

There is a time filter required meaning between 0700-1200 there can be no new buy/sell/reverse signal, ONLY close existing position signal is permitted. The time is user-input


Custom Indicator A:
- there are 5 buffer. First buffer is showing green, second buffer is showing green-yellow. Third buffer is showing red, and 4th buffer is showing red-yellow. Only the first and 3rd buffer are important
- buy signal, first buffer (green) must appear for first time (first buffer[1] is not empty = !IS_EMPTY && first buffer[2] is empty)
- sell signal, third buffer (red) must appear for first time

then we use Custom Indicator B to verify:
- there are only 2 buffers. first buffer is up, and second buffer is down.
- buy signal from indicator A will be valid if indicator B is showing up (first buffer is not empty)
- vice versa.
- if there is buy/sell signal from indicator A, and indicator B is not verified - do not open new positions, but close any open position - ie, if there is existing buy order, and indicator A is giving sell signal, and indicator B is not verified, just close the buy order to be flat.


Position volume: let's assume percentage of balance input is 1%, and Account balance is 7000.
Account balance/7 = 1000, and 1% of 1000 is 10. 10 is the amount of dollar Stop Loss. and the last 30 bar high is 10pips away, so we open a position of 1 --- err not sure if this is correct but you get what i mean?
If the last 30 bar high/low is too low, the stop should be set at a minimum allowed distance;


Closing of positions - by the SL and by a reverse signal. All positions are accompanied by a SL based on the high of last 10 bar (for sell signal) and low of the last 10 bars (for buy signal). number of bar is user-input.


All signal check are done after the current bar is closed.





Miscellaneous:
The indicator values are taken from the completed (formed) bar, the current bar (uncompleted) is not used. That is, the modification should occur no more frequently than once in a bar;
The information on the opening/closing of positions and of modifications of the SL should be stored in the Journal;
If there are any errors, it must print a message describing the error.

Han respondido

1
Desarrollador 1
Evaluación
(52)
Proyectos
133
44%
Arbitraje
14
50% / 29%
Caducado
55
41%
Libre
2
Desarrollador 2
Evaluación
(362)
Proyectos
504
40%
Arbitraje
147
18% / 72%
Caducado
98
19%
Ocupado
3
Desarrollador 3
Evaluación
(2069)
Proyectos
2628
61%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabaja
4
Desarrollador 4
Evaluación
(121)
Proyectos
134
66%
Arbitraje
36
25% / 56%
Caducado
22
16%
Libre
5
Desarrollador 5
Evaluación
(28)
Proyectos
47
23%
Arbitraje
13
31% / 15%
Caducado
12
26%
Libre
6
Desarrollador 6
Evaluación
(258)
Proyectos
395
28%
Arbitraje
69
19% / 49%
Caducado
120
30%
Libre
7
Desarrollador 7
Evaluación
(251)
Proyectos
400
54%
Arbitraje
9
67% / 22%
Caducado
36
9%
Libre
8
Desarrollador 8
Evaluación
(128)
Proyectos
206
49%
Arbitraje
29
28% / 48%
Caducado
33
16%
Libre
9
Desarrollador 9
Evaluación
(80)
Proyectos
117
67%
Arbitraje
16
25% / 13%
Caducado
12
10%
Libre
10
Desarrollador 10
Evaluación
(13)
Proyectos
34
76%
Arbitraje
1
100% / 0%
Caducado
6
18%
Libre
11
Desarrollador 11
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols: input string symbol2 = "DXY"; input string symbol3 = "US10Y"; i have made a very basic sketch on chatgpt but it needs professional code work. Indicators and Settings Used: Commodity Channel
The goal of this project is to catch positions which are moving in the right direction, while locking / hedging the ones that do not. Positions are only opened when price has been moving according to the predominant trend, and wins are used to buy down existing locked positions as required. Please see the attached files for full explanation of the requirements and anticipated solution
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: 1. Use the input function to be processed in the code so that it can be manually set all indicators, like stoploss, trailing stop, partial close, trading time zones, lot size, RSI levels, take profit, choosing buy stop or limit order, etc. 2. The EA trades on the pair it is attached to, include this in the script. For example DAX
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
Excellent trade 30 - 50 USD
I need an expert robot developer that will create a robot using 4 indicators to generate signal for the robot to execute,it should be solely based on candle stick period analysis and the robot will be made to allow indicators parameters adjustment and user input example "parameters optimization" or "hyperparameter optimization as the terminology might be, please I need it urgently, the interested developer should
Hi there, I am after a new MT5 to be created as per the attached detailed brief. If this brief can be successfully completed I have further work for the chosen developer to be discussed once the job is completed. Thankyou
The specifications cover 3 requests: 1- Addition of a Trailing Take Profit function 2- Addition of opening orders according to a decreasing distance (20, 15, 10, 5...pips) 3- Addition of a function that allows choosing a fixed, increasing, or decreasing take profit
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
This is the ea I will be looking to do 2 jobs this one then another one later. Indicator is 528 lines of code EA is 703 lines of code Dashboard Is 5034 Lines of code I want to remove the dashboard form the indicator and add it to the dashboard like this and add these features to it Indicator Changes I want to change the indicator The Moving Average Ribbon I want to Add a input to make it fill out or hollow like it is

Información sobre el proyecto

Presupuesto
20 - 100 USD
Para el ejecutor
18 - 90 USD
Plazo límite de ejecución
de 1 a 7 día(s)