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.
Ordini simili
I’m looking for one person who is both a Forex trader and a programmer . I don’t want a coder who only writes code without understanding the market, and I don’t want a trader who can’t program. I want someone who actively trades and understands market behavior, liquidity, volatility, and risk management. Most importantly, the bot must be built using real artificial intelligence that learns and adapts , not just
Platform: - MetaTrader 4 (MT4) Type: - Expert Advisor (EA) Strategy rules: - Buy when fast EMA crosses above slow EMA - Sell when fast EMA crosses below slow EMA - EMA periods must be input parameters Trade settings: - Lot size: fixed (input parameter) - Stop Loss: fixed pips (input parameter) - Take Profit: fixed pips (input parameter) - One trade at a time only Risk & filters: - No trading during high spread -
can anyone help me with building a complete automated pine code strategy and indicator that work for both FXs & CFDs and have a high winning rate proved through back testing. I have a very complex current code that developed mostly using AI but lots of gaps are there although it translate exactly what I have in my mind. So, you are free to decide whether wo build a complete new code or fix my current working code ( i
Hello, I’m looking for an experienced MT4 (MQL4) developer to convert the Lucky Reversal indicator from indicatorspot.com into a fully functional Expert Advisor (EA). Project Scope Code an MT4 EA that replicates the exact logic and signals of the Lucky Reversal indicator Trades should open and close automatically based on the indicator’s rules Must match indicator behavior 1:1 (no approximations) EA Requirements MT4
This is a request for a formal price quote only. No work should begin until the quote is accepted. I am requesting a quantitative audit of an existing trading strategy. Scope (strict): 10-year historical backtest Full performance metrics (expectancy, win rate, profit factor, max drawdown, trade distribution) Identification of logical flaws, bias, and overfitting Rule-based corrections only if justified by data
I am looking for a senior MQL5 developer to build a custom MT5 Expert Advisor using a dual-engine grid structure (BUY + SELL operating independently). The EA will be used in a real operating business with live clients, so the implementation must be clean, deterministic and reliable. I already have a complete specification describing all the required logic (entry rules, grid logic, basket TP, break-even behavior
I would like to request the development of an Expert Advisor (EA) for MetaTrader 5 with the following specifications: 1. Instruments: NASDAQ (US100) Dow Jones (US30) DAX (DE40) 2. Opening Range Selection: The EA should allow me to manually select a specific time range on the chart. Example: US100 opening range from 14:30 UTC to 14:45 UTC (15-minute opening range for the US market). The EA should automatically
Hello, I have the code for an indicator file that works with binary options. I want to make a simple modification to it that won't take much effort for professionals. In short, the modification I want is that if the strategy's conditions are met, a buy or sell signal should appear at 17:55. The strategy works exclusively on the 5-minute timeframe, and I want to delay the signal by 7 minutes so that it appears and
描述(项目概述): 我需要为 MetaTrader 5 平台开发一个功能完整的智能交易系统( 专家顾问 ),用于交易 XAUUSD (伦敦金)。该 艺电 的核心是基于一份详细的技术规格书,实现一个多指标共振、多层条件过滤的短线反转策略。 1. 核心策略逻辑简述: 交易品种与周期:主交易周期为 M30 ,需在代码内部动态读取 H4 周期进行趋势过滤,并监控 M5 周期以执行复杂的出场逻辑。 入场机制:采用 “ 价格触发 -> 成交量确认 -> 多指标渐进式达标 ” 的严格流程。入场信号需在特定时间窗口内,同时满足布林带突破及 5 个动量指标( CCI、RSI、MFI, 威廉指标, 随机指标)的超买 / 超卖条件,并受 H4 级别趋势过滤器约束。 出场机制:采用三层递进逻辑,包括动态保本移动、 M5 周期指标集体反转信号以及基于 K 线形态的趋势反转终极止损。
SMC, etc.) - Backtest results and the set files you used - Whether you’re willing to make minor tweaks so I can use it as my own If the performance looks good, we can discuss adjustments and next steps. My requirements are screenshot, backtes results, demo fileS Let me know if you have anything that fits the bill