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.
Ordini simili
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
{ "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
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
I I would like to create a trading robot based on 2 ema crossing. The robot is pretty simple, it should open buy position when fast ema cross slow ema and vise versa. Also it should use martingale after the loss position. It should has expiration period inside the code and alerts l