I need of developer who can code my strategy on tradelocker

MQL5 Esperti

Specifiche

1. Market Session Filter
Trade window: 8:00 AM – 12:00 PM New York (13:00 – 17:00 London).

Avoid trading before/after this window to reduce false breakouts and low liquidity conditions.

2. Trend Identification
Use 15-minute timeframe for execution; confirm higher-timeframe trend on the 1-hour chart.

Trend filter:

Price must be above 50 EMA → bullish trend bias.

Price must be below 50 EMA → bearish trend bias.

3. Pullback Entry Setup
Wait for price to pull back toward the 20 EMA on the 15-min chart (inside the higher-timeframe trend).

Entry triggers:

Bullish setup: bullish engulfing candle or pin bar rejecting the 20 EMA.

Bearish setup: bearish engulfing candle or pin bar rejecting the 20 EMA.

Optional confirmation: StochRSI oversold (for longs) or overbought (for shorts).

4. Entry, Stop Loss & Take Profit
Entry: Enter at the close of the confirmation candle.

Stop loss:

Place just below the pullback swing low (for long) or above swing high (for short).

Alternatively: fixed 15–20 pips if market is ranging tightly.

Take profit:

Use a strict 2:1 R:R.

Example: If SL is 15 pips, TP is 30 pips.

Optionally scale out 50% at 1:1 and let the rest run to 2:1.

5. Trade Management
Max trades: 2–3 per session (avoid overtrading).

Break-even adjustment: once price reaches 1:1 R:R, move SL to entry.

No trades against trend — if higher timeframe disagrees, stay flat.

6. Example (EUR/USD)
1-hour chart shows bullish trend above 50 EMA.

Price pulls back to 20 EMA on 15-min chart during London/NY overlap.


Bullish engulfing candle closes → long entry.


SL = 12 pips below pullback low.

TP = 24 pips above entry (2:1).

If price moves +12 pips, SL moves to breakeven.

This is trend + pullback strategy. Let me know your contribution to make it better.

I will also like the R:R to fixed at 2:1, can adjust to break even. Lot size should not be more than 1% of account size, include news filter, include StrochRSI for additional confirmation

Market session filter (8AM–12PM NY / 1PM–5PM London)


Trend filter with 50 EMA (1H) + 20 EMA pullback (15M)


Entry confirmation: bullish/bearish engulfing or pin bar


StochRSI confirmation for extra accuracy


Fixed 2:1 R:R with breakeven adjustment at 1:1


Lot size = 1% of account balance (risk-based


Daily loss limit = 1% to protect capital


News filter to avoid high-impact events


Max trades per session: 2–3

Con risposta

1
Sviluppatore 1
Valutazioni
(384)
Progetti
531
40%
Arbitraggio
30
57% / 3%
In ritardo
56
11%
Gratuito
Pubblicati: 11 codici
2
Sviluppatore 2
Valutazioni
(69)
Progetti
98
52%
Arbitraggio
13
38% / 23%
In ritardo
8
8%
Gratuito
3
Sviluppatore 3
Valutazioni
(464)
Progetti
912
76%
Arbitraggio
25
16% / 68%
In ritardo
99
11%
Caricato
Pubblicati: 1 articolo, 6 codici
4
Sviluppatore 4
Valutazioni
(6)
Progetti
6
17%
Arbitraggio
0
In ritardo
2
33%
In elaborazione
5
Sviluppatore 5
Valutazioni
(295)
Progetti
525
35%
Arbitraggio
63
33% / 35%
In ritardo
189
36%
Caricato
6
Sviluppatore 6
Valutazioni
(5)
Progetti
4
25%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(12)
Progetti
13
23%
Arbitraggio
6
0% / 67%
In ritardo
3
23%
In elaborazione
8
Sviluppatore 8
Valutazioni
(2)
Progetti
3
33%
Arbitraggio
0
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(496)
Progetti
738
56%
Arbitraggio
47
32% / 30%
In ritardo
117
16%
In elaborazione
Pubblicati: 1 codice
11
Sviluppatore 11
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
In elaborazione
12
Sviluppatore 12
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Caricato
Ordini simili
#include <Trade/Trade.mqh> CTrade trade; //+------------------------------------------------------------------+ //| Gold Auto Trader EA with Trailing Stop | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; // إعدادات الدخول input double BuyZoneLow = 3678.0; input double BuyZoneHigh = 3680.0; input double SellZoneLow = 3695.0;
Developing multi platform based copytrading solution Need a develper who can enahance funtionality of our existing MVP EAs for master and slave traders EAs are connected with REST API and Socket Server Master EA can broadcast trading signals from MT5 terminal as he performs actual trades on the platform. those trade could be using any bot or alogorithem or manula that is not in scope but realtime broadcast to server
Here's a detailed description of an Expert Advisor (EA) based on a candlestick-dependent strategy: Strategy Overview The EA will implement a trading strategy based on candlestick patterns, opening trades when a bullish candle is detected and avoiding trades when a bearish candle is detected. Key Features 1. *Candlestick Pattern Identification*: The EA will identify bullish and bearish candles based on their open and
I AM LOOKING FOR A DEVELOPER WHO CAN CREAT A TRADING BOT FOR ME BASED ON ICT TRADING STRATEGY AND THAT BOT CAN BE CONNECTED BY TRADING VIEW OR ON META TRADER 4 OR 5 AND EXECUTE TRADE AUTOMATICALLY I WANT THIS BOT TO PERFORM TRADING ON FUNDED ACCOUNT AND MY PERSONAL ACCOUNT BOTH
there is spesific indicator in trading view , i wanna to have this indivator in my mql5 so all we need to do is to converting this code to mql5 indicator thats it code script is available and indicator name is liquidity ditection from Tflb //@version=5 indicator("Liquidity Finder Alerts (Wrapper)", overlay=true) // ایمپورت کتابخونه اصلی TFlab import TFlab/LiquidityFinderLibrary/1 as Liq // ورودی‌ها (مثل اندیکاتور
How can we create an EA including a LLM like deepseek or chatgpt API? My main idea is the LLM makes the market analysis, a threshold on its confidence defines the risk per % it will use and also a dynamic valuation of the prediction/analysis should close trades earlier or later than the TP. Did you already build EAs based on LLMs
📌 DOGE/USDT Trading Bot – Full Strategy Current DOGE/USDT price: ≈ 0.2714 USDT (for reference only). Exchange: Binance Futures Margin type: Isolated Margin Leverage: x2 Pair: DOGE/USDT Language: Python (Binance API) ⸻ 🔹 Strategy Logic 1. Initial Entry • Open a Market Order with 2000 USDT as the base trade. • Base remains fixed for each cycle. 2. Reinforcement (During Downtrend) • Every 5 minutes during a price
I need a robot that combines several custom indicators I designed, used on two higher timeframes for market analysis, with entries on the 1-minute timeframe. It requires intelligent Martingale and Hedge money management. I need someone with sufficient expertise in hedging and Martingale. This strategy is very detailed, but I firmly believe it will definitely be profitable
Hello Developer I need a custom breakout + retest scoring system in TrendSpider . Breakout: valid if candle closes ≥ 0.4 × ATR20 above the line (lookback 8 bars, daily/weekly). Retest: valid within 20 bars if price low is within ±0.2 × ATR20 of the line → must trigger an alert. Scoring: add points for RVOL ≥ 1.3, SMA50 strong close, RSI 54–71, channel breakout, retest & hold, ATR expansion, undervaluation, SMA50
Hello! I'm looking to hire a developer to create a custom trading bot for MetaTrader 5 (MT5) that automates hedged trading across two separate MT5 accounts (e.g., one for a prop firm and one for a broker). The bot should open opposite positions simultaneously on both accounts, with customizable parameters for lot sizes, stop-loss (SL), and take-profit (TP). It needs to support both market orders and pending orders

Informazioni sul progetto

Budget
90+ USD
Scadenze
da 1 a 3 giorno(i)

Cliente

Ordini effettuati2
Numero di arbitraggi0