Looking for help to code an Expert Advisor for MT4

MQL4 Asesores Expertos

Tarea técnica

 

For Hedging, the EA will enter the first trade base on the RSI overbought and oversold or using moving average. and place both pending buy and sell stop order with equal grid size on the chart. If for example the EA enter a sell trade, and take profit is hit, all pending order will be deleted. But if price fluctuate and trigger both buys and sells order, the EA should wait until when it can average both buy and sell trade and close at a target profit, account will be protected by equity stop out mode.

For grid trade. The EA will enter the first trade base on the RSI overbought and oversold or using moving average, example if the EA enter a sell trade, pending orders sell limits orders will be place on the chart with equal grid distance. If profit target is hit, all pending limits order will be deleted, but if price move against us, more sell limits order will be trigger until price reverses and close at a target profit. If price fail to reverse, account will be protected by the equity stop out mode, in the lot size management.

All input should be flexible to customise in any desire sittings

   PLEASE DO IT IN SUCH A WAY THAT THE EA CAN RECONTROL THE EXISTING TRADE AFTER THE PC RESTART.

The following will feature in the input parameter

Magic number-------1000

 Use time filter (only for first trade) (hedging & Grid) ------- true/false

Start trade time……00:00:00

End trade time……00:00:00

Use breakeven close trade (hedging only) ……. True/false

Max hedge to close at breakeven ………4

Hedging/grid distance……….30

Use customise grid distant (hedging & Grid) ……. true/false

Customise grid………30,40,60,100,120

Money management sittings (hedging and grid)

Stop out equity %.............30

Take profit for first trade (hedging & Grid) ($) ……20

Average take profit for hedge trade ($) ……20

Max open orders(hedging & Grid)……….30

Max open order of the same type (Hedging)…….30

Lot sittings (Hedging and Grid) ……………. fixed/multiplier/addition/customise

Fixed lot………0.01

Multiplier…….1.5

Addition……0.02

Customise….0.03;0.05;0.07;0.09

Entry sittings……..RSI/MA

RSI period ……….14

Applies price……. close

Overbought ………70

Undersold …………30

MA method………exp/simple/smooth/linear

Moving average……50

Slippage…………….10

Time frame………any

 

 

 


Han respondido

1
Desarrollador 1
Evaluación
(55)
Proyectos
96
40%
Arbitraje
13
38% / 62%
Caducado
25
26%
Libre
2
Desarrollador 2
Evaluación
(356)
Proyectos
632
26%
Arbitraje
89
73% / 13%
Caducado
12
2%
Libre
3
Desarrollador 3
Evaluación
(258)
Proyectos
460
35%
Arbitraje
57
37% / 37%
Caducado
168
37%
Trabaja
4
Desarrollador 4
Evaluación
(172)
Proyectos
195
11%
Arbitraje
37
38% / 35%
Caducado
5
3%
Trabajando
5
Desarrollador 5
Evaluación
(568)
Proyectos
641
41%
Arbitraje
22
55% / 32%
Caducado
47
7%
Trabaja
6
Desarrollador 6
Evaluación
(19)
Proyectos
35
26%
Arbitraje
10
30% / 70%
Caducado
5
14%
Libre
7
Desarrollador 7
Evaluación
(21)
Proyectos
35
54%
Arbitraje
8
63% / 38%
Caducado
1
3%
Libre
8
Desarrollador 8
Evaluación
(2464)
Proyectos
3102
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
9
Desarrollador 9
Evaluación
(358)
Proyectos
378
71%
Arbitraje
4
100% / 0%
Caducado
0
Ocupado
10
Desarrollador 10
Evaluación
(87)
Proyectos
114
26%
Arbitraje
7
29% / 57%
Caducado
5
4%
Libre
11
Desarrollador 11
Evaluación
(43)
Proyectos
73
49%
Arbitraje
4
0% / 50%
Caducado
19
26%
Libre
12
Desarrollador 12
Evaluación
(42)
Proyectos
88
14%
Arbitraje
31
29% / 55%
Caducado
36
41%
Trabaja
13
Desarrollador 13
Evaluación
(67)
Proyectos
144
34%
Arbitraje
11
9% / 55%
Caducado
26
18%
Trabaja
14
Desarrollador 14
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing 30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
Man on mayhem 30 - 100 USD
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
Grid hedging ea 30+ USD
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01
Project Description: I am looking for an experienced MQL5 developer to program an advanced trading robot for MetaTrader 5. This robot should integrate multiple modules for trend management, entry optimization, and risk management. It must also include an interactive dashboard and an automatic order suspension system based on volatility and economic news releases. The project requires expertise with ATR, ADX

Información sobre el proyecto

Presupuesto
30 - 100 USD
Para el ejecutor
27 - 90 USD
Plazo límite de ejecución
de 1 a 7 día(s)