Attention of Igor Suchenko, Igor Suchenko, Igor Suchenko

MQL4 Experts

Trabalho concluído

Tempo de execução 12 dias
Comentário do desenvolvedor
Respectable and Honest. Thank You

Termos de Referência

Hi,

 

Please refer to our last discussion on this link:

 

https://www.mql5.com/en/job/request/190109/page2 

 

 

LOGIC:
1.       I want to modify my existing EA that use Bollinger band to work with this logic
2.       My stop loss is usually set at 1000 pips and hedge entry at 500 pips
3.       If “a buy trade” opens and the price goes up to take profit hedge should not work.
3.       If “a sell trade” opens and the price goes down to take profit hedge should not work.
4.       If “a buy trade” opens and the price goes down instead of going up, but the price level < 500 pips from the open buy, to the extent that the price retraces back to take profit, hedge should not work.
5.       If “a sell trade” opens and the price goes up instead of going down, but the price level < 500 pips from the origin, to the extent that the price retraces to back to take profit, hedge should not work.
6.       If “a buy trade” opens and the price goes down instead of going up, but the price level = > 500 pips, the hedge should initiate logic, so that it helps to make profit  or reduce the loss
9.       If “a sell trade” opens and the price goes up instead of going down, but the price level = > 500 pips from the origin, the hedge should initiate logic, so that it helps to make profit  or reduce the loss
Logic 1. If the Bollinger band opens Sell, but the price goes up or increased to a distance of 500 pips. The hedge will open both Sell (S1) and Buy (B1) at the same time. Sell(S1) at hedge= (1*Lot* Distance), and Buy (B1) at hedge= (2*Lot*Distance).

Logic 1.1. If after the hedge in logic 1 i.e. (Sell (S1) at hedge= 1*Lot* Distance) opens, and the price rises and keeps rising, and reaches 0.5*lot*distance i.e. 0.5 of B1, then open  new Buy (B2) again from B1. The Buy (S2) will now be (2*Lot*0.5*distance). 
Logic 1.2. If after opening the hedge in logic 1 i.e. (Buy (B1) at hedge = 2*Lot* Distance), and the price falls, this will make the Buy (B1) becomes a loss. So if the price continues to fall and reaches 0.5*lot*distance i.e. 0.5 of B1, then open  new Sell (S2) again from S1. The sell (S2) will now be (4*Lot*0.5*distance). I believe this well help to reduce the loss if it occurs. 
Note that when hedge  opens S2, it does not close S1 and when B2 opens it does not close B1. The S1 and S2 will stop at the take profit, while B1 and B2 ends at stop loss
Note that after all this, the lot size must return back to the original i.e. Lot = 1.0.    

Logic 2. If the Bollinger band opens Buy, but the price goes down or decreased to a distance of 500 pips. The hedge will open both Sell (Si) and Buy (Bi) at the same time. Sell(Si) at hedge= (2*Lot* Distance), and Buy (Bi) at hedge= (1*Lot*Distance).

Logic 2.1. If after opening the hedge in logic 2 i.e. (Buy (Bi) at hedge= 1*Lot* Distance), and the price falls and keeps falling and reaches 0.5*lot*distance, i.e. 0.5 of (Si) then open  new Sell (Sii) again. The Sell (Sii) will now be (2*Lot*0.5*distance). 
Logic 2.2. If after the hedge in logic 2 i.e. (Sell (Si) at hedge= 2*Lot* Distance), and the price rises, this will make the Sell (Si) becomes a loss. So if the price continues to rise and reaches 0.5*lot*distance, i.e. 0.5 of (Bi) then open  new Buy (Bii) again. The Buy (Bii) will now be (4*Lot*0.5*distance). I believe this well help to reduce the loss if it occurs.
Note that when hedge opens Sii, it does not close Si and when Bii opens , it does not close Bi. The Bi and Bii will stop at the take profit, while Si and Sii ends at stop loss

Note after all this, the lot size must return back to the original i.e. Lot = 1.0 

Respondido

1
Desenvolvedor 1
Classificação
(121)
Projetos
134
66%
Arbitragem
36
25% / 56%
Expirado
22
16%
Livre
Pedidos semelhantes
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

Informações sobre o projeto

Orçamento