I want an INDICATOR using the Ichimoku clouds conversion and base line and a Moving Average.
I want to be able to change those three settings. I want it to work on more than one chart at one time.
I want it to work on any time frame. It must be an Indicator because it will be ran with a trail stop EA.
Down trend: when the MA (yellow) is above conversion line (blue), and the base line (red) is above the conversion line (blue) and the first bear candle (red) closes under all the lines and the candle is not touching them. When all these things are true I want a Sell Signal(photo 3) to show below the candle and an alert to my phone and on screen. I want an alert when It happens a second time also. I want the first alert to show a 1 on the chart and the risk to reward ratio background behind the candle (shown in the 3rd photo). I want the second alert to show a 2 without the ratio drawing
After the second alert, I don’t want another one until the candle closes above the base line
SEE PHOTO ONE ATTACHED
-------------------------------------------------------
Uptrend: when the Ma (yellow) is below the conversion line (blue) and the base line (red) is below the conversion line (blue) and a bull candle (green) closes above all of the lines without touching any
When all of these things are true I want the first alert to show a 1 on the chart and the risk to reward background behind the candle (shown in the last photo). I want the second alert to show a 2 without the ratio drawing
and an alert sent to my phone and on screen
After the second alert I don’t want another one until a candle closes under the baseline (red) line
SEE PHOTO 2 ATTACHED
------------------------------------------------------------------
I want all of the past alerts to stay on the screen.
For every candle that sends an alert (past and present) I want to see an entry line, stop loss line and tp line as shown in the third photo.
When tp is hit I want it to say win, when Stop loss is hit I want it to say lose. Maybe it can look something like photo 3. I want it to stretch until SL OR TP is hit. But only for the first alert.
SEE PHOTO 3 ATTACHED
---------------------------------------------------------
for the risk to reward ration background signal (photo3)
I want to be able to Set stoploss at (x) points from entry
Set Take Profit at (x) points from entry
I want Statistics to be shown on the screen for ALERT 1. (x) wins, (x)losses, (x) most wins in a row in (y) time frame, (x)most losses in a row in (y) time frame.
Y could equal 1 day, 14 days, 60 days ect...
Similar orders
profitable EAs wanted with at least 3 to 5 years backtest. you be submit your proofs such as graphic results, backtesting results, and your demo or weekly the eas has traded
Date:29.08.2026 **TECHNICAL SPECIFICATIONS** PDF Attached for reference rest all details given below. Required: Creation, Integration and successful execution of trading algo/robot in MT5 using MT5 VPS. Brokers: Trades to be executed in both brokers Swissquote and Pepperstone. Symbols: All available in MT5. ** Common parameters for all executions: · Manual Start/Stop. · Session time (defined / always
I need an Expert Advisor called ZONDII Scalpers for MT5 (MQL5). Timeframe: M5 Pairs: XAUUSD / EURUSD BUY when: Price > EMA200 and EMA50 crosses above EMA200 and RSI(14) > 50 SELL when: Price < EMA200 and EMA50 crosses below EMA200 and RSI(14) < 50 Risk: Fixed lot 0.01, SL 300 points, TP 600 points, Trailing start 200 points / step 100 points. Filter: Max spread 30 points. Only 1 trade at a time. Inputs must be
Please do not offer to code this order unless you are able to use clean code and delivery the EA on time, All settings are to be changeable in the “input” window on the EA and I would also like to enable/disable them (True/False) individually, trades are only to be entered once all the enabled conditions are met at the close of the current candle. Trading days & times: I would like to select the days and times of
I am looking for a professional MT5 EA developer to build a high-performance trading bot specifically for XAUUSD (Gold). My target is approximately 200% return within 3 months, while keeping the drawdown and risk as controlled as reasonably possible. Requirements: MT5 Expert Advisor (EA) XAUUSD only Fully automated trading Clear risk management Stop Loss and Take Profit on trades No martingale or grid strategy unless
Hello, I’m looking for an experienced MT5 developer to build a professional Expert Advisor (EA) for trading Gold (XAUUSD). My requirements: Platform: MT5 Instrument: XAUUSD (Gold) Fully automatic trading Both BUY and SELL trades Adjustable lot size Stop Loss and Take Profit Trailing Stop / Break Even Daily maximum loss limit Maximum drawdown protection Maximum number of open trades Trading hours/session filter Spread
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
PROJECT OVERVIEW I need an experienced MQL5 developer to build a production-grade Expert Advisor for XAUUSD (Gold) on MT5, intended for continuous, unattended live operation. This is a trend-confirmed grid recovery system. Execution speed and reliability are the top priorities — every recovery level must be a real pending order resting on the broker's server, not something the EA monitors and reacts to on ticks. No
I am looking for a professional MQL5 developer to create a custom trading robot for MetaTrader 5. The Expert Advisor must operate strictly on H4 and D1 timeframes with a Moving Average crossover entry signal. It should open a total position of 0.02 lots split into two orders of 0.01 lots. It must include an initial ATR-based stop loss, an automatic break-even function, a custom pairs filter input (Symbols), a news
//+------------------------------------------------------------------+ //| XAUUSD_SMART_EA_V2.mq5 | //| BOS + Liquidity Sweep + FVG + EMA + ATR | //+------------------------------------------------------------------+ #property strict #property version "2.00" #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS