![📘]()
EMA Triple-Cross Trading EA Constitution
1. Instruments
Bot operates ONLY on:
• UK100 (FTSE 100 Cash)
• CASH30 (Dow Jones / DJI30)
• GOLD (XAUUSD)
Developer Note:
Please ensure proper handling of contract sizes and point values for indices vs gold when calculating lot size.
2. Chart & Timeframes
Primary Execution Timeframe:
➡ M15
Higher Timeframe Bias:
➡ H1
Trades are allowed ONLY in the direction of H1 EMA200:
• BUY allowed only if H1 price is above H1 EMA200
• SELL allowed only if H1 price is below H1 EMA200
If condition not met → no trades.
3. Indicators
Apply on M15:
• EMA 13 (short momentum)
• EMA 50 (medium trend)
• EMA 200 (long anchor)
Apply on H1:
• EMA 200 (directional bias)
4. Trading Session Filter
Bot may trade ONLY during:
London + New York Kill Zone
(Broker server time adjustable)
Default:
08:00 – 17:00 London Time
Outside this window → NO entries.
5. Daily Trade Limit
Maximum:
➡ 3 trades per instrument per day.
Daily counter resets at:
➡ 00:00 broker server time.
6. Market Structure Filter (Anti-Chop Rule)
Before any setup is valid:
EMA Separation Requirement:
Distance between EMA50 and EMA200 must be ≥ ATR(14) × 0.5
If EMAs are compressed → no trade.
7. Momentum Confirmation Filter
Entry candle must satisfy:
• Candle body ≥ 60% of total candle range
• Candle closes in trade direction
• EMA13 slope must be positive (BUY) or negative (SELL)
Otherwise → ignore signal.
8. Two-Stage Entry Logic
Stage 1 – Momentum Cross
BUY Setup:
EMA13 crosses ABOVE EMA50 (confirmed on candle close)
SELL Setup:
EMA13 crosses BELOW EMA50 (confirmed on candle close)
This creates a pending setup state.
Setup Expiry Rule
If EMA200 confirmation does NOT occur within:
➡ 10 closed M15 candles
Then invalidate setup.
Stage 2 – Trend Confirmation (Execution)
BUY Entry:
• Price OR EMA13 crosses ABOVE EMA200
• H1 bias aligned
• Momentum + structure filters valid
• Session valid
• Spread acceptable
SELL Entry:
• Price OR EMA13 crosses BELOW EMA200
• H1 bias aligned
• Momentum + structure filters valid
• Session valid
• Spread acceptable
9. Position Rules
• Only ONE open trade per instrument at any time.
• No stacking.
• No immediate reversal on opposite signal.
• New setup allowed only after previous trade closes.
10. Stop Loss Logic
SL is placed at the tighter of:
A) Previous swing high/low
B) Fixed 1% account risk
Swing Definition:
Swing High = Highest high of last 5 closed candles
Swing Low = Lowest low of last 5 closed candles
Whichever gives smaller risk distance is used.
11. Risk Management
Risk per trade:
➡ Exactly 1% of account balance.
Reward target:
➡ 3R (1:3 Risk-Reward)
Lot size must be dynamically calculated based on:
• Account balance
• SL distance
• Instrument contract size
• Point value
12. Spread & Slippage Protection
Before order execution:
• Max spread allowed: – Indices: ≤ broker average × 1.5
– Gold: ≤ broker average × 1.2
• Max slippage: 2 points
If exceeded → cancel trade.
13. News & Volatility Safety (Optional but Recommended)
Do NOT open new trades within:
➡ 15 minutes before or after high-impact news on traded instrument.
(Open trades may continue.)
14. Execution Rules
• Entries executed at candle close only.
• No intra-bar trading.
• No partial closes.
• TP and SL placed immediately upon entry.
15. Logging Requirements
Bot must log:
• Instrument
• Entry type (Buy/Sell)
• Entry price
• SL / TP
• Risk size
• Reason for trade
• Setup expiration
• Daily trade count
Exportable to CSV.
16. Fail-Safe Conditions
Bot must halt trading if:
• Account drawdown reaches 5% in a day
• Connection lost
• Price feed invalid
• Order rejected twice consecutively
![🧠]()
Strategy Philosophy
This algorithm trades:
Momentum
EMA Structure
Higher Timeframe Direction
Session Liquidity
Avoids:
✘ Chop
✘ Weak crosses
✘ Overnight noise
✘ Overtrading
비슷한 주문
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
I am looking to see if you can convert my pinescript into a NinjaTrader bot so I can get automated trading instead of manually doing it in TradingView i would like to get it to just do the trades for me based on my script. let me know who can do this perfectly
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious
I'm looking for a skilled Python developer to help expand and improve an existing Python game. The project is already functional, and I need someone who can add new features, improve gameplay mechanics, optimize performance, and maintain clean, well-structured code. Experience with game development in Python is preferred
{ "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