An expanding Hedging EA - Phase 1

MQL4 Experts Scripts

Trabalho concluído

Tempo de execução 1 dia
Comentário do desenvolvedor
Nice to work, Thank you.

Termos de Referência

Hello Programmers


I am looking for someone to help me create an Expert Advisor (or Script, not sure which one) to run on my MetaTrader 4 platform with ETX.


The idea of the Expert Advisor is that once triggered on any pair, it will do the following:


1. 4 sell stop and 4 buy stop orders will be placed in both directions

2. The distance between each order is equal to 6 times the spread of that pair (this needs to be adjustable)

3. The first buy stop and the first sell stop are placed 3 spreads away from the current price (again this needs to be adjustable) - which means they too will be 6 spreads apart

4. The lot sizes incrementally increase with the closest orders having the smaller size lots and the further orders have the larger size lots

5. The lot sizes incremental increase needs to be based on the Fibonacci sequence starting with mico lots of 0.01, then 0.01, then 0.02, then 0.03 (but you should be able to apply a factor to multiply the size of the lots)

6. The Take Profits for the orders in the same direction should be 6 spreads after the last position in the same direction

7. The stop loss for the orders in the same direction should be 7 spreads after the last positron in the opposite direction

8. When the first order is triggered in either direction, a new order is to be placed in the opposite direction, placed 6 spreads after the last position in the opposite direction of what was triggered, with the relevant Fibonacci incremental lot size. All Take Profits and Stop Losses will need to be adjusted to take into account this newly added position

9. If a second order is triggered in the same direction - then do nothing

10. If a third order is triggered in the same direction, then two new orders are to be placed in the opposite direction, placed 6 spreads and 12 spreads after the last position in the opposite direction of what was triggered, with the relevant Fibonacci incremental lot size. All Take Profits and Stop Losses will need to be adjusted to take into account this newly added position

11. If a fourth order is triggered in the same direction, then repeat step 8

12. If a fifth order is triggered in the same direction, then repeat step 8

12. If a sixth order is triggered in the same direction, then repeat step 8

etc.

13. Once a take profit/stop loss is hit, all other orders that have not been triggered need to be cleared,

14. A new set of 4 buy orders and 4 sell orders are opened again immediately - i.e. go to step 1.


Please refer to the attachment as a demonstration of the initial set up.  As stated above, new orders will be placed as the price action moves in either direction.


This is the phase 1 development, as I will require to add more to this Expert Advisor once I have this initial phase tested.


I am therefore looking for someone to build a good relationship with, so that I can pass on all the future work that I require.


I look forward to a prompt response on the best possible price and the duration to programme the above.  I can provide further description as necessary.  All IP to this strategy will reside with me.


Regards


Eyad



Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(1859)
Projetos
3463
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Livre
2
Desenvolvedor 2
Classificação
(52)
Projetos
133
44%
Arbitragem
14
50% / 29%
Expirado
55
41%
Livre
3
Desenvolvedor 3
Classificação
(647)
Projetos
1295
67%
Arbitragem
84
26% / 49%
Expirado
338
26%
Livre
4
Desenvolvedor 4
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(40)
Projetos
58
22%
Arbitragem
10
10% / 70%
Expirado
13
22%
Livre
6
Desenvolvedor 6
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Informações sobre o projeto

Orçamento