GRID EA with two symbols

MQL5 Indicatori

Lavoro terminato

Tempo di esecuzione 4 giorni
Feedback del cliente
One more successful job was executed by him. Super fast and super smart
Feedback del dipendente
Hello i can create your EA well

Specifiche

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

Con risposta

1
Sviluppatore 1
Valutazioni
(100)
Progetti
125
23%
Arbitraggio
12
0% / 75%
In ritardo
22
18%
Gratuito
2
Sviluppatore 2
Valutazioni
(10)
Progetti
16
25%
Arbitraggio
3
67% / 33%
In ritardo
1
6%
In elaborazione
3
Sviluppatore 3
Valutazioni
(63)
Progetti
68
25%
Arbitraggio
12
42% / 42%
In ritardo
4
6%
Gratuito
4
Sviluppatore 4
Valutazioni
(28)
Progetti
47
23%
Arbitraggio
13
31% / 15%
In ritardo
12
26%
Gratuito
5
Sviluppatore 5
Valutazioni
(3)
Progetti
6
17%
Arbitraggio
1
0% / 100%
In ritardo
1
17%
Gratuito
6
Sviluppatore 6
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
8
Sviluppatore 8
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
In elaborazione
9
Sviluppatore 9
Valutazioni
(72)
Progetti
80
10%
Arbitraggio
36
8% / 53%
In ritardo
6
8%
In elaborazione
10
Sviluppatore 10
Valutazioni
(119)
Progetti
169
38%
Arbitraggio
9
78% / 22%
In ritardo
15
9%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
40 - 80 USD
Per lo sviluppatore
36 - 72 USD
Scadenze
a 10 giorno(i)