Hello,
I want to Develop the following EA that has the following functions:
I. Indicator of Decision Points (DP).
a. I (the trader) note the KEY LEVELS on the chart with a certain colour / name/ line type - what ever is easiest for you
to run with BUT they have a finite length and as long as they are drawn i want the EA to draw their Decision Points
The EA must be able to go from a certain date in the past of my choosing ( variable parameter) on 2 3
different time frames of my choosing ( (ex: H4 / M15 / M1)) and draw a rectangle (with
the colour of my choosing ) around the *Decision Points that aligns with my Key Level untill price breaks it.

An Aggressive Decision Point (ADP) is a Closed Candle that
has the Key Level crossing through it or a "swing" that crosses over the level.( Pics Attached - Candle
Decision Point ) or a "RBR/DBD" type of formation that goes beyond the Candle if price fakes it before going forward.

A Conservative Decision Point is an ADP from a higher Time Frame ( pics atached - Conservative
Decision Point) . A Decision Point can be drawn only when price has closed the Candle that crosses it and it breaks the
previous DP that was present at the level.
Every time price crosses again over my key level ( as long as the key level exists) a new decision point is drawn.Here we have the case of the Flipped
Decision Point. where price crosses my level again in the opposite direction, breaks the Decision point to the
Left
These parameters should be set in the description of the object.
- set a sniff parameter- if price comes closer than x (where x is a definable) pips
and makes a move that is at least the size of the DP - wait for the *FlipDP parameter
- set a Times Back parameter (TB - see pics attached) ) ( preferably in the description of the DP - so if price
comes back to the DP and touches it but it does not cross it -
- set a Departure Parameter i define manually : Fixed number of pips and or number
of candles and or based on ATR and or 1-2-3 times the size of the DP
-set a Perfect Touch Parameter (if the key level has a perfect touch ( see pic attached) add in it's description PT
A Flipped DP becomes trade-able DP when
-price has moved away from it at least Y pips ( where Y is a parameter i define manually : Fixed number of
pips and or number of candles and or based on ATR and or 1-2-3
times the size of the DP )
-has broken the DP to the left (here i need a parameter to chose between Agressive and Conservative Decision point
that needs to be broken)
II) Trading the Decision Points drawn by the indicator part of the EA
a) trade the DP
If a DP has No Sniff & zTB( z- definable parameter- zero, one and two times back ) and no
PT & don't wait for the FlipDP parameter than trade
it with a pre-defined position size ( % of balance )
Closing the trade partially - at a fixed number of pips and or number of candles and or based
on ATR and or 1-2-3 times the size of the DP
The size of the Partial Close can be calculated either as a % of the position or using the following
formula: close as much partially at the first target so if price hits initial SL then the trade is on Break even or at BE + 1
At first before running it live i will run it on strategy builder.
Future Stages of improvement will come and i want to develop a long term working partnership with the developer.
If you have any questions please don't hesitate to contact me.
O will need the source code.
Thank you,
E.
Pedidos semelhantes
A good trend predicting indicator is the one which can identify the trend change as soon as it happens on the chart. when a new candle is formed it should tell whether its going to go up or down. I have already seen a lot of repainting trend predictors so if your indicator is repainting then please don't bother contacting. I would like to see the demo version and then if satisfied , I would want the source code too
Hey, I am looking for an experienced MQL5 developer to build a price-action EA for MT5 - XAUUSD and EURUSD on the 30M timeframe. Features required: Pattern recognition based on 3-candle structures and wick ratios. Proportional dynamic lot sizing based on account equity tiers. Time filters, Friday hard-close safeguard, and MT5 native calendar news filter (CPI/PPI lockout). FTMO risk controls (max spread, daily
Bonjour, je recherche un développeur MQL5 expérimenté pour créer un Expert Advisor pour MetaTrader 5 basé sur une stratégie de trading intégrant des principes de gestion des risques rigoureux et d'intelligence financière. Le robot doit être capable de gérer plusieurs paires de devises et d'optimiser automatiquement les entrées et sorties en fonction de conditions de marché prédéfinies."
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
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