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.
비슷한 주문
📌 Project Overview: I need a full Smart Trade Management System for MetaTrader 4/5. This is a complete trading ecosystem, not a simple EA. 📌 Core Features: Smart Money Management (risk-based lot calculation) Advanced Trading Toolbox (TradingView-style drawing tools) Central Master Dashboard (risk, filters, account control) Multi-account monitoring (MT4/MT5 synchronization) Real-time monitoring (spread, equity
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
Hello Developers I have a Project to get done! i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5
Mam kody EA Bot. Chciałbym je dokończyć, dopracować i ukończyć projekty. Chciałbym otrzymać pliki SET po ukończeniu EA. Jeśli jesteś zainteresowany, skontaktuj się ze mną. Szukam doświadczonego programisty do stworzenia dedykowanego doradcy eksperckiego (EA) do tradingu. Programista powinien posiadać solidną wiedzę z zakresu MT5, logiki strategii, wskaźników, zarządzania ryzykiem i backtestingu. Doświadczenie w
I am looking for an experienced MQL5 developer to create a custom technical indicator for MetaTrader 5. The indicator should combine Supertrend logic with Support/Resistance pullback levels to generate high-probability entry signals. 1. Core Logic The indicator must follow a two-step confirmation process: Trend Identification: Use the Supertrend indicator to determine the primary trend. Entry Signal (The
It must have automated stop loss. Something that can end poverty and kill the market early.It must take the trades for me whenever I start it it must work on tradeport ea
أبحث عن خبير تداول آلي (EA) أرفقتُ فيديو له. يقوم هذا الخبير بوضع أوامر شراء معلقة وبيع معلقة على بُعد 250 نقطة أعلى وأسفل السعر الحالي كل دقيقة، مع تحديد مستوى وقف الخسارة (SL) عند 300 نقطة ومستوى جني الربح (TP) عند 500 نقطة. إذا تم تفعيل أيٍّ من هذين الأمرين خلال الدقيقة، يتم إلغاء الآخر. لا يقوم الخبير بوضع أي أوامر معلقة حتى يتم الوصول إلى مستوى وقف الخسارة أو جني الربح، ثم يضع مجموعة جديدة من الأوامر المعلقة في
Hi All, I am looking for an EA which I have attached the video of. It places a buy stop and sell stop with 250 pips above and below current price for every minute with SL as 300 pips and TP as 500 pips. If any of of them triggers in the minute other will be cancelled, it will not place any pending orders till either of SL or TP is hit and places new set of pending orders the very next minute of SL or TP hit minute
Title: Advanced Manual Hedge EA with Multiplier & Multiple Trade Support Project Requirements: I need a professional Expert Advisor (EA) for XAUUSD and Forex to manage manual trades with the following logic: Lot Multiplier: The EA must automatically detect my manual trade size. There should be a "Multiplier" input (e.g., 3.0). If I open 1.0 lot Buy, the EA must auto-place a 3.0 lot Sell Stop at the set Gap