i need to build an EA BASED ON CANDLESTICKS
3 patterns are specified for entry rules
1- engulfing Candlestick
- properties of this Candlestick Pattern
- small wick candle
- wicks shouldn't exceed 50%
ENTRY rules based on engulfing Candlestick:
CASE 1
- the Engulfing candlestick is 2.5 times or less than the previous Candlestick
straightforward entry
CASE 2
- if the engulfing Candlestick is 2.5 times or more than the previous Candlestick(which we shall call HULK) the code look back 15 candle searching for a similar Engulfing candle in size
if found
the EA enters a trade in the direction of HULK candle
CASE 3
- if the Engulfing candle has a wick pointing in the other direction of the candle and the wick is 50% of the candle
than the code reads the volume on the engulfing Candlestick and the candle before it if the volume Engulfing is bigger than the previous candle then the EA should execute a trade in the direction of the engulfing candle
=================================================================================================================================
2ND CANDLE
HARAMI CANDLE :
The Pregnant Woman candle is a reversal pattern consisting of two candles, a candle in the direction of the trend, which is medium in size and is called the Pregnant Woman, followed by a candle called the Fetus Candle.
PATTERN CONDITIONS
- small fetus candle
- wicks of pregnant candle is not over 2.5 times the size of fetus candle
- pregnant candle should be a high liquidity candle
- wicks of pregnant candle shouldn't exceed 70% of the whole candle
ENTRY RULES BASED ON THE PATTERN :
one case of entry is to read and match the volume of the fetus candle vs the pregnant candle if the volume of the fetus is larger the EA execute a trade with the new direction
==================================================================================================================================================
MORNING AND EVENING STAR CANDLE :
The morning and evening candle pattern is a pattern consisting of three candles. In the case of the morning, the first candle is bullish, then it is followed by a relatively small candle that is most likely a Doji or close to it, then the third candle is bearish.
As for the evening candle, it is exactly the opposite, as it is a bearish candle, followed by a relatively small candle, a Doji or close to a Doji, then a bullish engulfing candle.
ENTRY RULES :
the EA execute a trade as soon as the pattern is confirmed
====================================================================================================================================================
don't trade if :
If one of the three models previously explained in all its conditions appears in a sideways trend (range)
If the pattern appears in a wave reversing the trend and this wave consists of 3 candles or less, the candles are calculated from the top or bottom.
STOP LOSS IS ABOVE OR BELOW THE OPENING OF THE CANDLESTICKS
TAKE PROFIT IS BASED ON RISK TO REWARD RATIO
Ähnliche Aufträge
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
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
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 ;
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
I am looking for an experienced MQL5 developer to create a fully automated Expert Advisor (EA) for MetaTrader 5 based on a Price Action strategy. The bot needs to automatically identify specific candlestick formations and market structure levels, execute trades, and manage risk using a dynamic trailing stop.The EA should monitor the chart for the following price action setup:Market Structure / Trend Filter:The bot
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
Standby Description . Prop Firm Environment . ( Monitor Execution and Handling Environment Changes as Required ) . Technical Issues . Delete extra lines of code (Clean Code , Folder) . Asset related translation , no need for Logic Alteration