AT REVERSALS X WADDAH ATTAR STRATEGY
Create an EA to run a strategy based on AT- Reversal indicator and Waddah Attar Explosion Indicator. When both indicators agree, defined by the criteria below, take a position in the appropriate direction.
STRATEGY
Entries: See below
Stop loss: Long = low of signal candle
Short = High of signal candle
Option to use AT Reversals arrow buffer value as stop loss also
Position size: default at 1%
Risk = R, R = difference between entry and stop loss
Take Profit = Multiple of R or pip value
EDITABLE INPUTS
Position size
Stop loss based on R, allow 1 decimal eg. 1.5, 2, 3.5
Use arrow buffer stop loss, just yes or no. (if using arrow buffer SL distance between entry and buffer value now becomes R)
Trailing stop loss using R multiple or pip amount
Option to set the sensitivity value of AT Reversals indicator within the EA settings
Option to edit all Waddah Attar setting from the EA except alerts, all alerts off
Option of aggressive or conservvative entries
ENTRIES
Two entry types:
Agressive using two Waddah Attar Bars
Conservative using three bars
Aggressive Entries
Long:
If Waddah Attar bar is red it must be smaller than the previous bar
If green it must be larger than the previous bar if the previous bar is green, if the previous bar is red it can be larger or smaller.
Short:
If Waddah Attar bar is green it must be smaller than the previous bar
If red it must be larger than the previous bar if the previous bar is red, if the previous bar is green it can be larger or smaller.
Conservative Entries
Long:
Blue up reversal arrow on AT Reversals indicator AND Waddah Attar Explosion must show one of the following;
Corresponding Waddah Attar bar to the reversal arrow must be red and smaller than previous bar which must also be smaller than bar before it.
RRR
Corresponding bar to the reversal arrow can be green, bigger or smaller than the previous bar which should be red and smaller than the previous bar before.
RRG
Corresponding bar to the reversal arrow can be green and bigger than the previous bar which is also green and can be bigger or smaller than the previous bar. All three bars are green.
GGG
Corresponding bar to reversal arrow can be green bigger than the previous green bar which is bigger than the previous red bar
RGG
Short entry would be the reverse of the 4 options above.
Solicitudes similares
Entry Rules: > * Open BUY when a Bullish Fair Value Gap (FVG) forms. Open SELL when a Bearish Fair Value Gap (FVG) forms. Risk Management: Every trade must have a Stop Loss and Take Profit. I want to be able to change these numbers in the settings. Mobile Features: The bot must send a "Push Notification" to my phone app for every trade. Assets: Must work on WTI Oil and Bitcoin
I want to create an EA that will help me stack trades. I'll set the price line and anytime the market goes at that price line it should execute the trade be it but or sell also the bot will have a timed finish and a timed start. That means I can set a time(during sessions, I'll specify more) when I want a trade to be executed instantly and also a time I want a trade to automatically close itself
I am looking for a reliable and well-developed Expert Advisor (EA) that demonstrates low drawdown and consistent profitability on a real trading account . If you have already built such an EA, I would be interested in evaluating it. I would require: Verified backtest results Forward testing performance (demo or real account preferred) Ideally, a live track record (Myfxbook / FXBlue or similar) I am serious about
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
i am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes. The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
I would like to develop a bot that allows me to manually input trades based on the Masaniello money management system, which I will configure at the outset. Within this setup, I will be able to define all the key parameters of the Masaniello strategy, including the total number of events, expected winning events, stake ratio (i.e. the TP/SL ratio), and the initial capital. Once the Masaniello parameters are set, the
ZigZag based on oscillators is needed The idea of the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define