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:
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)
Ähnliche Aufträge
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01
Project Description: I am looking for an experienced MQL5 developer to program an advanced trading robot for MetaTrader 5. This robot should integrate multiple modules for trend management, entry optimization, and risk management. It must also include an interactive dashboard and an automatic order suspension system based on volatility and economic news releases. The project requires expertise with ATR, ADX
Project Description: Mini Trading Platform - Integration with Interactive Brokers Overview: The idea is to develop a mini trading platform that serves as an intermediary between investors and Interactive Brokers . Each user will have a dedicated account within the platform, where they can access their personal investment portfolio. The platform will execute buy and sell orders automatically via Interactive Brokers
1. The idea of the trading system is as follows : markets entries are performed when the liquidity is grabbed or when a supply or demand is being touched. 2. Trend? There's no trend specified because this EA is based on liquidity and supply and demand. 3. Trading Signals : Buy Signal: EnterBuyMarket when price closes above the 5 period EMA (This EMA must be a parameter) after the liquidity has been grabbed or when a
Looking for a programmer that can adapt a range of technical indicators from Tradingview to work simultaneously for MT5. All the indicators must trigger simultaneously for a trade entry execution to be automatically entered. Considerations include the lot sizes, scaling in and out of the trade, entering and exiting the trade, setting of TP AND SL in relation to multiples (variable field) of ATR. Variable fields