Looking for a developer to Code a Complex EA for financial markets

작업 종료됨

실행 시간 4 일
고객의 피드백
Absolute pleasure working with this developer - well educated and met all my requirements
피고용인의 피드백
A very detailed client, I'd like to work on more projects with this client.

명시

📄 Opening Range Breakout (ORB) Expert Advisor Specification

🕰️ 1. Opening Range Definition

  • The EA must define the Opening Range (ORB) as the high and low of the first 15-minute candle after a session open.

  • This range should be:

    • Drawn/marked visually across all timeframes as a horizontal zone or range (e.g., shaded box or two lines: High/Low).

    • Markings must update each day/session.


✅ 2. Entry Conditions

  • Trigger condition: A trade is only entered if a full 5-minute candle closes above (for long) or below (for short) the 15-minute ORB range.

  • Trade Type:

    • Buy: When a 5-minute candle closes above the ORB high.

    • Sell: When a 5-minute candle closes below the ORB low.


📉 3. Stop Loss (SL) Logic

  • Stop Loss should be placed at the opposite side of the ORB range from the breakout direction:

    • Long → SL = ORB Low

    • Short → SL = ORB High


📈 4. Take Profit (TP) and Trailing Logic

  • Risk-to-Reward: Fixed at 1:3 (R:R).

  • Trailing Stop Features:

    • At 1:1 R:R → move SL to Break-Even.

    • At 1:2 R:R → move SL to lock in profit at 1:1 level.

    • At 1:3 R:Rclose full position (TP hit).


⏰ 5. Filters

a. Days & Hours to Trade

  • Add inputs to specify allowed trading days (e.g., Mon–Fri toggle).

  • Add inputs for trading window per day, e.g.:

    • Start Time: 09:00

    • End Time: 17:00

b. Sessions Filter

  • Allow selection of which session(s) to trade:

    • London

    • New York

    • Asian

    • Sydney

  • EA should only activate and mark the ORB during the selected session(s).


⚙️ 6. Other Settings (Optional but Recommended)

  • Lot Size input: Manual input or percentage risk per trade.

  • Max Daily Trades: Input to limit trades per day.

  • Spread Filter: Optional max spread to avoid high-cost trades.

  • Magic Number: For identifying trades made by this EA.


응답함

1
개발자 1
등급
(224)
프로젝트
278
27%
중재
14
50% / 36%
기한 초과
9
3%
바쁜
2
개발자 2
등급
(93)
프로젝트
133
17%
중재
4
25% / 25%
기한 초과
12
9%
로드됨
3
개발자 3
등급
(49)
프로젝트
71
21%
중재
11
18% / 27%
기한 초과
6
8%
로드됨
4
개발자 4
등급
(254)
프로젝트
372
24%
중재
21
62% / 24%
기한 초과
1
0%
바쁜
5
개발자 5
등급
(2)
프로젝트
4
0%
중재
2
50% / 0%
기한 초과
0
무료
6
개발자 6
등급
(45)
프로젝트
56
34%
중재
1
0% / 0%
기한 초과
1
2%
작업중
7
개발자 7
등급
(64)
프로젝트
117
39%
중재
15
47% / 53%
기한 초과
29
25%
로드됨
8
개발자 8
등급
(71)
프로젝트
146
67%
중재
19
11% / 68%
기한 초과
44
30%
무료
9
개발자 9
등급
(276)
프로젝트
282
71%
중재
2
100% / 0%
기한 초과
0
무료
게재됨: 1 코드
10
개발자 10
등급
(9)
프로젝트
10
0%
중재
1
0% / 0%
기한 초과
0
작업중
11
개발자 11
등급
(11)
프로젝트
15
33%
중재
3
33% / 0%
기한 초과
0
작업중
12
개발자 12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
13
개발자 13
등급
(161)
프로젝트
209
19%
중재
18
44% / 17%
기한 초과
0
무료
14
개발자 14
등급
(15)
프로젝트
34
24%
중재
3
0% / 33%
기한 초과
2
6%
작업중
15
개발자 15
등급
(2)
프로젝트
5
20%
중재
0
기한 초과
1
20%
무료
게재됨: 3 코드
16
개발자 16
등급
(7)
프로젝트
11
18%
중재
5
20% / 0%
기한 초과
3
27%
작업중
비슷한 주문
program ussd zar cad adsafafaefefefqfeqfeqfqefqefesaddqdqDDF FAEWF FA RWFWEF ERWF WE FAEW FRE FA EWRF EF EW FAEW F EWF EW FEW F EWF SADASDW WDA WD AWDW DWA DEAW DEAE D ADADEA DAEDE D EDEADAEDADEDEA D ED AED AED AD
I’m looking for an experienced and reliable MT4 developer or strategy optimizer to generate profitable, robust, and forward-testable set files for my existing EA. This EA is designed for trading XAUUSD (Gold) on MT4. 🔧 What I Provide: The compiled EA (.ex4 file) Instructions on the EA’s inputs and logic Broker specifications: spread, leverage, account type Desired timeframe(s) to optimize for (e.g., M15, H1)
hello great developer i want to fix this script This arrow shouldn’t of printed because the renko brick ended red{ check the image} One other guy said this ‘okay I am seeing, arrow sticks because your code plots it conditionally but never deletes it later. This is expected behavior unless you add cleanup logic like -- Chart.RemoveObject(...) for outdated arrows... not sure if you understand the technical parts
im looking for a developer to build a fully automated trading robot Expert Advisor for Metatrader 5. The EA must do the following open buy sell orders based on a custom strategy details below place take profit and stop loss automatically Lot size should be adjustable Should avoid overtrading e.g. max 3 trades per day Close trades automatically based on criteria Work on multiple pairs if possible News filler optional
I need an Expert advisor (EA) for metatrader 5 (MT5), coded in MQL5. The EA should open and close trades based on the RSI indicator. A buy trade is triggered when RSI crosses below 30 and then moves back above it. A sell trade when RSI crosses above 70 and then drops below. The EA must include customizable input settings such as RSI period, lot size, stop loss, take profit, maximum number of trades, and trading time
I'm looking for a professional MQL developer to convert an Indicator codes (Pine Script) from TradingView to MQL5 and modifying it , It's based on FVG and OB indicator in tradingview
Fix script 40+ USD
hello great developer i want to fix this script This arrow shouldn’t of printed because the renko brick ended red{ check the image} One other guy said this ‘okay I am seeing, arrow sticks because your code plots it conditionally but never deletes it later. This is expected behavior unless you add cleanup logic like -- Chart.RemoveObject(...) for outdated arrows... not sure if you understand the technical parts
hello coders , i want you to create a trading bot in mt5. i have the pinescript code for the strategy. the trading bot is a type of scalping bot hence the entry and exit would be very fast typically in the same candle and within 20 seconds. so if anyone can help me in creating i would be very muh happy
I’m looking for an experienced MQL5 developer to build a fully custom Expert Advisor (EA) for MT5. The EA should combine two integrated strategies: Session-Based Breakout System, using the opening range of a defined market session to detect and trade breakout-retest setups on lower timeframes. Multi-Timeframe Reversal Strategy, incorporating RSI-based exhaustion signals, candlestick confirmations, and automated
This Expert Advisor (EA) is based on the 'Liquidity Sweep + Momentum Shift' scalping strategy, built for EURUSD, XAUUSD (Gold), and NAS100 (NASDAQ). It is designed to trade on the 5-minute (M5) timeframe, identifying high-probability reversals following liquidity grabs. The EA must scan for trades continuously and may execute up to 10 trades per symbol per day, depending on conditions met. 2. Symbols and Timeframes -

프로젝트 정보

예산
50 - 150 USD
개발자에게
45 - 135 USD