Build me a very simple Expert Advisor

작업 종료됨

실행 시간 39 일
고객의 피드백
Good work
피고용인의 피드백
Thank you!

명시

I have two requirements: 1) build the EA, 2) help me optimize the EA (make small changes/augmentations) as I collect data.

This trade bot is very simple, and will progressively become more complex over time.

As such, this is a one-time job that will likely spin-off to other jobs as I request changes to the way the EA trades.

Trading strategy is very simple and based on the break of highs and lows (extremes) of the daily candle.

This trading robot program is designed to be implemented on XAUUSD.


First Requirement:

Please make a way to track percentage drawdown on each trade. Such that I can export to csv the drawdown for each trade. (Drawdown percentage = percentage movement from entry to stop loss. Losing trades have a 100% percentage drawdown, but winners will have varying drawdown percentage before hitting takeprofit. I need to be able to see that data for EACH position).


Second Requirement:

At 8AM EST, MONDAY-FRIDAY, enter a buy stop above the daily high, and a sell stop below the daily low.

Stoploss must be at 50% of the daily range for both stop orders. Takeprofit must be the 27% extension of the daily range. Entry must be at the 1.3333% extension. (The corresponding RR for each trade should be .5:1).

After a trade gets triggered, bot must confirm that the 5min candle that triggers the trade MUST ALSO close PAST the entry level (at or above the 1.333% extension for buy, or at or below the -1.333% extension for sell), or else, the trade must be closed.

If trade is closed because of a lack of a proper 5min close, bot must continue to monitor the price for appropriate close.

If sufficient close is confirmed on the 5min timeframe, LIMIT order must be created that is identical to the original stop order trade (same entry, stoploss, and takeprofit).

If price moves 80% of the range between entry and takeprofit and our position has NOT been triggered, the bot must close the limit order.

For a triggered position if/when price travels 80% of the distance between the entry and the takeprofit, stoploss must be moved to breakeven.

No new orders can be created until 6PM EST (and again at 8AM EST the following day). 

Again at 6PM EST MONDAY-THURSDAY, current pending orders must be revised to account for new daily range.

Lot size per trade should be set such that risk per trade is 1% of the account balance.

A maximum of 2 positions can be active at any time (triggered or pending). 1 must be a buy (triggered/stop/limit), and the must be a sell (triggered/stop/limit).


응답함

1
개발자 1
등급
(636)
프로젝트
1005
47%
중재
33
36% / 36%
기한 초과
99
10%
작업중
게재됨: 6 코드
2
개발자 2
등급
(1)
프로젝트
2
0%
중재
1
0% / 100%
기한 초과
0
무료
3
개발자 3
등급
(39)
프로젝트
50
18%
중재
6
33% / 50%
기한 초과
0
무료
4
개발자 4
등급
(43)
프로젝트
66
12%
중재
12
58% / 42%
기한 초과
1
2%
무료
5
개발자 5
등급
(16)
프로젝트
35
23%
중재
4
0% / 50%
기한 초과
2
6%
작업중
6
개발자 6
등급
(225)
프로젝트
285
41%
중재
15
13% / 47%
기한 초과
67
24%
무료
7
개발자 7
등급
(116)
프로젝트
137
36%
중재
16
13% / 69%
기한 초과
9
7%
무료
8
개발자 8
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
9
개발자 9
등급
(17)
프로젝트
33
45%
중재
1
0% / 100%
기한 초과
8
24%
무료
10
개발자 10
등급
(54)
프로젝트
102
23%
중재
12
25% / 17%
기한 초과
13
13%
무료
11
개발자 11
등급
(152)
프로젝트
228
80%
중재
22
27% / 50%
기한 초과
11
5%
무료
게재됨: 24 기고글, 1882 코드
12
개발자 12
등급
(568)
프로젝트
641
41%
중재
25
48% / 36%
기한 초과
46
7%
작업중
13
개발자 13
등급
(5)
프로젝트
8
0%
중재
1
100% / 0%
기한 초과
1
13%
무료
14
개발자 14
등급
(574)
프로젝트
945
47%
중재
309
58% / 27%
기한 초과
125
13%
무료
15
개발자 15
등급
(74)
프로젝트
73
47%
중재
2
50% / 50%
기한 초과
2
3%
무료
비슷한 주문
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
EA Crafter 500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Мне нужен простой торговый бот, написанный исключительно на Python. Бот должен подключаться к терминалу MetaTrader 5 через официальную библиотеку Python "MetaTrader5". Объем кода невелик (около 250 строк). КРИТИЧЕСКИ ВАЖНЫЕ ТРЕБОВАНИЯ: 1. НЕТ КОДА MQL5: Весь проект должен быть написан только на Python. 2. ВНЕШНЯЯ КОНФИГУРАЦИЯ: У бота должен быть внешний конфигурационный файл (config.ini или settings.json). Я должен
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

프로젝트 정보

예산
50 - 150 USD