4 indicators will be provided. You need to combine them into EA. Support needs to be given until the testing is complete.
Trade start GMT time and day - User input variable
Trade End GMT time and day - User input variable
FORCE close Pending
transactions if near closing time: YES/NO
If Yes - then force
close all
If NO - then keep it
transaction running until it meets the stop loss/gain.
Enter Criteria:
Entry Criteria for SELL:
X, Y, Z are numbers ; sometimes like 0.0004. These are variables that will be a user input value.
If IGNORE QQE =NO,
then
If Q is less than
"X"
H is below -
"Y "( Use Value3 - Red) ; Use Value4 - Maroon - Either Value 3 or Value 4
MACD with EMA is
below "Z" (Use Value - green)
IF IGNORE Q = YES
H is below -
"Y "( Use Value3 - Red) ; Use Value4 - Maroon - Either Value 3 or Value 4
MACD with EMA is
below "Z" (Use Value - green)
Entry Criteria for BUY:
X, Y, Z are numbers ; sometimes like 0.0004. These are variables that will be a user input value
If IGNORE Q =NO,
then
1) If Q is greater
than "X"
2) Either Value 3 or
Value 4 of HAMA2 is above "Y"
( Use Value1 - light green) ; Use Value2 - Dark Green
3) MACD with EMA is
above "Z" (Use Value - green)
*****Note: 1,2,3 come from 3 indicators that will be provided. *****
IF IGNORE Q = YES
Either Value 3 or
Value 4 of HAMA2 is above "Y"
( Use Value1 - light green) ; Use Value2 - Dark Green
MACD with EMA is
above "Z" (Use Value - green)
Exit criteria for BUY: Only
one strategy can be chosen at a time
Strategy 1: (Uses
Resistance line to exit). X is a variable that will be a user input value. X
can be positive or a negative.
number.
Exit at R1 + X PIPS
Or
Exit @ R2
+ X PIPS
Or it could be R3 +
X PIPS
Strategy 2: Percentage should be variable that will be a
user input value. If no % is specified, the exit does not take place at that
level.
Exit @ Pivot
Exit @ M3
Exit @R1 50% of the lot
Exit @ M4
Exit @ R2 25% of the
lot
Exit @ M5
Exit @ R3 15% of the lot
Exit remaining 10%
when HAMA2 crosses line
Trailing Stop Loss for BUY:
Strategy 1: user
will enter risk reward ratio (input value)
Example:
if User wants risk
reward ratio 1:2 , then he will enter
number 2 in this input variable. Then see which exit strategy (1 or 2) is
chosen - now calculate the trailing Stop loss based on that number.
Exit criteria for SELL:
Only one strategy can be chosen at a time
Strategy 1: (Uses
Support line to exit). X is a variable that will be a user input value. X can
be positive or a negative number.
Exit at S1 + X PIPS
Or
Exit @ S2
+ X PIPS
Or it could be S3 +
X PIPS
Strategy 2: Percentage should be variable that will be a
user input value. In this example, 50%, 25%, 15% and 10% are input by user.
They correspond to particular pivot level.
Exit @ Pivot
Exit @ M2
Exit @ s1 50% of the lot
Exit @ M1
Exit @ s2 25% of the
lot
Exit @ M0
Exit @ S3 15% of the lot
Exit remaining 10%
when HAMA2 crosses line
Trailing Stop Loss for SELL:
Strategy 1: user
will enter risk reward ratio (input value)
Example:
if User wants risk
reward ratio 1:2 , then he will enter
number 2 in this input variable. Then see which exit strategy (1 or 2) is
chosen - now calculate the trailing Stop loss based on that number.
Commandes similaires
Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation