Termos de Referência
I need an order management EA that can do the following:
Parameter to set SL and TP
If no SL is set in EA, EA should set same SL of open order in platform for all future orders until all orders close. (Eg if I open one order and manually set SL to 3228.12, and then open 5 more orders with no SL set in EA, EA should set SL for all 5 orders to 3228.12
Trailing stop:
Parameter to set target pips to start trailing (e.g if trailing pips set to 40, this means at 40 pips profit, trailing starts)
Parameter to set target pips to lock in (e.g if trailing pips is set at 40 and target profit set at 5, at 40 pips, EA will move sl 5pips above entry)
Parameter to set how many pips to lock in after a set number of pips move (e.g If I set trailing to start at 40pips, I should be able to set trailing so that for every Xpips move (say 10pips) after 40pips, EA locks in 5 pips. So if trailing is set at 40pips, target profit set to 5 and pip move set at 10, this means at 40pips profit, EA moves SL 5 pips above entry, at 50pips, EA moves SL 10 pips above entry, at 60pips, SL moved 15pips above entry... etc)
Partial Close:
Parameter to set at how many pips increment ea should close partials and percentage of lot size to close (E.g if partials set to 20 and percentage set to 30, this means at every 20 pips move in profit, EA closes 30% of current lot size, at 40pips, it closes another 30% of the current lot size, at 60pips, another 30% etc.)
Respondido
1
Classificação
Projetos
311
28%
Arbitragem
33
27%
/
64%
Expirado
10
3%
Trabalhando
2
Classificação
Projetos
124
40%
Arbitragem
17
47%
/
53%
Expirado
31
25%
Carregado
3
Classificação
Projetos
546
40%
Arbitragem
30
57%
/
3%
Expirado
57
10%
Livre
Publicou: 11 códigos
4
Classificação
Projetos
596
35%
Arbitragem
64
20%
/
58%
Expirado
147
25%
Trabalhando
Publicou: 1 artigo, 22 códigos
5
Classificação
Projetos
167
44%
Arbitragem
3
67%
/
0%
Expirado
5
3%
Trabalhando
Publicou: 1 código
6
Classificação
Projetos
400
27%
Arbitragem
39
41%
/
49%
Expirado
1
0%
Livre
7
Classificação
Projetos
0
0%
Arbitragem
1
0%
/
100%
Expirado
0
Livre
8
Classificação
Projetos
2
0%
Arbitragem
0
Expirado
0
Livre
9
Classificação
Projetos
195
42%
Arbitragem
13
8%
/
54%
Expirado
9
5%
Livre
Publicou: 3 códigos
10
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Trabalhando
11
Classificação
Projetos
2
0%
Arbitragem
3
0%
/
100%
Expirado
1
50%
Livre
12
Classificação
Projetos
552
35%
Arbitragem
79
32%
/
42%
Expirado
199
36%
Carregado
13
Classificação
Projetos
91
13%
Arbitragem
34
26%
/
59%
Expirado
37
41%
Livre
14
Classificação
Projetos
53
38%
Arbitragem
8
13%
/
38%
Expirado
8
15%
Trabalhando
15
Classificação
Projetos
186
41%
Arbitragem
24
58%
/
21%
Expirado
13
7%
Livre
16
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
17
Classificação
Projetos
20
35%
Arbitragem
3
0%
/
100%
Expirado
0
Livre
Publicou: 1 código
18
Classificação
Projetos
6
0%
Arbitragem
2
50%
/
0%
Expirado
1
17%
Livre
19
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
20
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
21
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
22
Classificação
Projetos
3
0%
Arbitragem
6
17%
/
67%
Expirado
0
Livre
23
Classificação
Projetos
5
0%
Arbitragem
2
50%
/
50%
Expirado
2
40%
Livre
24
Classificação
Projetos
14
43%
Arbitragem
0
Expirado
3
21%
Livre
25
Classificação
Projetos
945
47%
Arbitragem
309
58%
/
27%
Expirado
125
13%
Livre
26
Classificação
Projetos
19
42%
Arbitragem
3
0%
/
67%
Expirado
3
16%
Livre
Pedidos semelhantes
I need a professional MT5 Expert Advisor (fully automated trading robot) for scalping on M1 timeframe. 1. General Requirements Platform: MetaTrader 5 Type: Fully automated EA (no manual confirmation) Timeframe: M1 only Symbols: XAUUSD, BTCUSD, USDCAD Must support running on multiple charts simultaneously Clean, optimized, and low-latency execution logic 2. Strategy Logic (Scalping Model) The EA should use: Trend +
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
Patrick
30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Joker poverty scalper
40 - 100 USD
the joker poverty scalper is the power full robort it can analyse in just 1 minutes it is good for beginner traders you can even make 5000$ in just an week or two.. the best thing to do is to buy joker and make life easy with your own copy of joker .in order to be rich you need the joker to help you with your success in life even in future THE JOKER POVERT SCALPER
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
MT5 EA Development Project
30 - 50 USD
Project Scope Development of a fully automated, conservative, institutional-style Expert Advisor for MT5 trading XAUUSD, designed with strict capital preservation and mathematically structured risk management. • Symbol input will be fully configurable to support broker-specific suffixes/prefixes (example: XAUUSD.a, XAUUSDm) and automatically adapt to different digit formats. Core Strategy Logic • Higher-timeframe
I can Program or do any Developing for you for MQL5 or 4 I can work 1 - 5 days deposit is required before im doing anything for both our safety as these work takes a lot of time and energy inbox me and we can discuss the job im reliable and trustworthy looking forward to working with you
Ai robot
30 - 50 USD
1️⃣ System Architecture An AI robot typically consists of the following subsystems: 🔹 1. Perception Layer Collects environmental data using: RGB / Depth cameras LiDAR Ultrasonic sensors IMUs (Inertial Measurement Units) Microphones Data is processed using: Computer Vision (e.g., object detection, SLAM) Signal processing Sensor fusion algorithms 🔹 2. Cognition / Intelligence Layer Implements AI models such as
Informações sobre o projeto
Orçamento
40+ USD
Prazo
para 3 dias