I need a hedging EA.

MQL4 Experts Forex

Trabalho concluído

Tempo de execução 10 dias
Comentário do cliente
Thank you for your patient
Comentário do desenvolvedor
Very interesting job, thank you.

Termos de Referência

I need a Hedging EA.

1.       Open Trade.

Buy Stop and Sell Stop set follow by the Highest (+Premium Pips), and Lowest (-Discount Pips) of the previous candle.

Example:

 

Setting as:

-          +6 pips (Premium) of previous = Buy

-          -6 pips (Discount) of previous = Sell

 

2.       Martingale (2 levels).

 

-          If continuer same direction, lot size in same.

 

Example:

 

Buy 1 = 0.01 lot

Buy 2 = 0.01 lot

Buy 3 = 0.01 lot until meet a Sell Trade or TP.

 

1st level Martingale Increase:

 

-          If 1st is Buy 1 = 0.01 lot, and meet a Sell Trade, depend how many pips different to the 1st trade, if the different is 12 pips, the = 0.01 lot X 12 times (Sell 1 = 0.12 lot), minimum is 0.01 X 3 times.

 

2nd level Martingale Increase:

 

-          After 1st trade lot size and 1st opposite lot size (1st trade lot size X different pips), all next coming opposite trade are 3 times increase of the last lot size. Until TP.

 

Example:

 

Buy (1st trade)       =0.01 lot

Buy                          =0.01 lot

Buy                          =0.01 lot

Sell (1st opposite) =0.12 lot (different 12 pips)

Sell                          =0.12 lot

Sell                          =0.12 lot

Buy                          =0.36 lot (X 3 of last lot size increase)

Buy                          =0.36 lot

Sell                           =1.08 lot (X 3 of last lot size increase)

Sell                           =1.08 lot

Sell                           =1.08 lot … Until TP, and close all trades.

 

3.       TP / Close Trade.

 

-          If there is a few trades open, maybe previous hit TP already, only use the last open as a guild, either which one of the direction hit TP 1st, and close all trades include opposite trades. 

 

Example 1, Ideal case:

 

Buy (1st trade)       =0.01 lot

Buy                          =0.01 lot

Buy                          =0.01 lot

Sell (1st opposite) =0.12 lot (if different 12 pips)

Sell                          =0.12 lot

Sell                          =0.12 lot

Buy                          =0.36 lot (X 3 of last lot size increase)

Buy                          =0.36 lot

Sell                           =1.08 lot (X 3 of last lot size increase)

Sell                           =1.08 lot

Sell                           =1.08 lot (Hit TP, close all trades)

 

 

 

 

 

Example 2, Worst case:

 

Buy (1st trade)       =0.01 lot

Buy                          =0.01 lot

Buy                          =0.01 lot

Sell (1st opposite) =0.12 lot (if different 12 pips)

Sell                          =0.12 lot

Sell                          =0.12 lot

Buy                          =0.36 lot (X 3 of last lot size increase)

Buy                          =0.36 lot (Hit TP, close all trades)

Sell                           =1.08 lot (X 3 of last lot size increase)

Sell                           =1.08 lot

Sell                           =1.08 lot

 

4.       Input.

 

-          Premium

-          Discount

-          1st lot size

-          1st level Martingale Increase level (Automatic X 1st lot size)

-          2nd level Martingale Increase level (X ? times)

-          TP

-          No SL





Arquivos anexados:

PNG
1.png
163.5 Kb
PNG
2.png
162.4 Kb
PNG
3.png
169.4 Kb

Respondido

1
Desenvolvedor 1
Classificação
(204)
Projetos
208
28%
Arbitragem
0
Expirado
3
1%
Livre
2
Desenvolvedor 2
Classificação
(362)
Projetos
506
40%
Arbitragem
147
18% / 72%
Expirado
99
20%
Carregado
3
Desenvolvedor 3
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
4
Desenvolvedor 4
Classificação
(43)
Projetos
72
49%
Arbitragem
4
0% / 50%
Expirado
19
26%
Livre
5
Desenvolvedor 5
Classificação
(28)
Projetos
47
23%
Arbitragem
13
31% / 15%
Expirado
12
26%
Livre
6
Desenvolvedor 6
Classificação
(142)
Projetos
280
42%
Arbitragem
18
61% / 6%
Expirado
29
10%
Livre
7
Desenvolvedor 7
Classificação
(46)
Projetos
73
16%
Arbitragem
13
8% / 92%
Expirado
37
51%
Livre
8
Desenvolvedor 8
Classificação
(3)
Projetos
8
13%
Arbitragem
10
10% / 70%
Expirado
2
25%
Livre
9
Desenvolvedor 9
Classificação
(59)
Projetos
182
55%
Arbitragem
31
45% / 16%
Expirado
103
57%
Livre
Pedidos semelhantes
I want to develop a trade copier that copies trades from master account to client and also from client account to master account. It should be working on computer or VPS
I have list of free indicators in tradingview and i would like to convert them into an mt4 ea, But the EA will have and work based on the indicators features The list of the are listed as follows :> 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI by LuxAlgo 3. Multiple MA (21,50,100) 4. SuperTrend Please don't apply if can't do this, So we won't ourselves time
Hello! I am looking for an experienced Pine Script coder to create a custom indicator for mapping market structure based on fractals. The developer must be skilled in Pine Script and have a solid understanding of how to code market structure indicators. Looking forward to working with a talented developer
CHAPTER 1: BASICS 1.THE BASICS 1.1. EXPANSION AND RETRACEMENT Expansion =>occurs when there is an impulse movement towards a direction. Retracement => is the correction movement after an impulse movement. 1.2. FIBBONACCI RETRACEMENT USED TO DETERMINE THE END OF THE RETRACTION MOVEMENT, USUALLY THE PRICE RETRACTS TO 50% OR UNTIL OTE (0.62, 0.705, 0.79) BEFORE ANOTHER IMPULSE MOVEMENT OCCURS. 1.3. BMS - BREAK IN MARKET
I want a program that automatically disables manual trade execution once a specified number of trades have already been placed. ie. After a total of 3 trades have been placed on that day, manual trade execution should be disabled. I want the program to also limit the amount of lots that can be traded in any given day. ie. Maximum of 15 standard lots in any given day. The program should disable manual trade execution
Greetings to all developers that see this post, I have a task, I would like to work with an expert. I have an indicator that is written in the Pine script (TradingView) language; I would like it converted to MQL5, which will then lead to the creation of a trading bot based on the circumstances. I'll give you access to the indicator file
Hi , i want a indicator that shows the trades history on the chart, just for current day, like : first trade : -54 Second trade : -52 Third trade : +126 , and after three trades, display "No more trades"
I am looking for a highly sample and ready and tested profitable EA to purchase.if it meets my requirements i will order same one.EA must be low drawdown high profit on any timeframe
Hello i need someone who can convert a trading view indicator into an mt5 indicator that can work smoothly also need to add an alert on the indicator i will require to test the indicator run it for 1-2days to confirm all is okay thank you
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check

Informações sobre o projeto

Orçamento
30 - 80 USD
Desenvolvedor
27 - 72 USD
Prazo
de 7 para 14 dias