I want an expert advisor based on my own strategy

工作已完成

执行时间9 天
客户反馈
done within the period. very efficient. very quick to fix issues . would recommend
员工反馈
Very good customer, clear and with proper specs. Willing to explain things, I recommend him!

指定

Strategy rules

Requirements

  • Mt5

  • All currency pairs

  • H1 timeframe for bias and support/resistance levels

  • M5 timeframe for entry model (fvg)

  • Adjustable risk amount and risk-reward ratio (currently risk 1% , 1:2 ratio)

  • 01:00 am - 11:00 am NY time. Easy to adjust if i want to change in future



  1.  Bias


Check the previous H1 candle starting from 00:00 candle (00:00-00:59). Check if bullish (close > open) or bearish (close < open). If open = close then skip and move to the next H1 candle.


The trade window is for the 1h after the bias candle (previous H1 candle).

Example: if the current hour is 04:00 we can only enter a trade from 04:00-05:00. Once the trade window is over then we start again; check H1 candle, in this case 04:00 candle. If bullish then we only take buys from 05:00-06:00  



 If it's bullish then for the current hour window we will only take buys. If the previous H1 candle is bearish then for the current hour window we will only take sells. Example:  the time is currently 07:00. We go to the H1 candle and check the 06:00 H1 candle. If bearish then we will only take sells from 07:00-08:00. If bullish then only buys from 07:00-08:00



  1.  Key levels

Use open price and high/ low price from the previous H1 candle as support lines. 


Bullish scenario: open price and low as support



Bearish scenario: open price and High as resistance



Use Previous H1 candle (the same you use to get the bias) to get support lines.
So for example, if it is currently 09:34, the support levels would have been from 08:00 H1 candle.

  1.  Touch confirmation


Price must touch the support levels drawn out from the previous candle during the current hour trade window. Only then can we wait for the entry model. Keep in mind that price must close above support and below resistance otherwise the trade is invalid. This can happen before or after the entry model.


 Example 1: current hour starts, price comes down to touch support, taps it by a pip and then has the entry model above it. Trade would be valid. 


Example 2: current hour starts, price comes down to touch support, goes even lower, the entry model forms below support line, then before the trade window closes, an M5 candle closes above the support line. Trade is valid. Specifically an M5 candle since that is the time frame for the entry model which we will get into next


Example 3: current hour starts, price comes to touch support, goes even lower, entry model forms, and then the trade window closes whilst price is still below the support line. Trade is INVALID. 





  1.  Fvg confirmation


The entry model. A simple fair-value gap. An imbalance. A 3 candle formation that has a gap in the middle. Hopefully you already know how to code this as it is vital. The gap just has to be more than 0. It can be 0.1 pip, 10 pips. As long as all the other rules are followed then you can take any sized gap.



Only bullish fvg for bullish bias. Only bearish fvg for bearish bias.

How it all plays out: You wait for the current hour to open. Then check the H1 candle for previous candle bias. In this example it is bearish. So we note the high and the open as resistance levels. If current price touches a support level within the trade window we then wait for a bearish fvg. If after the close of the fvg the price is already below the support level we touched, then take a sell at market.  If the fvg closes and it is still above the resistance level we touched, then wait for an m5 candle to close below the level. 


Important: if the open price level was touched then we need to close below the open price before a trade. If both the open and high was touched (which will happen whenever the high is touched, then we need a close below just the high.  So if the open price is touched and there is a bearish fvg that closes below the high price it is invalid and the high was not touched. There needs to be an m5 candle close below the open price in that scenario.



Only one trade per window


Entry only within the window, exit is only breakeven, stop loss or take profit. Can take as long as it wants.







Trade Management


The stoploss will be the lowest point of the current hour at the time of entry.


The take profit is a 1:2 rr so double whatever the stoploss is.



Break-even Rule


After entry, if price crosses the high (for buy) or low (for sell) of the previous H1 candle, move SL to breakeven.


if at entry point, price is already above the previous H1 candle high/low then no trade to be taken


Important: if BEFORE the support line is touched, the high/ low of the previous candle is breached, then count that as the high/low needed to be broken for the breakeven rule to set in, so that would be the current candles high/low. In other words if the current H1 candles high is higher than the previous H1 candles high then use the current candles high (the highest of the two) same for the low 



Other than that the trades go to stop loss or take profit. No manual trading



Extremely Important: Needs to work well for backtesting.


反馈

1
开发者 1
等级
(40)
项目
43
58%
仲裁
2
50% / 0%
逾期
1
2%
工作中
发布者: 5 代码
2
开发者 2
等级
(3)
项目
6
17%
仲裁
0
逾期
1
17%
空闲
发布者: 3 代码
3
开发者 3
等级
(58)
项目
90
43%
仲裁
4
0% / 100%
逾期
3
3%
工作中
4
开发者 4
等级
(55)
项目
92
24%
仲裁
8
75% / 13%
逾期
44
48%
空闲
5
开发者 5
等级
(452)
项目
565
26%
仲裁
24
42% / 38%
逾期
85
15%
工作中
发布者: 6 代码
6
开发者 6
等级
项目
0
0%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
(314)
项目
561
35%
仲裁
81
31% / 44%
逾期
204
36%
工作中
8
开发者 8
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
9
开发者 9
等级
(2322)
项目
2925
63%
仲裁
123
45% / 25%
逾期
429
15%
工作中
10
开发者 10
等级
(3)
项目
3
0%
仲裁
6
17% / 67%
逾期
0
空闲
11
开发者 11
等级
(363)
项目
436
54%
仲裁
22
50% / 14%
逾期
30
7%
已载入
相似订单
Dear developers I want to create an expert advisor for my strategy. The entry signals quite simple using OHLC, Bollinger, SuperTrend. (Possibly: ICT/FVG) The money and risk management is more difficult using martingale and trailing stops. I also need help to design this before any development
Welcome to the new era of automation I have something very powerful for trades who are looking to make consistent profits in the industry The EA is called Golden Sniper Pro designed specifically for boom index on Deriv broker with a win rate of over 85%. The ea combines EMA and RSI to detect market direction, calculates SL and TP by ATR. Uses tick counts to avoid entries near spike zones, if there was an entry
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
Risk management EA 30 - 200 USD
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
Ea.Mix 30+ USD
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
Test instructions: - Run EA on US30 (Dow Jones) - Timeframe: H1 - Test period: last 3–6 months - Use default risk settings (1% per setup) - Check Friday breakout logic only Expected behavior: - EA should mark Friday High/Low - Wait for candle close breakout - Wait for retracement into range - Enter only when H1 candle closes inside range - Execute 2 trades per setup (TP1 = 1R, TP2 = 2R) - Respect 1.5% daily loss
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b

项目信息

预算
200 - 300 USD
截止日期
 10 天