명시

PLEASE READ CAREFULLY BEFORE APPLYING TO CODE THIS JOB

1.       EA Philosophy: the idea of this EA is to execute trades and breakeven by opening positions through hedging techniques (the two opposite trades must be placed same time using pending orders). This EA should be a scalper and generate volumes 100’s - 1000s of trade per day, generate up to 1000 lots per day trading the market and breakeven, no profit no loss. The eventual profit will come from rebates.

2.       Instruments to trade: Major Currency Pairs- All Forex Pairs including Gold or XAUUSD.

3.       EA to trade on ECN/Hegde account with tight spreads of 0-5 pips max.

4.       EA must be fast in execution and avoid slippages, slippages will kill the goal of this EA if it doesn’t execute trades appropriately at a fast speed(High Frequency Trading)

5.       EA Mechanism of operations:

a.       EA Settings- Variable Input- starting -0.01 Lot and maximum 100 Lots as balances increases.

b.       Money Management: Exit all trades if account balance goes below certain percentage e.g 60% -this should be a variable input. Also, double lot sizes for every 50% increase in account balance- this should be variable input.

c.       Maximum position to open in both direction for buy and sell is equal e.g 500 -buy and 500 for sell- variable input.

d.       EA to execute trades using pending orders of buy-stop and sell-stop.

e.       EA opens trade for example EURUSD opening buy-stop order-1.18725 with 0.01 lot at 13 pips stop loss and 17 pips take-profit, and then open EURUSD sell-stop order-1.18674 with 0.01 17 pips stop loss and 13 pips take-profit such that both trades closes at ZERO-NO PROFIT/NO LOSS, in between both trades, the spread must be taken into consideration to ensure zero loss or profit. Looking at this example there’s a difference of 5 pips between the buy-stop and sell-stop order, hence each basket trade should be 0-5 pips max. apart.

f.        All trade to close same day to avoid swap fees/commission in as much as they are zero profit/loss.

g.       I am very open to ideas if Developer can suggest better techniques of operation than what I have described in 5e, the goal is achieve zero loss and zero profit, while generating volumes of trades and lots sizes for rebates.

6.       Developer to Back Test EA with 99.99% data quality on “Every Tick” for 2 years period and show good results of zero loss or profit.

7.       If EA Does not show a good expected result, the job will not be accepted and developer to adjust and optimize settings or algorithm to achieve result including bug fixes.

8.       I need a very experienced developer with knowledge in Artificial Intelligence and machine learning to build/train the EA to identify better trading opportunities, automatically adjust settings and trade better over time to continue achieving zero loss/profit.

9.       I would appreciate to work with a patient, honest and resilient developer, we communicate very often to clarify any grey areas and better ideas or strategies.



응답함

1
개발자 1
등급
(458)
프로젝트
485
70%
중재
6
67% / 0%
기한 초과
2
0%
작업중
비슷한 주문
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
I am looking for an experienced MQL4 or MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for cryptocurrency trading between LMAX and IC Markets. I need someone who understands low-latency execution, price feeds, slippage, spreads, and fast order execution. The basic idea is that LMAX acts as the leading price feed while IC Markets is the execution broker. The EA should constantly
Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) Budget: AUD $1,500 – $2,000 (flexible) 1. EA Architecture EA runs one chart per symbol (NOT one EA controlling all symbols). Each chart instance manages its own: Recovery Grid Trend Volatility Liquidity Risk Logging EA must still respect global safety rules : Correlation protection Total
Probot ea 99 - 999 USD
merhaba forex piyasası Ticaret yapmak için belirli algoritmalarla çalışan bir probot geliştirmek için deneyimli bir geliştiriciye ihtiyacım var beklentim, uzman piyasa bilgisine sahip bir uzmanın kafa derisi ticareti yapmak ve anlık fırsatları değerlendirmek istemesidir. kendisi için tasarladığı bir danışman incelenebilir veya geliştirdiği daha iyi bir fiyat üzerinde anlaşabiliriz. detaylı bilgi için iletişime
I am not looking for someone to simply code an MT5 Expert Advisor. I already know how to create EAs and can generate simple strategies myself. What I am looking for is someone with strong quantitative research and backtesting experience who can find and validate a robust trading strategy. Objective Your job is to research and test different entry models to find one that has a real statistical edge. I do not care
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​Core Logic: ​Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​Dynamic TP: Total basket TP must update instantly upon new order
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
I am currently using the attached Arbitrage MACD indicator. However, there are no signal alerts associated with this indicator. I would like to receive notifications on my android device the bar after a blue long arrow appears and the bar after a red short arrow appears. This is the current code: //+------------+-----------------------------------------------------+ //| v.22.04.07 | ArrZZx2.mq4 |
SETJEO'S GOLD EA 30 - 200 USD
double GetTodayProfit() { double profit = 0; datetime today = StringToTime(TimeToString(TimeCurrent(), TIME_DATE)); HistorySelect(today, TimeCurrent()); for(int i = HistoryDealsTotal() - 1; i >= 0; i--) { ulong ticket = HistoryDealGetTicket(i); if(HistoryDealGetString(ticket, DEAL_SYMBOL) == _Symbol) { profit += HistoryDealGetDouble(ticket, DEAL_PROFIT); } } return profit; }

프로젝트 정보

예산
50+ USD