Retracement Indicator MQL5

MQL5 지표

작업 종료됨

실행 시간 4 일
고객의 피드백
Good, flexible and friendly coder
피고용인의 피드백
Excellent client who knew what he wanted and articulated it well.

명시

I need an indicator witch is creating an notifcation when the the following appears. 


Retracement Signal 

Sell

-12 EMA < 36 EMA (adaptable)  (This should be always the case for every signal)

-(3) or more candles closed bullish (number should be adaptable) 

-If the (third) the bullish candles closes a signal should be triggered


Alert message  body EURAUD 15M: Retracement for SELL is detected. (This means currency pair, timeframe, Message)

Buy

-12 EMA > 36 EMA (adaptable) (This should be always the case for every signal)

-(3) or more candles  closed bearish (number should be adaptable) 

-If the (third) the bearish candles closes a signal should be triggered

 

Alert message body EURAUD 15M: Retracement for BUY is detected. (This means currency pair, timeframe, Message)


The alerts should be stored in the expert folder. 



Example

The line is 36 EMA and the blue line  is the 12EMA


Buy

The close  of the bearish candle should be trigger a signal (vertical line).  The 12EMA is still greater then 36 EMA.  

The opposite is valid for Sell signals. 




응답함

1
개발자 1
등급
(67)
프로젝트
97
35%
중재
11
27% / 45%
기한 초과
13
13%
무료
비슷한 주문
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
Indicator 250+ USD
Looking for an all in one buy sell indicator I'm looking for a strategy too as part of the project I'm willing to pay well but I will want to test it before proceeding with contract. I'm looking for a developer that is skilled motivated open for future projects... if you aren't one of those do us a favor and just don't respond
Im after a person to copy, exactly MACD in TRADINGVIEW to use on MT5. Ive tryed alot of the apps available...Tradingview works for me. Im also after a person to make a real time chart, overlayed on the delayed chart Thanks
need a dots marking of a simple rules pullback indicator. in the .tpl file look at 28 Jan 2026, TF M5 basically it is just overlaping lows or highs of the previous candle price. there are 2 scenario to accomodate: 1. simple pullbacks 2. pullbacks with inside bar and outside bar involved
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order
I would like to build a very very low budget bot and test run it to see if it would be profitable on the long run or if it will just be a waste of money and resources It is python 70% of the engine logic codes needed are already existing on githubs and python traders community So you are not building from scratch at all So kindly go through it Thank you
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua italiana e inglese. Attività Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e robustezza delle strategie •
I am looking for an experienced MT5 developer to build a custom, aggressive XAUUSD scalping EA with structured basket management and momentum continuation logic. This is not a generic EA — it requires careful architecture and proper risk control. Key Requirements: Instrument & Timeframes: XAUUSD only M1 execution chart M5/M15 for directional bias and structure context Execution & Basket Logic: Aggressive basket-style
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"

프로젝트 정보

예산
30+ USD