Job to create Zone Recovery Hedging EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 3 giorni
Feedback del cliente
Good coding, neat. Didn't understand what I want at first, but he was keen to clarify and seek customer satisfaction. I would recommend him.
Feedback del dipendente
Nice customer

Specifiche

I need an EA with the following logic. It's basically a zone recovery hedging EA that base it's opening lots on the Stochastic Oscillator indicator. 

1. EA loads Stochastic Oscillator indicator in its operation.

2. Set Stochastic Oscillator to user defined pparameters. Available parameters: stoch_K, stoch_D, stoch_slowing

3. Where stoch_K represents %K period, stoch_D represents %D period, and stoch_slowing represents slowing in the Stochastic Oscillator Indicator parameters. Price field should be fixed and non-user adjustable to Low/High and method should be fixed and non-user adjustable to Simple.

4. User defined parameters as stated above to be available in user configurable EA parameters.

5. Time frame parameter for the Stochastic Oscillator  Indicator should also be made available for user configuration.  

6. Upon launch of EA, EA should set up the Stochastic Indicator in its operation and open a trade based on Stochastic Oscillator indicator. If the %K period value is above 50, open a sell order of user configurable lot size. If the %K period value is below 50, open a buy order of user configurable lot size. If the %K period is exactly at 50, open a either a buy or sell order (at random) of user configurable lot size. This is to loop. It means the EA will keep opening positions (maintaining one open position all the time). 

7. User configurable lot size can be Fixed or Auto (to be user configurable too, to Fixed or Auto). Auto lot size will be based on Margin Used per trade. This is to include calculations of current account leverage to determine the outcome of lot size.  

8. User configurable option with the parameter name of "EA Operation" and parameters "On" and "Off". When parameter state is "On", EA will perform the loop as at point #6 written above. When parameter state is "Off", EA will not loop and stop operation when all positions are closed by the EA or user.

9. After EA opens any trade at #6, a pending order of opposite direction should be opened at user configurable distance defined by parameter hedge_distance (parameter name "Hedging Distance"). If original order is a buy order, the pending position of "Sell" opened should be hedge_distance amount of POINTS (NOT pip) below the original "Buy"  order. If original order is a sell order, the pending position of "Buy"  opened should be hedge_distance amount of POINTS (NOT pip) above the original "sell" order. 

10. If the pending order is hit, opposite PENDING order (from the first pending) should be opened at the original/initial order opened. And vice versa (it keeps going on until profit target is reached. It's a zone recovery / hedging logic. Kindly research on this if you're not familiar. 

11. Profit target should be user configurable at parameter "profit_target" with parameter name "Profit Target". Profit target should be defined by account equity %. If user set this parameter to "100", all trades (including pending) should be closed when equity = balance. If user set this parameter to "150", all trades (including pending) should be closed when equity = balance x 1.5. Get the idea?

12. All trades (opened and pending) should have a user configurable comment set to it. If user leaves the parameter blank, then comment is not modified. Parameter name should be "Comment".

13. EA name to be set to "Super Forex".

14. Work is to be delivered in a SINGLE .mq4 file (no dlls). 

 

I'm willing to communicate anything you're not sure of. Prefer developers who have decent English so that communication is good.  

Con risposta

1
Sviluppatore 1
Valutazioni
(328)
Progetti
538
66%
Arbitraggio
53
21% / 40%
In ritardo
169
31%
Gratuito
Pubblicati: 1 codice
2
Sviluppatore 2
Valutazioni
(71)
Progetti
156
44%
Arbitraggio
22
41% / 14%
In ritardo
16
10%
Gratuito
Pubblicati: 10 codici
3
Sviluppatore 3
Valutazioni
(137)
Progetti
220
52%
Arbitraggio
22
23% / 55%
In ritardo
64
29%
Gratuito
Pubblicati: 3 codici
4
Sviluppatore 4
Valutazioni
(772)
Progetti
1039
44%
Arbitraggio
50
8% / 50%
In ritardo
116
11%
Gratuito
5
Sviluppatore 5
Valutazioni
(64)
Progetti
144
46%
Arbitraggio
19
42% / 16%
In ritardo
32
22%
In elaborazione
6
Sviluppatore 6
Valutazioni
(59)
Progetti
182
55%
Arbitraggio
31
45% / 16%
In ritardo
103
57%
Gratuito
Ordini simili
MQL5 Expert Advisor Development (MT5) I need a professional MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 with high accuracy, low drawdown, and fast execution . 🔹 Strategy Requirements: Timeframe: Scalping-friendly (M1 / M5) Indicators Used: EMA 9 EMA 12 EMA 21 VWAP (as a trend filter) RSI (for trade confirmation) 🔹 Trade Logic: Buy and Sell entries based on EMA crossover + VWAP direction
Project Summary We are looking for a highly experienced MetaTrader 5 (MT5) developer to build a pattern-based Expert Advisor (EA) focused on low-time-interval automation (15-second & 30-second logic). This is a pure MT5 project — no external platforms, no shortcuts. It should be very clean ,Efficient ,Precised ,Accurate ,No copy paste ,Low latency. If you have real experience with MT5 tick-based logic and
Project Description I am looking for an experienced MQL5 developer to build a custom MT5 Expert Advisor (EA) based on a clear, rule-based breakout and momentum strategy using multiple timeframes . This EA must be cleanly coded, well structured, fully adjustable via inputs , and delivered with source code (.mq5) . Strategy Logic Timeframe 1 – Daily Chart (Trend / Breakout Filter) The EA must monitor the Daily
Please specify your requirements here one by one. Try to describe your requirements briefly and clearly so that your potential developer can accurately assess the complexity and cost, as well as the implementation time required. A poor or too general description will cause your order to be ignored, or you will spend a lot of time negotiating details with each applicant. Remember: it is better to spend thirty minutes
I am looking for an experienced MQL4 developer to build a custom MT4 indicator (EX4 only). I currently have two existing EX4 indicators for the binary forex market. Both indicators generate 1-minute signals, predicting the next candle direction (UP or DOWN). When both indicators generate the same signal on the same candle, the accuracy is around 95%. I want a new custom indicator with the following requirements: 1)
i need bot for deletes my limits from specific position like if gold price comes to 4950 and then move to 4953.50 so from 4949 to 4946 all limits should deletes so please if any one can let me know thanks
BitsoFx 40 - 10000 USD
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
I am interested in purchasing a highly profitable Expert Advisor (EA in MQL4 / MQL5) with a focus on achieving a high Profit Factor and Recovery Factor while maintaining a low Drawdown. I require an EA that not only performs well in backtesting but also has a verifiable track record of success in live trading. Key Criteria: Profitability Metrics: The EA should demonstrate a high Profit Factor and Recovery Factor
hi i am looking a EA which will have following 1. daily drawdown limit and profit target, after hit stop trading. 2. Max overall drawdown limit 3. Major News filter 4. Risk per trade % 5. No Martingale, grid, reverse hedging strategy trend following, session breakout, liquidity sweep, risk base fixed. thanks
-I am looking for an experienced MQL5 developer to build a custom MT5 Expert Advisor based on a clear, rule-based trading logic. This project is focused on structure, discipline, and long-term robustness rather than aggressive or experimental approaches. The EA will be based on a single coherent logic and must follow strict execution rules, with clean and professional MQL5 code suitable for controlled testing and

Informazioni sul progetto

Budget
10 - 20 USD
Scadenze
da 1 a 7 giorno(i)