Easy Hedge system modification in existing exponential ea

MQL4 Esperti Integrazione

Specifiche

Hello,

 

I am looking for somebody who could Program a easy hedge system in an existing code that I have. This ea buys/sells multiple orders in an exponential growth.

If the market keeps moving against the orders it will open few more trades and it will be multiplied by 2 and TP will be adjusted. This ea works well in a ranging market, a major problem is that if the market is strongly trending then it will keep opening trades in the losing direction, this can drive to a large drawdown.

Example orders: 

Lot exponential: 2.0

Lots: 0.01

1# 0.01 lot Sell

2# (0.01*2.0) =   0.02 lot Sell 

3# (0.02*2.0) =   0.04 lot Sell

4#(0.4*2.0) =     0.08 lot Sell

5# (0.08*2.0) =  0.16 lot Sell

 

etc.

 

This exponential growth can be setup as a maximum, by the external parameter MaxTrades.

 

The add-on

If the Maxtrade has a maximum of 5 trades, than the hedge system has to reverse one trade (with a changeable parameter in lots) so the 6th trade has to be the opposite trade.  This reversal trade has to have a higher lot  then the previous trades, this could be setup in the external parameter.

 The reversal trade parameters (Example):

 

Extern bool RecoveryTrade = TRUE/FALSE

Extern RecoveryLots = ( 0.6 )

Extern RecTrailingstop = 30       //only in profit (not with stoploss)

Extern TrailingStart  = 20           //after profit reached, start after break even

Extern Stoploss = 40

 

Example order

 

1# 0.01 lot Sell

2# (0.01*2.0) =         0.02 lot Sell

3# (0.02*2.0) = 0.04 lot Sell

4#(0.4*2.0) = 0.08 lot Sell

5# (0.08*2.0) = 0.16 lot Sell

6# (extern para.) = 0.3 lots Buy

 

If you are interested, or you have a question, please send me a message. I will send you the mq4 file with the additional information.

 

Thank you 

Con risposta

1
Sviluppatore 1
Valutazioni
(129)
Progetti
208
54%
Arbitraggio
21
24% / 52%
In ritardo
64
31%
Gratuito
2
Sviluppatore 2
Valutazioni
(362)
Progetti
506
40%
Arbitraggio
147
18% / 72%
In ritardo
99
20%
Occupato
3
Sviluppatore 3
Valutazioni
(89)
Progetti
139
24%
Arbitraggio
34
32% / 44%
In ritardo
59
42%
In elaborazione
4
Sviluppatore 4
Valutazioni
(49)
Progetti
134
27%
Arbitraggio
62
13% / 53%
In ritardo
58
43%
Gratuito
5
Sviluppatore 5
Valutazioni
(71)
Progetti
156
44%
Arbitraggio
22
41% / 14%
In ritardo
16
10%
Gratuito
6
Sviluppatore 6
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
7
Sviluppatore 7
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(25)
Progetti
54
37%
Arbitraggio
4
0% / 50%
In ritardo
22
41%
Gratuito
9
Sviluppatore 9
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(267)
Progetti
542
50%
Arbitraggio
55
40% / 36%
In ritardo
225
42%
In elaborazione
11
Sviluppatore 11
Valutazioni
(62)
Progetti
140
46%
Arbitraggio
19
42% / 16%
In ritardo
32
23%
Gratuito
Ordini simili
I need someone who can get a very profitable set-file for my EA I have an EA which opens trade after every candle or only once a signal is confirmed if selected. The EA can switch from selling to buying using MA depending on the trend. The EA can generate signals from more than one time frame if selected before executing trades. For example, it can analyse H1,M30,M15,M5 and enter trades if all the signals are in one
On an existing open-sourced grid EA (.mq4), I need a developer adding new simple functionalities: - Include "fixed lots" instead of existing “entry lots through risk %” - Include standard news filter (time before/after, impact, currencies, close all open orders or not) - Include closure at a fixed drawdown - Include opening of hedge order in the opposite direction to balance open
Hallo zusammen, es wird ein Entwickler für einen eigenen Expert Advisors gesucht. Der Expert Advisor soll anhand von zwei miteinander kombinierbaren Indikatoren (Relative Stärke inkl. Gleitender Durchschnitte und dem Supertrend-Indikator) Einstiegssignale in Long und Shortrichtung für alle möglichen Underlyings suchen. Hierbei soll bei einem initialen Einstieg zusätzlich in einem zeitlichen Abstand und gemäß
Hello, everyone. I have a supertend indicator. I want to set candle color according to trend like attached image. If you have done it, I will give you more jobs. Thanks
I want to create new bot by decode one other bot. This ea is very easy based on grip based trading. Real expert can contact me. My telegram number and what's up number are +919425904504
Hi! I am looking for an experienced developer who can create my own trading strategy for the XAUUSD instrument in the MT5 language. Main tasks: - trading strategy programming (opening with 2 solutions, closing with 1 solution); - provision of configuration options (allowing trading, trading time windows, SL, TP, trading strategy parameterization); - displaying a trading strategy graph on the chart (possibility of
I'm looking for an MQL5 expert to develop a trading EA that uses the ratio of candle wicks to body sizes to automatically enter and exit trades. Key features should include: - Autopilot function: The EA should handle trade entries without manual intervention. Trade exits are only by hitting trailing SL. - Trade criteria: Trades should only be placed based on specific, pre-defined ratios of candle wicks to body sizes
EA BREAKOUT SNR 30 - 100 USD
I need a developer who can work with quickly & details. Create EA MT5 with features :: 1. Can identify Support and Resistance (based on close candle) 2. Marking SNR Breakout Zone 3. There is a multitimeframe breakout scanner & History Setup Dashboard Panel 4. Scan the valid setup that appears (Compare 2 Timeframes) 5. There is manual marking of zone(box), SPREAD INFO & Next Bar Time, EXPIRED DATE & LOCK ACC 6
Double PSAR 30+ USD
Attachment has the latest requirements and picture. Some code isn't so good. Coders should code. I want solid code, not copied, not from EA Builder or similar tool. Please see written requirements and rules below. Please see picture attached. I hope these are clear. GBPUSD, H1, September 12-20, 2024 How closely can your coding match the picture? Indicators: PSAR Step: .01 Maximum: .01 Advanced PSAR Start AF: .02
Convert my tradingview pine script to mt4, Its a simple and straight code i need an expert programmer to convert my tradingview pine script to mt4, Thats All Thank you

Informazioni sul progetto

Budget
10 - 50 USD
IVA (21%): 2.1 - 10.5 USD
Totale: 12.1 - 60.5 USD
Per lo sviluppatore
9 - 45 USD
Scadenze
da 1 a 5 giorno(i)