I require a indicator that can be used to identify double-tops and triple-bottoms on multi currencys and multi timeframes.
It will include the RSI levels to alert for the double tops/bottoms that occur at the top (or bottom) of trends in charts.
The main foucs will be on double top/bottom, but being able to monitor for triple tops/bottoms should be a selectable option in the input parameters
When the indicator is attached to a single chart, say for instance a EURUSD it will montior multiple currencys and timeframes for the occurances of double top/bottoms in real time
When a top is detected a a alert is created to show the details of the bottm/top
Main Features
------------------
Monitors multiple currency pairs at the same time.
When we apply the indicator a single chart it will monitor all the sybmols/currencys we have in our settings.
It will monitor multiple timeframes, from M1 to MN, as a double top/bottom occurs it will send a alert, via a alert popup in the termainal, record this to the logfiles and maybe have the option to send a push message.
It needs to work in backtesting
When backtesting this indicator it will be backtest on one curreny, and one timeframe at a time, the most important factor here is to have the detected alerts recorded to the log files
What the indicator will monitor
----------------------------------------
montior prices in real time on charts selected (symbols, parameter) and in the amount of bars between (bars between, parameter)
create a alert if a double top/bottom occurs within the (pips distance, parameter)
record the alert to the logfiles in mt5
sample alert in the log file:
----------------------------------
Time of alert, Indicator name(currency,timeframe), Alert time of double top/bottom, Alert Price, Alert Decription Text, Price of first part of double top/bottom, Time of first part of top/bottom
16:54:35.487 Double_Top_Alerts (AUDCAD,H1) 2016.07.17 11:00:00 Price of alert = 1.04628 Alert: 2 Tops on AUDCAD H1. Price of first top = 1.04620, time of first top 2016.07.11 11:00
16:54:35.563 Double_Top_Alerts (AUDCAD,H1) 2016.07.17 23:00:00 Price of alert = 1.04586 Alert: 2 Tops on AUDCAD H1. Price of first top = 1.04620, time of first top 2016.07.11 11:00
Input Parameters for the indicator
--------------------------------------------
Type Of Bottom: Double-Tops and Bottoms / Triple-Tops and Bottoms
RSI Period: Setting for RSI Period (10,14) etc
RSI Upper Level: Overbought level for RSI filter. (example = 80) The first top/bottom must have occured above this upper level to be valid.
RSI Lower Level: Oversold level for RSI filter. (example = 20) The first top/bottom must have occured below this upper level to be valid.
Bars Between: The min bars between tops/bottoms.
Pips Distance: The number of pips between the alerts of each top/bottom.
Symbols: The curency pair/pairs the indicator monitors. either a single pair , (example = EURUSD) or multiple pairs (example = EURUSD,USDJPY,GBPUSD,CADJPY,AUDCAD,NZDUSD ( upto 25-30 pairs))
Alert on M1: True,False
Alert on M5: True,False
Alert on M15: True,False
Alert on M30: True,False
Alert on H1: True,False
Alert on H4: True,False
Alert on D1: True,False
Alert on W1: True,False
Alert on MN1: True,False
類似した注文
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
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
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system