Specifiche
1. EA opens a buy stop and sell stop on the last candle
2. stop loss is determined by percentage of the distance between the buy stop and sell stop
3. take profit is also determined by percentage of the distance between the buy stop and sell stop
4. lot size is calculated by taking a percentage of the account
5. a small gap between candle and buy/sell limits determined by percentage of distance between sell stop and buy stop
https://www.mql5.com/en/charts/21723264/gbpusd-m1-fusion-markets-pty
Con risposta
1
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
2
Valutazioni
Progetti
311
28%
Arbitraggio
33
27%
/
64%
In ritardo
10
3%
In elaborazione
3
Valutazioni
Progetti
141
38%
Arbitraggio
4
25%
/
25%
In ritardo
1
1%
Caricato
4
Valutazioni
Progetti
241
34%
Arbitraggio
10
50%
/
50%
In ritardo
8
3%
In elaborazione
Pubblicati: 1 articolo, 8 codici
5
Valutazioni
Progetti
983
47%
Arbitraggio
33
36%
/
33%
In ritardo
96
10%
Caricato
Pubblicati: 6 codici
6
Valutazioni
Progetti
165
24%
Arbitraggio
23
9%
/
78%
In ritardo
16
10%
In elaborazione
7
Valutazioni
Progetti
167
44%
Arbitraggio
3
67%
/
0%
In ritardo
5
3%
In elaborazione
Pubblicati: 1 codice
8
Valutazioni
Progetti
258
30%
Arbitraggio
0
In ritardo
3
1%
Gratuito
Pubblicati: 2 codici
9
Valutazioni
Progetti
481
23%
Arbitraggio
58
55%
/
26%
In ritardo
55
11%
Caricato
10
Valutazioni
Progetti
627
54%
Arbitraggio
30
53%
/
23%
In ritardo
6
1%
Occupato
11
Valutazioni
Progetti
22
9%
Arbitraggio
6
33%
/
50%
In ritardo
1
5%
In elaborazione
12
Valutazioni
Progetti
796
63%
Arbitraggio
33
27%
/
45%
In ritardo
23
3%
Gratuito
Pubblicati: 1 codice
13
Valutazioni
Progetti
1698
49%
Arbitraggio
52
71%
/
12%
In ritardo
37
2%
In elaborazione
14
Valutazioni
Progetti
697
34%
Arbitraggio
33
70%
/
9%
In ritardo
22
3%
Gratuito
15
Valutazioni
Progetti
2900
63%
Arbitraggio
122
44%
/
25%
In ritardo
429
15%
In elaborazione
16
Valutazioni
Progetti
1
0%
Arbitraggio
1
0%
/
0%
In ritardo
0
Gratuito
17
Valutazioni
Progetti
2
0%
Arbitraggio
0
In ritardo
1
50%
In elaborazione
18
Valutazioni
Progetti
5
0%
Arbitraggio
2
50%
/
50%
In ritardo
2
40%
Gratuito
19
Valutazioni
Progetti
83
28%
Arbitraggio
9
33%
/
56%
In ritardo
9
11%
Gratuito
Pubblicati: 1 codice
20
Valutazioni
Progetti
14
21%
Arbitraggio
1
0%
/
0%
In ritardo
2
14%
In elaborazione
21
Valutazioni
Progetti
632
33%
Arbitraggio
38
39%
/
50%
In ritardo
11
2%
Caricato
22
Valutazioni
Progetti
87
29%
Arbitraggio
24
13%
/
58%
In ritardo
7
8%
In elaborazione
23
Valutazioni
Progetti
847
47%
Arbitraggio
29
38%
/
14%
In ritardo
63
7%
In elaborazione
24
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
25
Valutazioni
Progetti
1428
59%
Arbitraggio
31
81%
/
0%
In ritardo
10
1%
Gratuito
26
Valutazioni
Progetti
565
26%
Arbitraggio
24
42%
/
38%
In ritardo
85
15%
Gratuito
Pubblicati: 6 codici
27
Valutazioni
Progetti
1
0%
Arbitraggio
1
0%
/
100%
In ritardo
1
100%
Gratuito
28
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
29
Valutazioni
Progetti
643
26%
Arbitraggio
92
72%
/
14%
In ritardo
12
2%
In elaborazione
Pubblicati: 1 codice
30
Valutazioni
Progetti
5
20%
Arbitraggio
2
0%
/
100%
In ritardo
1
20%
Gratuito
Pubblicati: 3 codici
31
Valutazioni
Progetti
232
20%
Arbitraggio
21
43%
/
19%
In ritardo
0
Caricato
32
Valutazioni
Progetti
25
36%
Arbitraggio
1
0%
/
0%
In ritardo
1
4%
Gratuito
33
Valutazioni
Progetti
1
100%
Arbitraggio
3
0%
/
100%
In ritardo
0
Gratuito
Ordini simili
BrainTrend2SigAlert - indicator for MetaTrader 5
31 - 200 USD
Hello, I am looking for someone who can convert this indicator (BrainTrend2SigAlert - indicator for MetaTrader 5) into an Expert Advisor (robot). Buy positions and sell positions. And with the option to set Take Profit in percent or pips. And the setting for the maximum number of buy or sell positions
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;
G5
30 - 40 USD
1. CSI module — parses the group syntax, ranks 8 currencies, returns BUY/SELL/NEUTRAL 2. Tradovate bridge — file-based reader for the 8 Tradovate conditions (local + remote support) 3. Tradovate confluence indicator — 9 buffers + score + entry/exit signal 4. Integration into your EA
Project: Telegram Signal to MT5 EA Bridge
30 - 100 USD
I am looking for a developer who can create a bot that automatically reads trading signals from a Telegram channel and sends them to an EA, which will then open trades based on the received instructions. Example workflow: When the signal provider posts something like: “Buy now 5108” The bot should send this to the EA and trigger an entry within a defined zone (e.g., 5108–5103 ). The EA should then: • Place layered
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
Minor Update in EA
30 - 50 USD
I Have an EA, which reads the files from common folder and takes trades. Kindly note: My coder is from Iran and I am unable to reach him for the last few days and that’s why I am looking for someone who can help me out. 1. File handling issue when invalid lot size WWhen EA couldn’t take trades due to invalid lot size, it prints logs continuously. You just need to print the log once and send the file to the
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
Informazioni sul progetto
Budget
30+ USD
Scadenze
da 1 a 2 giorno(i)
Cliente
Ordini effettuati7
Numero di arbitraggi0