Job finished
Execution time 2 days
Feedback from customer
I am very satisfied, very fast and well documented code. Will come back with further tasks 😁
Specification
Project Overview:
We are looking to hire an experienced MQL5 developer to create an Expert Advisor (EA) that performs a specific trading strategy involving buy-stop and sell-stop orders at a predefined time each day. The EA will dynamically adjust the lot sizes based on market conditions, and it will manage trades and orders with a focus on controlling drawdown and maximizing profitability.
Requirements:
-
Inputs:
- MagicNumber: Configurable (e.g. 12345)
- Lots: Configurable (e.g. 0.01)
- Trading Time: Configurable (e.g., 08:30 )
- Distance: Configurable (e.g., 20 points)
- TakeProfit: Configurable (e.g., 20 points)
- LotSizeIncreaseFactor: Configurable (e.g., 2 which means new lot size = 0.01 + x * 0.01 )
- Max-Draw-Down: Configurable (e.g., 1% of account equity)
- CloseAllTradesAtEndOfDay? True/false
- CloseAllTrades: Configurable (e.g. 23:00)
- GoFullHedge: True/false
- GoFullHedge%: Configurable (e.g. 0.5% of account equity)
-
Core Functionality:
- At a configurable time each day (e.g., 08:30 ), the EA should open both a buy-stop and a sell-stop order at a specified distance (e.g., 20 points) from the current market price.
- A unique MagicNumber to distinguish the orders from the ones from other EAs
- If one of the stop orders is triggered (e.g., buy-stop), the EA should increase the lot size of the opposite stop order (e.g., sell-stop) by a configurable factor (e.g., 2x ).
- If the price reverses and triggers the opposite stop order (e.g., sell-stop after buy-stop), a new order (e.g., buy-stop) should be placed with the increased lot size at the same price level as the original stop orders.
- The EA should continue this cycle of placing new orders at the original price level, alternating between buy-stop and sell-stop orders with increased lot sizes, until the TakeProfit level is reached or the Max-Draw-Down limit is hit.
- There can only be one active buy-stop or sell-stop order at any given time.
- If set to true, all open trades and stop-orders should be closed at the given time
- If GoFullHedge is set to true, a hedging position should be opened, once the %-value is reached, and at the next day and then a new cycle would be opened (which would close all trades once tp is reached)
- A new cycle should be started at the next day.
-
Extra Functionality:
- The EA should automatically close all open trades and cancel any pending orders when the TakeProfit level is reached.
- The EA should monitor the drawdown of all open positions associated with the MagicNumber. If the drawdown reaches the configured Max-Draw-Down percentage, all trades should be closed, and any remaining pending orders should be canceled.
-
Market Scenario Example:
- At 08:30 , both buy-stop and sell-stop orders are placed at a distance of 20 points from the current market price.
- If the buy-stop order is triggered, the EA increases the lot size of the remaining sell-stop order.
- If the price continues in the buy direction and hits the TakeProfit, all orders are closed.
- If the price reverses and triggers the sell-stop order, the EA places a new buy-stop order with an increased lot size, continuing the cycle.
- This process continues indefinitely until the TakeProfit level is achieved or the Max-Draw-Down limit is reached.
Deliverables:
- The complete and fully functional Expert Advisor (EA) in MQL5 format.
- The source code of the EA, allowing for future modifications.
- Documentation explaining how to configure and use the EA.
Notes:
- The EA should be optimized for performance and efficiency, minimizing resource usage and ensuring quick response times during trading sessions.
- Code quality is important, with clear comments and structure to facilitate understanding and future modifications.
Responded
1
Rating
Projects
513
19%
Arbitration
35
43%
/
31%
Overdue
34
7%
Loaded
2
Rating
Projects
32
28%
Arbitration
5
60%
/
40%
Overdue
6
19%
Free
3
Rating
Projects
638
53%
Arbitration
32
59%
/
22%
Overdue
6
1%
Loaded
4
Rating
Projects
2
0%
Arbitration
1
0%
/
100%
Overdue
0
Free
5
Rating
Projects
9
11%
Arbitration
5
40%
/
20%
Overdue
2
22%
Free
6
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
7
Rating
Projects
34
53%
Arbitration
1
100%
/
0%
Overdue
1
3%
Free
8
Rating
Projects
67
43%
Arbitration
8
0%
/
100%
Overdue
3
4%
Free
9
Rating
Projects
91
13%
Arbitration
34
26%
/
59%
Overdue
37
41%
Free
10
Rating
Projects
553
50%
Arbitration
57
40%
/
37%
Overdue
227
41%
Working
Similar orders
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Shooter razor
30+ USD
Makes it takes trades by it self buy and sell, it must use the higher signals, also when I press stop it must not pick any trades I want it to take trades automatically when I press start also close by it self
8 cap prop firm passing
30 - 3000 USD
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
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 need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Fundamental News Trading Strategy
50 - 200 USD
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
Project information
Budget
30 - 50 USD