ANY CHANGES WILL BE MADE WILL COVER UNDER THE BUDGET.
Build an Expert Advisor
Example: Current price of XAUUSD is 3010
My Median Price = 3000
If price goes above 3000, buy
If price goes below 3000, sell
Either use the current price as the median, i.e., 3010
Above 3010 = Buy
Below 3010 = Sell
Or wait for the price to hit our level, then start, i.e., 3000
One must have both options: Use current price or use a specific price.
NOTES:
→ Let's say we use a specific price.
If the price does not touch our specific price, the EA will not initiate a trade.
If price 3000 is triggered,
It may take a sell first or buy first, depending on the gap between the prices of buy and sell.
When 3000 is the median, the EA will automatically understand that:
Buy at 3000.50 (Stop loss: 2999.50)
Sell at 2999.50 (Stop loss: 3000.50)
So, it may take multiple stop losses to make a POSITION of buy or sell, but it should not miss.
If after 7 stop losses, a buy is initiated, then we will trail it.
After that, we may add another POSITION WITH median = 3030
NOTES:
If above 3030 = Buy
If below 3030 = Sell
Imagine our first entry is stopped by trail at 3025, then we can:
Either use 3025 as median or
Use 3030 as median
Now we would have 2 lots here—one from 3000 & the other from 3025 or 3030
And merge 0.10, 0.10 lot = 0.20 lot
Now 0.20 will be worked as:
3025 above = Buy
3025 below = Sell
Our 2nd lot, which is now a single lot of 0.20, must also trail AS WELL. WE CAN HAVE MULTIPLE MEDIANS WHICH IS TO BE INPUT TO MAKE MORE POSITIONS.
3rd entry / 3RD MEDIAN
4th entry
5th entry
6th entry
As long as EA is not set off.
Note:
Stop loss can be modified.
Trailing can be modified.
Time filter should be added.
Addition in entries, lot can be modified by input.
Buy target & Sell target should be there.
Trailing Step & Trailing Start can be used.
If one buy side is defined,
Our sell side will also be defined, i.e., below 3000, a trade in sell will be initiated.
Multiple Reentries will be there regarding making a position, either in 1st, 2nd, or many positions.
Once target is met, positions will be closed.
one more thing to add reentries can be placed manualy without any context ... without any option to buy above and below disable function also there .
相似订单
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
//+------------------------------------------------------------------+ //| DX_Structure_H1.mq5 | //| Copyright 2026, Seu Nome | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict // Parâmetros de Entrada input string InpSymbol = "DX.F"; // Nome do Ativo
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
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
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this
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