GRID EA with two symbols

MQL5 Indicadores

Trabalho concluído

Tempo de execução 4 dias
Comentário do cliente
One more successful job was executed by him. Super fast and super smart
Comentário do desenvolvedor
Hello i can create your EA well

Termos de Referência

The EA will be basically a GRID strategy with a second instrument/symbol as hedge in case trade goes wrong.

The EA starts with a short and long position. If goes up it closes the long and open a new long, and martingale the short position. But if price keeps going up the drawdown will be massive, that's why we gonna use a second symbol to hedge it. Let's say the EA is at the third level of the grid and it starts to face a big drawdown, the first level opened a 1 lot, then 2, then 4, now if keeps going up to the fourth level, the EA will open a 8 lot size position. In order to prevent the DD, the EA needs to use a correlated symbol. And open an opposite position on the correlated symbol to prevent the Drawdown. If it's gonna sell 8 lots on symbol A it should buy 8 lots on the symbol B in case price keeps going up. If it goes up again to the fifth level it's gonna sell 16 lots on the symbol A and buy 16 lots on the symbol B, so on and so forth. Till it hit take profit based on the input (balance or hedge level) and restart the cycle.

Inputs needed:

-Initial lot
-Type of gride (points or percentage of price)
-Type of take profit (grid level or account balance)
-Hedging symbol
**-Martingale multiplier for second position**
-Martingale multiplier for third position on
**-Lot size multiplier for the second symbol**
-Level that second symbol will start to open hedge positions
-Start/End time
Comment for trade


How does take profit will work?

Imagine a regular grid, basic. Price goes up, martingale, goes up again, martingale, at this point you have 3 positions, 1, 2 and 4 lots respectively. If price goes back down to the second level you close all your position. That's TP based on grid level.

Also you can do by the sum of all positions based on percentage of balance/equity. 
So for this EA, as you gonna be hedge, this first positions take profit BEFORE the hedge need to base based on grid levels, basic. After hedging it should be based on the INPUT that will say grid level or equity of total positions of A and B currently open.


How do the lot's multiplier will work?

We gonna work with 3 multipliers. 

First multiplier is for the second position on the losing trade. We sell at first level, price goes up to the second level, we gonna use martingale to recover losses. Let's say for the second level it will be 1.5x and for the third level on the multiplier will be 2x on the main symbol.

We also gonna have a multiplier for the symbol B. And let's say that I choose to activate the hedging on the fourth level with 0.2x multiplier. So for the symbol B it will look like this:

The scheme will be the following:

SYMBOL A -- SYMBOL B
1 initial lot -- NULL
1.5 lots (second level) -- NULL
3 lots (third level) -- NULL
6 lots (fourth level) -- 1.2 lot
12 lots (fifth) --  2.4
24 lots (sixth) -- 4.8

so on and so forth

Respondido

1
Desenvolvedor 1
Classificação
(100)
Projetos
125
23%
Arbitragem
12
0% / 75%
Expirado
22
18%
Livre
2
Desenvolvedor 2
Classificação
(10)
Projetos
16
25%
Arbitragem
3
67% / 33%
Expirado
1
6%
Trabalhando
3
Desenvolvedor 3
Classificação
(63)
Projetos
68
25%
Arbitragem
12
42% / 42%
Expirado
4
6%
Livre
4
Desenvolvedor 4
Classificação
(28)
Projetos
47
23%
Arbitragem
13
31% / 15%
Expirado
12
26%
Livre
5
Desenvolvedor 5
Classificação
(3)
Projetos
6
17%
Arbitragem
1
0% / 100%
Expirado
1
17%
Livre
6
Desenvolvedor 6
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
8
Desenvolvedor 8
Classificação
(266)
Projetos
540
50%
Arbitragem
55
40% / 36%
Expirado
224
41%
Trabalhando
9
Desenvolvedor 9
Classificação
(72)
Projetos
80
10%
Arbitragem
36
8% / 53%
Expirado
6
8%
Trabalhando
10
Desenvolvedor 10
Classificação
(119)
Projetos
169
38%
Arbitragem
9
78% / 22%
Expirado
15
9%
Livre
Pedidos semelhantes
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an

Informações sobre o projeto

Orçamento
40 - 80 USD
Desenvolvedor
36 - 72 USD
Prazo
para 10 dias