Hello to everyone.
I want a personal indicator based on three (3) MACD indicators with alert function and two exponential moving averages EMA.
MACD indicators:
- MACD(12,26,3) with PERIOD_M15 : color white for main and yellow for signal - must be calculated using dates from price chart in timeframe m15
On indicator chart, where is MACD(12,26,3) [MAIN value] [SIGNAL Value] i want that near be added [(MAIN-SIGNAL)*1000 value]
- MACD(12,26,3) with PERIOD_H4 : color blue for main and yellow for signal - must be calculated using dates from price chart in timeframe h4
On indicator chart, where is MACD(12,26,3) [MAIN value] [SIGNAL Value] i want that near be added [(MAIN-SIGNAL)*1000 value]
- MACD(12,26,3) with PERIOD_D1 : color red for main and yellow for signal - must be calculated using dates from price chart in timeframe d1
On indicator chart, where is MACD(12,26,3) [MAIN value] [SIGNAL Value] i want that near be added [(MAIN-SIGNAL)*1000 value]


as you see in picture MACD in D1 and H4 are customized by me. MACD in M15 (the white) is unmodificated indicator from default indicators folder. When i change the timeframe from M15 to H4 the MACD white becomes equal to blue one, the red one doesn't change. When i change to D1 timeframe, the white changes and become equal to red one, the blue one doesn't change.
Alert settings:
Must work only with MACD (12,26,3) in timeframe M15 (allert signals only from white macd)
Buy alert:
MAIN[2]<SIGNAL[2] and MAIN[1]>SIGNAL[1]; MAIN[1] and SIgnal [1] must be below zero (0) level
set on price chart a green arrow in corrispondence to new candlestick ( corrisponding to MAIN[0] and SIGNAL[0])
Sell alert:
MAIN[2]>SIGNAL[2] and MAIN[1]<SIGNAL[1]; MAIN[1] and SIgnal [1] must be above zero (0) level
set on price chart a red arrow in corrispondence to new candlestick ( corrisponding to MAIN[0] and SIGNAL[0])
The alert function must give me possible to receive a notification on E-MAIL
The alert must work each time there is signal
Moving Average:
On chart price the indicator must draw two EMA:
1) Period 84; aplied to open price, color yellow
2) Period 84, aplied to close price, color red
Must be possible to change next parameter: period and mode (linear, smooth, simple, exponential)
This indicator will be attached on more charts
Similar orders
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
# H4 Zone Retest EA (MQL5) An automated trading Expert Advisor (EA) for MetaTrader 5, developed in MQL5. The EA trades gold (XAUUSD) using a multi-timeframe breakout and retest strategy: it defines the first H4 candle of each day as a trading zone, detects breakouts on the M5 chart, waits for a retest, and executes trades with risk management, trailing stops, and optional news filtering. --- ## Features - H4 → M5