Looking for help to code an Expert Advisor for MT4

MQL4 Esperti

Specifiche

 

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

 

 

 


Con risposta

1
Sviluppatore 1
Valutazioni
(55)
Progetti
96
40%
Arbitraggio
13
38% / 62%
In ritardo
25
26%
Gratuito
2
Sviluppatore 2
Valutazioni
(356)
Progetti
632
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
Gratuito
3
Sviluppatore 3
Valutazioni
(258)
Progetti
460
35%
Arbitraggio
57
37% / 37%
In ritardo
168
37%
In elaborazione
4
Sviluppatore 4
Valutazioni
(172)
Progetti
195
11%
Arbitraggio
37
38% / 35%
In ritardo
5
3%
Caricato
5
Sviluppatore 5
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
22
55% / 32%
In ritardo
47
7%
In elaborazione
6
Sviluppatore 6
Valutazioni
(19)
Progetti
35
26%
Arbitraggio
10
30% / 70%
In ritardo
5
14%
Gratuito
7
Sviluppatore 7
Valutazioni
(21)
Progetti
35
54%
Arbitraggio
8
63% / 38%
In ritardo
1
3%
Gratuito
8
Sviluppatore 8
Valutazioni
(2464)
Progetti
3102
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
9
Sviluppatore 9
Valutazioni
(358)
Progetti
378
71%
Arbitraggio
4
100% / 0%
In ritardo
0
Occupato
10
Sviluppatore 10
Valutazioni
(87)
Progetti
114
26%
Arbitraggio
7
29% / 57%
In ritardo
5
4%
Gratuito
11
Sviluppatore 11
Valutazioni
(43)
Progetti
73
49%
Arbitraggio
4
0% / 50%
In ritardo
19
26%
Gratuito
12
Sviluppatore 12
Valutazioni
(42)
Progetti
88
14%
Arbitraggio
31
29% / 55%
In ritardo
36
41%
In elaborazione
13
Sviluppatore 13
Valutazioni
(67)
Progetti
144
34%
Arbitraggio
11
9% / 55%
In ritardo
26
18%
In elaborazione
14
Sviluppatore 14
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
30 - 100 USD
Per lo sviluppatore
27 - 90 USD
Scadenze
da 1 a 7 giorno(i)