Entry EA (MT5).
General rules:
The EA must work with FX, futures, indexes, all suffixes. (My broker is Pepperstone.)
Idea.
Idea of this strategy is to hug the price/candles from one side with pending order.
Pending and SL orders are trailing the price and kept at specific distances set in the variables to capture more of the trend, so the SL and pending orders would not be triggered by small amount of points counter move, to allow room to breathe for the EA.
Entry/exit rules:
Don’t enter immediately into the market, when the EA is added to the charts.
Wait when new candle opens, then put pending order and SL above/below previous candle at specified distance in points in variables.
Pending entry and SL orders are moving together (trailing candles movements) with the trend at distance set before in variables.
When pending order is triggered, then SL does not move and stays at the same level.
Additional rules:
If the EA closes position with the profit in specific financial instrument, then stop trading this specific financial instrument for this day. Resume trading next day.
If SL is triggered, wait till candle closes, then put pending buy/short and SL orders on this candle, start trailing candles till pending entry order is triggered.
When “Use not trading sessions”: Open trades stay open, don’t close them, when “Not trading start time” starts, but don’t open new trades.
If there are “X” losses in the row, then stop trading specific financial instrument. Resume trading the next day after XX:XX server time, specified in variables.
If entry candle (from candle highest high to candle lowest low) (Entry candle Max size) is longer than “X” points, then use one of next shorter entry candles to set 1 pending buy or 1 short order. (If Entry candle Max size is set to 50 points, then wait and enter the market only if one of next candles is less than 50 points.)
Variables:
Direction: Only Long/ Only Short.
Max spread, in points: 10.
Pending entry order distance from candle, in points: 21.
SL order distance from candle, in points: 29.
Risk per trade, SL, euro: 10.
Take profit (SL multiplier, RRR): 2.
Entry candle Max size (in points): 50.
Max losses in the row, per day, per financial instrument: 3.
Max slippage, points: 10(default). (Difference between needed price and price currently available. If set to “0”, then not set.)
Use not trading sessions: true/false.
Not trading start time: 24:00.
Not trading end time: 05:00.
EA must have backtesting capabilities.
I will need all the programming source code.
Remove any protection.
I have similar EA code, I can give it to you, so you will need just copy-paste some parts.
Similar orders
Wanna Create A Trading Robot That Uses Liquidity Sweep And Smart Money Concept EA That Works On PC. I want A Developer Who Can Program Exactly My Strategy That Will Be Shared on A Video Upon The Selection. it Should Follow My Rules .It has To be able To Read Price Action, followed By Liquidity Sweep Areas And Combine with Smart Money Concept Knowledge. We Will Talk about Parameters later on . The robot should be able
1. Overview: I need an Expert Advisor (EA) for MT5 called "Gold Sniper" specifically optimized for XAUUSD (Gold). The EA should be a sniper scalper that takes high-probability trades on M5 and M15. It must work on any broker with low spread. 2. Strategy Logic: The EA should combine 3 confirmations: a) Trend Filter: EMA 50 & EMA 200. Only Buy if EMA 50 > EMA 200, only Sell if EMA 50 < EMA 200. Sniper Entry: Use RSI
I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis
I am looking for an experienced MQL5 developer to develop a custom Expert Advisor (EA) for MetaTrader 5, primarily for XAUUSD (Gold) . The EA will be based on a proprietary price-action trading strategy that I have already defined. The objective is to translate this strategy into a fully automated, precise and reliable trading system without modifying its underlying logic. The strategy involves specific
Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it