İş Gereklilikleri

🧠 Core Logic Summary:
Trend Detection (via EMAs)

EA starts with trend check using EMA50 vs EMA200.

If OppositeTrend=true, it trades against trend.

Initial Trade + Hedge Pending

Opens 1 trade (BUY/SELL) based on trend

Places opposite pending (SELL STOP or BUY STOP) with defined Gap

SL & TP are applied as per input (SL = Gap distance, TP = dynamic recovery)

Lot Progression (Multiplied)

Base lot size is either fixed (BaseLot) or randomly picked between MinLotSize - MaxLotSize

Multiplier is either fixed or random

Each lot is repeated AfterOrderMultiply times before progressing

SL Loss Recovery

Each SL hit adds to cumulative loss LossSinceLastTP

Next trade must recover total closed SL loss + defined profit + ExtraPointsTP

TP Logic

TP should cover all previous SLs (not just last one)

TP should also give $50+ profit minimum or ExtraPointsTP in points

TP is updated for every trade via average price logic

Scalping Mode (optional)

Scalping only applies when only 1 trade is active and no SL has been hit yet

Once SL triggers, scalping is disabled and only TP recovery applies

Max Volume Protection

If cumulative lot volume > MaxLotVolume, action is:

STOP_TRADING (pause)

or STOP_AND_RESET (restart from base lot)

Manual/TP-based Reset

On TP hit or manual close, EA resets to base lot

Random lot & multiplier are regenerated after each TP

⚙️ Input Parameters:
plaintext
Copy
Edit
🔐 EA License
- LicensedAccount, LicenseKey

Core Strategy
- Gap (points between orders)
- TakeProfit, ExtraPointsTP
- UseStopLoss (true/false)

Lot & Multiplier
- BaseLot, BaseMultiply
- AfterOrderMultiply

Random Mode
- RandomLotSize (true/false)
- MinLotSize, MaxLotSize
- RandomMultiply (true/false)
- MinMultiply, MaxMultiply

Max Volume Protection
- MaxLotVolume
- ActionOnMaxVolume: STOP_TRADING / STOP_AND_RESET

Scalping Mode
- EnableScalpClose (true/false)
- ScalpProfit (in points)

Break-even
- EnableBreakEven (true/false)
- ApplyBreakevenToAll (true/false)
- BreakEvenProfit
- LockProfit

Session Control
- Session1 + Session2 enabled
- Start/End time + daily profit target

Risk Management
- Stop after N consecutive SL
- Resume after X minutes
- Resume Mode: Fresh or Continue

Trend Detection
- FastEMA, SlowEMA
- OppositeTrend (true/false)

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(236)
Projeler
337
23%
Arabuluculuk
19
63% / 21%
Süresi dolmuş
1
0%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(11)
Projeler
11
9%
Arabuluculuk
0
Süresi dolmuş
1
9%
Meşgul
3
Geliştirici 3
Derecelendirme
(31)
Projeler
40
33%
Arabuluculuk
0
Süresi dolmuş
1
3%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(1)
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(43)
Projeler
44
25%
Arabuluculuk
23
13% / 74%
Süresi dolmuş
10
23%
Yüklendi
6
Geliştirici 6
Derecelendirme
(218)
Projeler
257
47%
Arabuluculuk
10
40% / 0%
Süresi dolmuş
15
6%
Meşgul
7
Geliştirici 7
Derecelendirme
(30)
Projeler
34
21%
Arabuluculuk
3
67% / 0%
Süresi dolmuş
0
Çalışıyor
Yayınlandı: 1 kod
8
Geliştirici 8
Derecelendirme
(63)
Projeler
143
45%
Arabuluculuk
19
42% / 16%
Süresi dolmuş
32
22%
Serbest
9
Geliştirici 9
Derecelendirme
(15)
Projeler
19
37%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
10
Geliştirici 10
Derecelendirme
(6)
Projeler
2
0%
Arabuluculuk
3
0% / 33%
Süresi dolmuş
0
Çalışıyor
11
Geliştirici 11
Derecelendirme
(281)
Projeler
455
39%
Arabuluculuk
94
43% / 18%
Süresi dolmuş
73
16%
Meşgul
Yayınlandı: 2 kod
12
Geliştirici 12
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
13
Geliştirici 13
Derecelendirme
(4)
Projeler
5
0%
Arabuluculuk
0
Süresi dolmuş
2
40%
Çalışıyor
14
Geliştirici 14
Derecelendirme
(152)
Projeler
271
35%
Arabuluculuk
12
25% / 58%
Süresi dolmuş
42
15%
Yüklendi
15
Geliştirici 15
Derecelendirme
(270)
Projeler
548
49%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
226
41%
Çalışıyor
16
Geliştirici 16
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
17
Geliştirici 17
Derecelendirme
(43)
Projeler
90
13%
Arabuluculuk
33
27% / 58%
Süresi dolmuş
37
41%
Serbest
Benzer siparişler
Requirements Specification I want to modify the alerts on an MQL4 TMA bands indicator. At present, the indicator gives two alerts: LowerBandTouchAlert : when price tags the lower band UpperBandTouchAlert : when price tags the upper band I want to add the option for the alerts to be filtered by the trend. The trend is defined by the indicator's 'Trend threshold' setting which colors the center line (green for an
Hello! I am looking for a developer for this EA project—and hopefully many more in the future. Pricing is negotiable, teamwork and good communication are key. I am not a professional trader or developer, so my ability to describe certain concepts may occasionally be imprecise. I’m seeking someone who is quick to grasp unfamiliar ideas and willing to tackle complex or non-standard tasks. Asking questions proactively
Hello, I want to create an MT4 indicator identical to the one shown in the attached image. What I need: – Red arrows = sell signals at reversal zones – Green arrows = buy signals at reversal zones – Arrows appearing at candle closes for confirmation – It should work best on Forex and cryptocurrency pairs on the M1 timeframe. – A high win rate (90% or more). – There should be no repainting or other fraudulent
Alpha pin FX 30+ USD
Title: Smart Forex Trading Robot Using Price Action Strategy Description: I’m looking for an experienced developer to create a fully automated Forex trading robot for MetaTrader 4 or 5. The bot should be based on price action principles , with the following features: Entry based on candlestick patterns (e.g., engulfing, pin bars) Dynamic support and resistance detection Risk management (fixed % risk per trade) Trade
I have a trading bot on MT5 platform that enters the market against the trend and averages positions using a Martingale system (a grid trader) until the price eventually reverses in its favor. This leads to a dangerous possibility of losing the entire deposit during sharp and prolonged price moves, since the bot does not use stop-losses and fully relies on a timely price reversal. A protection mechanism must be
I’m looking for a skilled MQL5 developer to build a complete Expert Advisor (EA) from scratch in MetaTrader 5. The strategy is a time-based liquidity sweep on the M5 chart, designed for futures instruments like ES and CL on AMP Futures (CQG). 📌 Strategy Overview: Sweep Phase: During a configurable time window, the EA should track the highest and lowest candle bodies (open/close, not wicks). Entry Phase: In a
I need an expert who can turn the following strategy into metatrader 5 bot and also pinescript strategy for tradingview? If so, I will have to double-check if tweaks are needed and also how long would it take you and how much would you charge? Thanks
Hello my name is Ayofe . Can you help set my parameters in the Input Parameters of ForexSignalClient.ex4 file which I already have ? So I had another person set this up . I subscribe and have two signal providers 1) provides forex signals and 2) provides Gold XAUUSD . When we receive signals they have the SL and 3 TP levels for each single . This person has not set up this correctly and I need to set up properly
Hi 50 USD
I need a robot that can trade auto for me, set sl and to and be able to fund account to allow robot to run freely. Smal budget of 50 dollars to complete
Need an expert coder to convert my tradingview pine script to mt5 indicator for me, the indicator is very simple I need you to go through it very well before sending message, make very sure you can do it

Proje bilgisi

Bütçe
30 - 50 USD

Müşteri

Verilmiş siparişler3
Arabuluculuk sayısı0