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
506
40%
Arbitraje
147
18% / 72%
Caducado
99
20%
Trabajando
3
Desarrollador 3
Evaluación
(2090)
Proyectos
2652
62%
Arbitraje
114
45% / 25%
Caducado
419
16%
Ocupado
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
Good programme Skill needed, ability to built high frequency trading (hft) expert advisor that works on MT4 and MT5 no Grid, no Matin. just Short term trade that last 1sec - 5mins for profit take, that can be used to trade on demo and live accounts RAW ECN icmarket, Blackbullmarket, Fusion market, FPMarkets and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send
Hi Looking for an existing bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Preferably EA trading GOLD With license key NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
- Automation of layering entry criteria with a mix of initial market orders and subsequent limit orders. Automation of stop loss applied to all these order's with SL moving to above entry when criteria has been met. Automation of TPs - This is a drag and drop ea to the chart when I manually see price action appear. I am not looking for the EA to spot price action
Hello, I post daily analyses on my WordPress site, and I am looking for a developer capable of creating a bot that automatically retrieves trading information (buy/sell, entry, take profit, stop loss) from my analyses and replicates them on MT5 automatically. The goal is to develop a solution that is as simple as possible. This bot will also need to include a few additional features, such as money management, among
Input will be Buy Levels and Sell Level. Qty-> Addition | Multiply Buffer -> in Points with Level Taret -> in points/Lot Price close above Level1 then Buy Price close below Level2 then Sell Will close the position if in Positive, otherwise will not close the position and Open the opposite Position with added Quantity of the last open position. if Price thouches the Buffer Level, the opposite position will be created
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
Purpose: 1. The EA should catch the trend and follow it up or down. 2. The EA must use volitile and volume (strong money flow/ATR or ADX. Feel free to come up with suggestions for indicators we can use. 3. EA must have a minimal Draw down at 3-5% MT4 EA Inputs • Lot size = 0.1 • Use Dynamic Lots = true/false • Risk Percentage of your balance= 2% • Min Allowed Lot Decimals = 0.1 or 0.01 or 1 • SL pips = 100 • TP Pips
The pink panther 2.0 30 - 200 USD
.I would really like to request for a mobile robot. The robot that will work for me and that is accurate so that it will make me a profit everyday.Opens and closes orders for itself and is able to trade more than one trade every time it sees a trading opportunity and a robot that has the ability to open trades with bigger lot size

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)