EA Strategy roadmap and Development

MQL5 专家 咨询

工作已完成

执行时间13 天
员工反馈
it was a pleasure working with you

指定

Hello, I would like to work with a developer that has successfully done this before. The First deliverable will be a strategic roadmap with estimated costs with the Second deliverable Phase Two coding, test and deployment. The goal is to deploy into Prop Firm Challenges (FTMO) and manage funded accounts.

Price listed is for Phase One only.

Requirements of the roadmap / finished project are as follows:

1. An EA (or multiple EAs) that can achieve  4 – 20% monthly profit utilizing multiple strategies and multiple asset classes ie FX, Futures, ETFs, Options if possible etc

The EA must be compatible with any legitimate, standard strategies operating on a timeframe of less than one hour. Additionally, it should feature both spread and slippage filters and an advanced news filter that pauses trading five minutes before and after high-impact news events related to particular currencies.


2. Full back testing facility to be deployed in multiple accounts. Forward testing for two months after delivery.



3. In alignment with Prop firm standards, it is crucial that the EA incorporates the following elements:

- Risk management parameters to determine risk per trade relative to equity/balance

- Fixed lot sizing

- No comments logged in the comment section

- the EA should integrate a randomization feature to vary trade positions or execution timing, as well as impose maximum and daily drawdown limits to effectively meet Prop firm criteria.


4. Option for Trading View integration and / or Copy Trading deployment to other Prop Firms that do not allow EA execution.


5. Full requirements to be discussed with potential developers.

Please only respond if you currently have a system available for review or have completed a project like this before. This may be an existing project or a modification of established work tailored to my specific requirements and branding.

As part of the developer selection we will discuss the complete list of requirements. Once we award the Phase One roadmap we will require a timeframe for completion of awarded components of Phase Two.

反馈

1
开发者 1
等级
(253)
项目
316
29%
仲裁
34
26% / 65%
逾期
10
3%
空闲
2
开发者 2
等级
(13)
项目
20
40%
仲裁
1
0% / 100%
逾期
1
5%
空闲
3
开发者 3
等级
项目
0
0%
仲裁
0
逾期
0
空闲
4
开发者 4
等级
(16)
项目
20
10%
仲裁
8
38% / 38%
逾期
3
15%
工作中
5
开发者 5
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
6
开发者 6
等级
(2)
项目
5
0%
仲裁
2
0% / 50%
逾期
1
20%
工作中
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
(255)
项目
262
30%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
9
开发者 9
等级
(12)
项目
16
13%
仲裁
4
50% / 25%
逾期
4
25%
已载入
10
开发者 10
等级
(296)
项目
475
40%
仲裁
105
40% / 24%
逾期
80
17%
繁忙
发布者: 2 代码
11
开发者 11
等级
(1)
项目
1
100%
仲裁
0
逾期
0
空闲
12
开发者 12
等级
(5)
项目
5
60%
仲裁
1
0% / 0%
逾期
2
40%
空闲
发布者: 1 代码
13
开发者 13
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
14
开发者 14
等级
(7)
项目
5
0%
仲裁
6
0% / 83%
逾期
1
20%
工作中
15
开发者 15
等级
(1)
项目
1
0%
仲裁
3
0% / 100%
逾期
1
100%
空闲
16
开发者 16
等级
项目
2
0%
仲裁
0
逾期
1
50%
空闲
17
开发者 17
等级
(11)
项目
15
20%
仲裁
0
逾期
5
33%
工作中
18
开发者 18
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
19
开发者 19
等级
(6)
项目
5
0%
仲裁
2
50% / 50%
逾期
2
40%
空闲
20
开发者 20
等级
(3)
项目
3
0%
仲裁
0
逾期
0
空闲
21
开发者 21
等级
(11)
项目
16
25%
仲裁
1
0% / 100%
逾期
1
6%
空闲
相似订单
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end

项目信息

预算
250 - 500 USD