An Expert Advisor Based on Time for MT5

工作已完成

执行时间3 分钟
客户反馈
Lakshan Perera is an EXCELLENT developer. He was able to build an EA within the timeline as well as the budget precisely to my specification. He is very prompt in communication.

指定

Buy or Sell 'N' number of Contracts/Lots at Market, Limit, Stop (Allow entry of 0.01 Lots (i.e. 2.01)
Breakeven trails 'n' ticks/pips distance away after 'x' ticks/pips of profit has been reached.
Allow up to 4 Entry Times (i.e. user can choose 1 entry time or 2 entry time, or 3 entry time or all 4 entry times)
 EA is based on Terminal time and NOT any specific Day or Date
Allow 1 distinct Profit Target (PT) and Stop Loss (SL) per Entry Time (Hence up to 4 distinct/indepandant Profit Target (PT) and Stop Loss (SL)). Hence each Entry Time will have it's own unique PT and SL.
Info Button - when enabled by clicking shows "Open Profit/Loss" for any open position and "Closed Profit/Loss" for the day and Closed Profit/Loss for the Month (if possible)
Allow Alerts On/Off
Allow AlertsMessage On/Off
Allow AlertsSound On/Off
Allow AlertsEmail On/Off


Buy Rule
Buy at HH:MM:SS (Terminal Time) if the Current Price (Ask) is greater than Open Price of the Bar  [you can assume Buy is alway going to occure few seconds after a new Bar Opens]
DO NOT Buy more than once on the same bar
Buy is based on Time of Day and NOT Date


Sell Rule
Sell at HH:MM:SS (Terminal Time) if the Current Price (Ask) is less than Open Price of the Bar [You can assume Sell is alway going to occure few seconds after a new Bar Opens]
DO NOT Sell more than once on the same bar
Sell is based on Time of Day and NOT Date


Close Rule
Close once the Target Profit (TP) or Stop Loss (SL) is reached, which ever comes first


EA should be able to BackTest.


Example:
If the bar timer is set to 5 Minutes Bar and the EA is set to go live at 09:00:03 than at 09:00:03 activate EA and check the Current price
  if the Current price (Ask) is greater than the Open price of the bar which occured at 09:00:00 than trigger a Buy Rule
   When EA is triggered to go Long than Close the position until Target Profit (TP) or Stop Loss (SL) is hit, which ever comes first and stop trading until the next Buy/Sell Rule
   Closing of Position (waiting until TP or SL is reached) can occure after current Bar

  If the Current price (Ask) is less than the Open price of the bar wich occured at 09:00:00 than trigger a Sell Rule
 
   When EA is triggered to go Short than Close the position until Target Price (TP) or Stop Loss (SL) is hit, which ever comes first and stop trading until the next Buy/Sell Rule   
   Closing of Position (waiting until TP or SL is reached) can occure after current Bar


DO NOT open new position at the Close of the Bar until next Buy/Sell Rule


StopLoss (SL) and TakeProfit (TP) - are fixed, adjustable by the parameters StopLossand TakeProfit

Completely ignore all of the "other" positions and to work only with its own positions (perhaps use autogenerated a specific Magic Number).

Miscellaneous:
The information on the opening/closing of positions and of modifications of the SL should be stored in the Journal;
If there are any errors, it must print a message describing the error.
the drawing of arrows of position opening/closing price levels, the detailed information in the journal



反馈

1
开发者 1
等级
(7)
项目
9
0%
仲裁
4
0% / 100%
逾期
0
空闲
发布者: 1 代码
2
开发者 2
等级
(645)
项目
872
48%
仲裁
29
38% / 17%
逾期
63
7%
空闲
3
开发者 3
等级
(188)
项目
212
58%
仲裁
9
11% / 89%
逾期
8
4%
空闲
4
开发者 4
等级
(206)
项目
333
35%
仲裁
66
12% / 58%
逾期
87
26%
空闲
5
开发者 5
等级
(10)
项目
21
14%
仲裁
6
17% / 33%
逾期
1
5%
空闲
6
开发者 6
等级
(195)
项目
395
28%
仲裁
155
20% / 52%
逾期
112
28%
空闲
7
开发者 7
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
8
开发者 8
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
9
开发者 9
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
相似订单
automatic robo sell at bollinger band upwards breach and rsi should above 80 and buy when bollinger breach downwards and rsi is below 30, rsi shoould works only on Gold trade and none ofhe trades
Iconic Boy 300 - 400 USD
Am looking for a bot to trade .so that I can be able to trade and become very successful and make some profit so that I cannot sleep on a empty stomach
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
Platform MetaTrader 5 (MT5) MQL5 Source Code Required Compatible with Exness MT5 both standard and cent accounts/ICMarket accounts Works on EUR/USD only (initial version) ⸻ Objective Develop a fully automated AI Expert Advisor based on ICT Smart Money Concepts (SMC). The EA must only execute high-probability trades that satisfy all required conditions before opening a position. The EA must avoid overtrading and
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
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
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
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
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
Hello, I am reopening this project with a fully updated and clarified specification. I am looking for a high‑level MQL5 developer who can deliver a clean, stable, and professional Phase 1 version of my: Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) This EA is not a simple indicator conversion or a basic strategy. It is a structured

项目信息

预算
50+ USD
截止日期
 1  10 天