I would like to do an EA on MT4 with a tradingview indicator.
I need several options :
- Manual trading (enable or disable) : allows manual trading without indicator signals
- SL (in pips) will only be valid for manual trading (I must be able to configure it on the chart before opening the trade)
- SL MINI : example if this number is 2 pips, if signal has a SL < 2 pips, EA put SL of 2 pips
- SL MAX : if signal has a SL greater than this number of pips = don’t open the trade
Example if SL MAX is 7 pips = EA doesn't open trade if SL > 7 pips. And if 0 = no limit
- BE (in pips or % of profit)
- Trailing stop (in pips or % of profit)
- Automatic calculation of lot size RISK per trade (in € or % compared to the SL according to the risk per trade)
For a big account, if lot size is >100 lots = divide with 2 trades of 50 lots (because lot size max per trade is 100 lots)
- Goal profit per trade (% or €)
- Daily goal profit (% or €) when daily goal reached = stop activity and wait the next day
- Daily MAX losses = stop activity for this day if reached. If 0 = no limit
- Trading hours
- Trading days
- Confirmation candle mode (enable or disable)
- Goal mode with losses (enable or disable) previous losses are added to the goal by trades. Once the trade reaches the goal covering losses it resets to 0 for the next trade
Example: Trade 1 = -1% Goal per trade = +1%
Trade 2 = -1% Goal mode with losses = enable
Trade 3 = close at + 3% because -1% (trade 1) + -1% (trade 2) + 1%
General :
SL must include the wicks and must be placed on the signal candle by adding the broker's spread
Goals must include broker fees
BE must take into account broker's fees and spread to close at 0 without negative
Ähnliche Aufträge
//+------------------------------------------------------------------+ //| TrendPullbackEA.mq5 | //| Simple Trend + Pullback Strategy EA (Beginner Friendly) | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //------------------------------------------------------------------- // INPUT PARAMETERS
//+------------------------------------------------------------------+ //| BORGMAN SMC EA v8.7 - INSTITUTIONAL MERGE | //| Combines v8.5 risk architecture + v8.6 SMC engine | //+------------------------------------------------------------------+ #property strict #property version "8.70" #include <Trade/Trade.mqh> CTrade Trade; //---------------------- ENUMS ----------------------// enum ENUM_RR_MODE { RR_2R, // 1:2
I need an experienced MQL5 developer to build a semi automated trading signal system for Gold (XAUUSD) on MT5. The system is NOT a martingale or grid EA. The goal is to build a clean rule based signal engine that detects high probability setups based on predefined strategy rules and sends trading alerts with optional pending order logic. Main Requirements: 1. Signal Generation - Buy and Sell signals - Buy Limit - Buy
I need a bot that can trade weltrade synthetic indices that can be consistently making profits if you have one for deriv its also fine a bot that executes and closes trades automat Will be ideal
MT5 Expert Advisor Specification: Asian Liquidity Sweep & M5 FVG Entry Project Overview Automated Expert Advisor for EUR/USD on MT5. The strategy maps structural liquidity (Fractal Swings) for entry triggers but targets absolute session extremes for Take Profit. It enters on the first opposite M5 Fair Value Gap (FVG) and features a dynamic, user-controlled risk engine. 1. Timezone & News Filter Requirements The
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
I am looking for an experienced MQL5 developer to build a professional Expert Advisor with the following specs: TECHNICAL REQUIREMENTS: - Platform: MetaTrader 5 (MT5) - Pairs: GBPUSD and EURUSD - Broker suffix support (e.g. GBPUSD@, EURUSD@) - Primary timeframe: M5 -Higher timeframe bias: H1 and H4 (for trend direction only) - One chart setup — manages both pairs from one chart STRATEGY: - Price action based: BOS
OBJETIVO Criar um Expert Advisor MT5 profissional para XAUUSD focado em: Consistência Baixo drawdown Scalping profissional Proteção da conta Crescimento sustentável Compatibilidade com conta micro e prop firms NÃO utilizar: Martingale Grid Hedge agressivo Recovery system Multiplicação de lotes após perda --- ATIVO XAUUSD apenas --- TIMEFRAMES Timeframe principal M5 Confirmação tendência M15 Confirmação macro opcional
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
Intraday Trade Ninja EA — Complete Logic Structure This document maps the full architecture, execution logic, signal flow, trade management, and safety structure of the Intraday Trade Ninja MT4 Expert Advisor. 1. Core Indicators · ©Price Border (TMA bands) · MA-X Arrows · MA-Y Arrows · LeManSignal · EMA 49 & 89 - Per Candle Color Switching 2. EA Entry Architecture ·