Easy Hedge system modification in existing exponential ea

Техническое задание

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 

Откликнулись

1
Разработчик 1
Оценка
(129)
Проекты
208
54%
Арбитраж
21
24% / 52%
Просрочено
64
31%
Свободен
2
Разработчик 2
Оценка
(362)
Проекты
502
40%
Арбитраж
145
17% / 73%
Просрочено
98
20%
Занят
3
Разработчик 3
Оценка
(88)
Проекты
138
25%
Арбитраж
33
33% / 45%
Просрочено
59
43%
Работает
4
Разработчик 4
Оценка
(49)
Проекты
134
27%
Арбитраж
62
13% / 53%
Просрочено
58
43%
Свободен
5
Разработчик 5
Оценка
(71)
Проекты
156
44%
Арбитраж
22
41% / 14%
Просрочено
16
10%
Свободен
6
Разработчик 6
Оценка
(195)
Проекты
395
28%
Арбитраж
155
20% / 52%
Просрочено
112
28%
Свободен
7
Разработчик 7
Оценка
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
8
Разработчик 8
Оценка
(25)
Проекты
54
37%
Арбитраж
4
0% / 50%
Просрочено
22
41%
Свободен
9
Разработчик 9
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
10
Разработчик 10
Оценка
(262)
Проекты
536
50%
Арбитраж
55
40% / 36%
Просрочено
224
42%
Работает
11
Разработчик 11
Оценка
(62)
Проекты
140
46%
Арбитраж
19
42% / 16%
Просрочено
32
23%
Свободен
Похожие заказы
Hanson Robotics 100+ USD
وهي متخصصة في إنشاء "روبوتات تشبه الإنسان" باستخدام الذكاء الاصطناعي لمختلف التطبيقات، مثل الرعاية الصحية والبحث والترفيه. بعد تفعيلها في 14 فبراير 2016، اكتسبت صوفيا اهتمامًا عالميًا بسبب مظهرها الشبيه بالبشر وتعبيرات وجهها
I have a EA that calls from a indicator to take trades on mt5 but it is not doing it properly can someone who knows how to code eas that use a indicator to trade apply for this job and help me fix this EA so that I can use it
Witam Szanownych Freelancerów, Mam problem z konwersją strategii EA z MQL4 do MQL5. W zasadzie konwertuje za pomocą skryptu: mq4to5rewrite_sample_v4_2 kończy się sukcesem, ale daje wynik w pliku mq5, który nie daje się skompilować. System występowania o błędach, których ja z braku dostępu do języka MQL nie jest możliwy do zastosowania. W związku z tym mam prośbę o: a) konwersję i przygotowanie pliku żródłowego MQL5
BUDGET IS NEGOTIABLE. PHOTOS SAYS DOJI, BUT IS SUPPOSE TO BE PINBAR -------MAIN FUNCTIONS----------- Trade will enter buy trade after current candle goes below previous candle then within the same candle closes at or near the highest point. (PIN BAR) Trade will enter SELL trade after current candle goes below previous candle then within the same candle closes at or near the lowest point. (PIN BAR) ENTRY CANDLE
Hi all and thanks for reading. I need a coder to modify the name and design of an Expert Advisor working on MT4. I DON't HAVE SOURCES, BUT ONLY COMPILED EXE files. The EA has been given me from my partner. To be honest, the purpose of changing its design and name is to share it in my community (on my own brand form). After that, I would like to be informed on what's in the EA code: like comments, strategies or
PLEASE NOT THAT MY BUDGET IS 60usd FOR BOTH MT4 AND MT4 PLATFORMS The EA should have 1. An option that I can change it parameters, that's the period, method and application 2. The EA should sell when on every bullish candle that closes under the MA 3. The EA should buy on every bearish candle that forms Above the EA. It's should close trades on reverse cross. I mean when it's in a buy trade and crosses the MA for a
I want to create an EA that manages open trades, in a way that if a winning trade reach X% of profit it will close and partially close another open trade in the opposite direction ( the net profit for both trades to be X for example 10usd ) , in the input data I`ll choose the trades by either ticket number or magic number or comment
MT4 to Telegram 30 - 50 USD
Hello, I want to add a system send messages to Telegram Send a message with a specific picture and details of the new signal When closing with a profit, send the details of the closing and profit with a specific picture And close with a loss and send a specific picture, in addition to the details of the closure and the amount of the loss
Hi Dear developpers, I've an EA that was working very well with the previous versions of MT4. But since, they have updated their platforms, my EA it's not working anymore. I've tried to use those old MT4 versions but there are just temporary. So i've decided to updated this EA so i can use it on the newest version of MT4 (1420) and those who will come after it. I also want to implement new inputs in it. I also want
GOOD DAY DEVELOPERS I NEED A GOOD DEVELOPER WHO HAS AN INDICATOR FOR BOOM AND CRASH UP / DOWN TRENDS FOR ATLEAST 10 CANDLESTICK WITHOUT BEING SPIKED ... TO DEVELOP AN EA BASED ON THAT INDICATOR YOU HAVE, IF YOU HAVE IT PLEASE I AM IN NEED OF IT

Информация о проекте

Бюджет
10 - 50 USD
VAT (21%): 2.1 - 10.5 USD
Итого: 12.1 - 60.5 USD
Исполнителю
9 - 45 USD
Сроки выполнения
от 1 до 5 дн.