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
· System uses once-per-bar execution.
· Maximum of 2 trades active at any time.
· Trades only execute after all filters align.
· Signal must appear outside or partially outside TMA bands.
3. MA-X Buy Logic
· Price touches lower TMA band.
· MA-X buy arrow closes partially/completely below lower TMA.
· EMA 49 and EMA 89 both bullish.
· Candle should close before entry.
· EA opens 2 BUY trades.
4. MA-X Sell Logic
· Price touches upper TMA band.
· MA-X sell arrow closes partially/completely above upper TMA.
· EMA 49 and EMA 89 both bearish.
· Candle closes before entry.
· EA opens 2 SELL trades.
5. MA-Y Logic
· Uses identical logic structure as MA-X.
· Uses MA-Y arrows instead of MA-X arrows.
6. Leman Signal Buy Logic
· LeMan dot must appear partially or completely outside TMA band.
· EMA direction must agree.
Note that the Lemansignal indicator can give multiple alert even after the dot appears, Also be aware I switched the colors in the code. The red dot color was switched to green and the green dot color was switched to red. I did this so you can better understand the picture.
· Immediate execution allowed(Once the signal dot appears it should take the trade without waiting for candle close confirmation.
7. Initial Stop Loss
· All trades begin with 10 pips bellow or above (depending on the trade direction) each signal icon.
· 5-digit broker compatible pip calculations.
8. Engulfing Candle Stop Upgrade
· Only moves ONCE.
· Strict engulfing candle logic required.
· BUY: Move SL to 10 pips below engulfing candle low.
· SELL: Move SL to 10 pips above engulfing candle high.
9. TP1 Logic
· TP1 closes on opposite signal.
· MA-X TP1 closes on opposite MA-X arrow.
· MA-Y TP1 closes on opposite MA-Y arrow.
10. TP2 Logic
· TP2 closes at opposite TMA band.
· TP2 moves to breakeven after TP1 closes.
11. EMA Emergency Exit
· If EMA direction flips against trade direction, all active trades close immediately.
12. Weekend Protection
· Trading disabled Friday 9:25 GMT.
· Trading enabled Sunday 2 minutes after market open.
13. Trade Safety Protections
· Once-per-bar logic prevents duplicate entries.
· Maximum 2 open trades. ( 2 open trades per signal, it should ignore other signals when two trades are open) This should be included in the input tab TRUE OR FALSE
INPUT TAB SHOULD INCLUDE
Lot Size
Use two positions true
Stop loss pips
Breakeven pips
Enable MAX true
Enable MAY true
Enable Leman true
I also want the intraday trade ninja logo to show at the background like a watermark each time the EA is activated. This however is optional.
Ähnliche Aufträge
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
The bot will follow the price action on the renko chart on ctrader . it will show the high and low levels on live charts . The high and low will only be made if the previous high or low broken . the level that cause the break must have atleast two or more opposite bricks to become a new low or high level if there is only one brick then bot will ignore it and last level will remain same untill the 2 or more cause the
Hello there , I have an paid indicator on ctrader that show swing high lows breakout(Adding Image as reference) . I want some one to build a cbot for this indicator like cbot that can place the buy sell stops at the dotted green and red lines or can be programmed to take market execution one brick close after breakout . Must have sl and tp settings too and market timing too . moreover I will tell in details
Purpose The system aims to: Analyze forex market data in real time Identify trading opportunities quickly Automatically execute trades Help users potentially grow small capital (e.g., R1000+), without guaranteeing profits 3. 👥 Users Beginner traders Intermediate traders Admin/Developer (to manage and monitor the bot) 4. ⚙️ Functional Requirements 4.1 Market Data Analysis The bot must collect real-time price data
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
I have a 90% completed project with the execution part left to complete, I have been struggling to complete this section and I need help from someone expert in MQL5 with knowledge on forex trading and ICT Concepts coding. Contact me for further details
The Relative Strength Index (RSI) is a technical momentum indicator measuring the speed and change of price movements, scaled from 0 to 100 to identify overbought (>70) or oversold (<30) conditions. Developed by J. Welles Wilder Jr., it helps traders spot potential trend reversals or corrections.Imagine a stock, XYZ, is trending upwards.Overbought Signal: The price increases sharply, and the RSI rises to 75. This