EA Based on Defined Price Range Within Defined Time of Day Range Using Standard Deviations of Price Range For Entry, Stop & Take Profit

MQL5 Experts

Job finished

Execution time 185 days

Specification

1. The idea of the strategy is as follows: Custom timeframe inputs used to create a defined range in price based on High/Low of price within the range and a secondary range based on highest and lowest body close of candles within the range  (It would also need to display this range on the chart for visual purposes)

2. Once the defined time range finishes the EA would look for a candle close beyond either the low or high of the range (whichever comes first)

3. If broken and closed to the high for example the EA would only take trades that retrace back into the range and this would be based on standard deviation retracements of the inner range and a limit order set

4. Stops would be based on a standard deviation inputs within the range

4. Targets would have 2 input fields so I can optimise based on an R multiple from stop or a standard deviation extension

5. Time input to define when the EA can no longer take trades for the day

6. Day of the week filter so I can switch on what days it runs

7. Input to define if price moves away a certain standard deviation it would no longer look for trades

Here is an example of what a trade would look like and how I'd like the range to be displayed:

Defining Range EA

This is a trading concept based on TheMas7er youtube channel and a walkthrough can be found here:  (10) 🔥 TOP SECRET TRADING STRATEGY REVEALED 💰 88 % PROBABILITY - YouTube

There have also been other developers create an MT5 indicator for this here:  Buy the 'DR IDR Pro' Technical Indicator for MetaTrader 5 in MetaTrader Market (mql5.com)

I'd now like this concept built into an EA with all inputs left customisable so I can optimise as best as possible.

Here are the input fields I'd like included but please add in anything else required or not thought of:


=====GENERAL====

Magic Number

====DEFINING RANGE TIMINGS===

Range Start Time (Value)

Range End Time (Value)

Stop Taking Trades Time (Value)

====DAY OF WEEK FOR TAKING TRADES====

Mon (false/true)

Tue (false/true)

Wed (false/true)

Thu (false/true)

Fri (false/true)

====ENTRY====

Standard Deviation Retracement Level (Value)

====STOP=====

Standard Deviation Retracement Level (Value)

====STOP TO BREAKEVEN====

Use Standard Deviation Extension Level (false/true)

Standard Deviation Extension Level (Value)

===TARGET====

Use Standard Deviation Extension Level (false/true)

Standard Deviation Extension Level (Value)

Use R Multiple Based on stop size (false/true)

R Multiple Based on stop size (Value)

====NO TRADE ZONE===

Use Standard Deviation Extension Level (If price reaches this level before entering a trade, no trading will take place for that day) (false/true)

Standard Deviation Extension Level (Value)

====RISK SETTINGS====

% Balance Risked (Value)

Responded

1
Developer 1
Rating
(8)
Projects
11
0%
Arbitration
11
18% / 73%
Overdue
2
18%
Free
2
Developer 2
Rating
(8)
Projects
9
22%
Arbitration
0
Overdue
0
Free
3
Developer 3
Rating
(75)
Projects
124
44%
Arbitration
14
29% / 50%
Overdue
17
14%
Free
4
Developer 4
Rating
(116)
Projects
137
36%
Arbitration
16
13% / 69%
Overdue
9
7%
Free
5
Developer 5
Rating
(16)
Projects
35
23%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
6
Developer 6
Rating
(72)
Projects
80
10%
Arbitration
38
8% / 58%
Overdue
6
8%
Free
7
Developer 7
Rating
(322)
Projects
499
67%
Arbitration
5
40% / 0%
Overdue
4
1%
Free
Published: 8 codes
8
Developer 8
Rating
(574)
Projects
945
47%
Arbitration
309
58% / 27%
Overdue
125
13%
Free
Similar orders
I need a professional MT5 Expert Advisor (fully automated trading robot) for scalping on M1 timeframe. 1. General Requirements Platform: MetaTrader 5 Type: Fully automated EA (no manual confirmation) Timeframe: M1 only Symbols: XAUUSD, BTCUSD, USDCAD Must support running on multiple charts simultaneously Clean, optimized, and low-latency execution logic 2. Strategy Logic (Scalping Model) The EA should use: Trend +
Hello, I am looking for someone who can convert this indicator (BrainTrend2SigAlert - indicator for MetaTrader 5) into an Expert Advisor (robot). Buy positions and sell positions. And with the option to set Take Profit in percent or pips. And the setting for the maximum number of buy or sell positions
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
Patrick 30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
G5 30 - 40 USD
1. CSI module — parses the group syntax, ranks 8 currencies, returns BUY/SELL/NEUTRAL 2. Tradovate bridge — file-based reader for the 8 Tradovate conditions (local + remote support) 3. Tradovate confluence indicator — 9 buffers + score + entry/exit signal 4. Integration into your EA
I am looking for a developer who can create a bot that automatically reads trading signals from a Telegram channel and sends them to an EA, which will then open trades based on the received instructions. Example workflow: When the signal provider posts something like: “Buy now 5108” The bot should send this to the EA and trigger an entry within a defined zone (e.g., 5108–5103 ). The EA should then: • Place layered
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Joker poverty scalper 40 - 100 USD
the joker poverty scalper is the power full robort it can analyse in just 1 minutes it is good for beginner traders you can even make 5000$ in just an week or two.. the best thing to do is to buy joker and make life easy with your own copy of joker .in order to be rich you need the joker to help you with your success in life even in future THE JOKER POVERT SCALPER
Minor Update in EA 30 - 50 USD
I Have an EA, which reads the files from common folder and takes trades. Kindly note: My coder is from Iran and I am unable to reach him for the last few days and that’s why I am looking for someone who can help me out. 1. File handling issue when invalid lot size WWhen EA couldn’t take trades due to invalid lot size, it prints logs continuously. You just need to print the log once and send the file to the

Project information

Budget
50 - 150 USD