Scale in trade ea mt4

MQL4 Experts Scripts

Spécifications

hi am looking for a ea that trades "scale in" for mt4.  1.enters trade on high of last bar   2. waits to hit breakeven at x pips   3. once breakeven hits enters next x trade on high of last bar  4. keeps entering trades after last one hits breakeven. only need this for the buy side.

Répondu

1
Développeur 1
Évaluation
(28)
Projets
36
17%
Arbitrage
2
50% / 50%
En retard
2
6%
Gratuit
2
Développeur 2
Évaluation
(103)
Projets
205
41%
Arbitrage
17
29% / 71%
En retard
45
22%
Gratuit
3
Développeur 3
Évaluation
(2063)
Projets
2621
61%
Arbitrage
113
45% / 26%
En retard
418
16%
Travail
4
Développeur 4
Évaluation
(1)
Projets
3
0%
Arbitrage
0
En retard
2
67%
Gratuit
5
Développeur 5
Évaluation
(545)
Projets
1326
59%
Arbitrage
28
82% / 0%
En retard
10
1%
Gratuit
6
Développeur 6
Évaluation
(1853)
Projets
3454
88%
Arbitrage
73
40% / 15%
En retard
265
8%
Travail
7
Développeur 7
Évaluation
(34)
Projets
80
34%
Arbitrage
13
31% / 54%
En retard
19
24%
Gratuit
8
Développeur 8
Évaluation
(647)
Projets
1295
67%
Arbitrage
84
26% / 49%
En retard
338
26%
Gratuit
9
Développeur 9
Évaluation
(118)
Projets
201
42%
Arbitrage
44
9% / 68%
En retard
47
23%
Gratuit
10
Développeur 10
Évaluation
(44)
Projets
100
39%
Arbitrage
17
29% / 41%
En retard
32
32%
Travail
11
Développeur 11
Évaluation
(251)
Projets
400
54%
Arbitrage
9
67% / 22%
En retard
36
9%
Gratuit
12
Développeur 12
Évaluation
(71)
Projets
156
44%
Arbitrage
22
41% / 14%
En retard
16
10%
Gratuit
13
Développeur 13
Évaluation
(362)
Projets
502
40%
Arbitrage
147
17% / 72%
En retard
98
20%
Occupé
14
Développeur 14
Évaluation
(2406)
Projets
3020
65%
Arbitrage
77
47% / 14%
En retard
340
11%
Travail
15
Développeur 15
Évaluation
(10)
Projets
17
53%
Arbitrage
11
27% / 55%
En retard
4
24%
Gratuit
16
Développeur 16
Évaluation
(439)
Projets
545
25%
Arbitrage
21
38% / 38%
En retard
83
15%
Gratuit
17
Développeur 17
Évaluation
(25)
Projets
54
37%
Arbitrage
4
0% / 50%
En retard
22
41%
Gratuit
18
Développeur 18
Évaluation
(262)
Projets
536
50%
Arbitrage
55
40% / 36%
En retard
224
42%
Travail
19
Développeur 19
Évaluation
(17)
Projets
21
48%
Arbitrage
3
0% / 100%
En retard
10
48%
Gratuit
20
Développeur 20
Évaluation
(25)
Projets
50
28%
Arbitrage
47
9% / 72%
En retard
23
46%
Gratuit
21
Développeur 21
Évaluation
Projets
3
33%
Arbitrage
3
0% / 100%
En retard
1
33%
Gratuit
22
Développeur 22
Évaluation
(130)
Projets
210
40%
Arbitrage
90
20% / 43%
En retard
85
40%
Gratuit
23
Développeur 23
Évaluation
(187)
Projets
367
56%
Arbitrage
45
22% / 56%
En retard
188
51%
Gratuit
Commandes similaires
Hello, I hope you're doing well. I'm looking to create a new version of an existing robot I have. I currently have the source code and would like to develop a different robot with modified settings. If I provide you with the source code and the specific changes I want, would you be able to create this new robot for me? If you are capable apply now
Hello, I need to code an MT4 EA to trade when the 16 patterns below appear: Input: Lotsize: 0.01 SL: 50 pips TP: 100 pips Or in R:R ratio 1:2 1:3 1:5 1:10
Hi there, I need a custom pine script and mql 4/5 to detect 5 different trending strategies 1. Strong up trend 2. Weak up trend 3. Sideways or no trend 4. Weak down trend 5. Strong down trend I am using moving averages slow and fast along with ADX directional index and Bollinger bands individually on trading view charts However I am looking for one script that could do accurate identification of those five strategies
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
Build EA Trading Utilitis to Fixed SL and Trailing by Pips in all Trade open from MT5 Account.. Utilities setting will allow us to add fix Stop Loss and Take Profit values in Pips, Automatic break even, Allow to Add multiple Trailing stop, Partial closing
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps: 1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies). 2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL)
I need someone who can code a robot using a channel indicator. I have the indicator with me but it isn't mine and I don't have the source code as well. If you can generate something similar to that , then it would be cool KINDLY NOT THAT MY BUDGET IS FOR BOTH MT4 AND MT5 PLATFORMS The EA should have 1. An option that I can change it parameters 2. The EA should sell on every bearish candle that closes after it touches
// @version= 5 strategy ( "Supertrend Strategy" , overlay = true , default_qty_type = strategy.percent_of_equity , default_qty_value = 15 ) // Input parameters atrPeriod = input ( 10 , "ATR Length" ) factor = input.float ( 3.0 , "Factor" , step = 0.01 ) trailATR = input.int ( 1 , "ATR Trail" , minval = 1 ) // Calculate Supertrend [ _ , trendUp ] = ta.supertrend ( factor , atrPeriod ) // Entry conditions longEntry =
I have an indicator which highlights order blocks with break of structure in line with the smc/ict concept. I further want to enhance the indicator to have a bulk entry and bulk close feature with auto sl and tp on each entry. Isit possible, if yes, hit me up
Convert MT4 EA to MT5 30 - 50 USD
Specification o I want Hidden Stop-Loss and Take-Profit EA for MT4 that will operate on MT5 platform. o It will function in both forex demo and real account. o It will apply to any currency pair, in any time frame. o MQL5 Source Code required on completion. You can download a free copy of MT4 Hidden Stop-Loss and Take-Profit EA for MT4 along with its source code at

Informations sur le projet

Budget
10 - 100 USD
Pour le développeur
9 - 90 USD
Délais
de 1 à 25 jour(s)