Specification
Fail to return (FTR) strategy. We want to use multi timeframes and fvg to determine exit levels on H4. Essentially we want to create CHOCH and BOS levels and trade based on these on multi timeframes (MTF). Trade 1 position at a time. The code & input/variables required are:
1.lotsize - default 0.01
2.magicnumber- this might be required to do the auto close below.
3.exit choice field = 1. manual = shows TP and SL points that i can enter or 2. automatic = calculates levels automatically using H4 TF.
4.choice fields (returns either uptrend or downtrend) to determine if M1,M5,M15,H1 (all these will be variables) via CHOCH = So need code to determine CHOCH of each TF and it returns the direction - this needs to be coded well so that it can calculate the trend higher high/higher low, lower low, higher low etc. I would like this to be visible in the EA / back test preferably a dot above the candle of the higher high's being blue and the lower lows red to show the trend going up/down - see attached pic (think its green).
5.A function to calculate H4 FVG - i want this to show a long candle and calculate the FVG where it will be used for exit above for option automatic. The SL will be based on recent high/low and add 20 points and the TP level will be the 50% of the FVG candle (in the middle) from the FVG less 20 points (so that it triggers sooner).
6. Need a function to calculate BOS (break of structure) this will be used for H1 and i want it to calculate accurately the levels. I would like for this to show on the EA/back test the bos line which can be bold and red so that i can see that it is a correct bos. - see attached pic (think its orange and red colour).
Using the above, the trade conditions will be when H4 FVG is within 1000 points (either side), the H1 needs to show a BOS going into that direction (breaking a major support line towards the H4 FVG), then checks to see if M1,M5 and M15 CHOCH returns uptrend/downtrend (so if we are looking to short current position into the H4 FVG then all 3 need to be downtrend) into that position then it opens the position on the next candle if it closes past the bos (after the bos breach to check if it closes past the breach). HOWEVER, say if BOS breaches in H1 chart and 1 of the 3 timeframes do not show immediately the same trend direction (say M1 switched to uptrend instead of downtrend, then we need to wait for it to go downtrend) then we wait until the new H1 candle (that we are meant to open the position for) closes (so have a hour to open trade to make all 3 timeframes align with the same trend direction) and open the position if all 3 TF aligns and returned at some stage the same direction (with the trend direction of the FVG) otherwise we reset and starts again. SO, we are looking to trade into the direction where the H4 FVG is, there may be 1 above and 1 below current price candle then we look to see which aligns first.
Important part is to show the CHOCH / BOS levels in the chart *i will look to reuse this afterwards potentially.
We also want to close position automatically if the M1,M5,M15 and H1 CHOCH shows the opposite direction to our trade (so they all say uptrend when we are in a short position).
Trades both long and short but opens 1 position at a time. I'd like to reuse the code after to structure other things so if you can leave comments and make it clear as possible please.
Responded
1
Rating
Projects
46
24%
Arbitration
34
9%
/
85%
Overdue
10
22%
Free
2
Rating
Projects
202
48%
Arbitration
5
20%
/
60%
Overdue
2
1%
Free
3
Rating
Projects
31
32%
Arbitration
8
50%
/
25%
Overdue
3
10%
Working
Similar orders
UPGRADE OF MY EA
30+ USD
I HAVE EA MT4 SOURCE TO THAT I WANT TO UPGRADE TO THE BELOW STRATEGIES EA UPGRADE ✅ Forex ✅ Gold (XAUUSD) ✅ Deriv Synthetic Indices 🧠 🏗️ SYSTEM ARCHITECTURE Your EA now has 5 CORE MODULES: 1. Market Engine Detects: Forex / Gold / Synthetic Volatility Spread 2. Strategy Engine Controls: Scalping mode Swing mode Re-entry logic Cross signal logic 3. Smart Filters Higher timeframe trend Lower timeframe conflict filter
I need a trading robot for MetaTrader 5 that works on mobile for XAUUSD. === TRADING RULES === Symbol: XAUUSD Timeframe: M15 Trading Hours: 10:00 to 18:00 server time only Buy: When 10 EMA crosses above 50 EMA Sell: When 10 EMA crosses below 50 EMA Close opposite position when new signal appears === RISK MANAGEMENT === Risk per trade: 1% of account balance Stop Loss: 300 points / $3.00 Take Profit: 600 points / $6.00
Jona copilot v12
30 - 40 USD
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
EA based on 5 mintues timeframe candles
100 - 250 USD
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
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
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 am looking for a reliable and profitable Expert Advisor (EA) or trading robot for MetaTrader. The EA should have a proven track record, good risk management, and stable performance in live market conditions. Please share the name of the EA, a brief explanation of how its strategy works, and any relevant performance statistics or backtest reports to help me evaluate it."
We are seeking an experienced MQL4/MQL5 programmer to develop a high-performance, fully automated Expert Advisor (EA). The bot must execute a sophisticated multi-currency hedging strategy across correlated forex pairs. Key Responsibilities Develop Multi-Currency Logic : Build an EA capable of scanning and trading multiple currency pairs simultaneously from a single chart or setup. Implement Hedging Strategy : Code
I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
Project information
Budget
50 - 80 USD
Deadline
to 10 day(s)