Stoploss EA

MQL4 Experts

Spécifications

Hello, I need a programmer that can develop a stoploss EA or simple money manager. The EA will take over a trade once deployed and it will prevent my trade to be closed once the market goes against it until the market closes above the stoploss if it is a sell trade and below the stoploss for a buy trade. It will have an option to determine the number of pips the market can go against the stoploss for which it will keep the trade open. An rough example of this is if I placed a buy trade at a price, say 10.0000, and my stop loss is 9.0000, when I deploy the EA, I specify an allowance of 5pips against stoploss. If the market goes down to 6.0000 the EA will prevent the market from closing, because 6.0000 is only 3 pips from 9.0000, which is my stoploss. The trade will close if the market moves to 3.0000 because that is 6pips from my stoplossand above the allowance I gave the EA. The trade will close when the market goes against my stoploss only if the bar that goes against it closes against it. What all this translates to is that a spike against my trades will no longer close them except the spike exceeds a maximum number of pips specified.

Répondu

1
Développeur 1
Évaluation
(879)
Projets
1392
67%
Arbitrage
117
32% / 42%
En retard
215
15%
Gratuit
2
Développeur 2
Évaluation
(88)
Projets
138
25%
Arbitrage
33
33% / 45%
En retard
59
43%
Travail
3
Développeur 3
Évaluation
(118)
Projets
201
42%
Arbitrage
44
9% / 68%
En retard
47
23%
Gratuit
4
Développeur 4
Évaluation
(49)
Projets
77
43%
Arbitrage
6
33% / 50%
En retard
22
29%
Gratuit
5
Développeur 5
Évaluation
(22)
Projets
114
98%
Arbitrage
4
0% / 75%
En retard
35
31%
Gratuit
6
Développeur 6
Évaluation
(34)
Projets
80
34%
Arbitrage
13
31% / 54%
En retard
19
24%
Gratuit
7
Développeur 7
Évaluation
(103)
Projets
205
41%
Arbitrage
17
29% / 71%
En retard
45
22%
Gratuit
8
Développeur 8
Évaluation
(61)
Projets
120
34%
Arbitrage
17
18% / 41%
En retard
51
43%
Gratuit
9
Développeur 9
Évaluation
(225)
Projets
284
42%
Arbitrage
15
13% / 47%
En retard
67
24%
Gratuit
10
Développeur 10
Évaluation
(362)
Projets
506
40%
Arbitrage
147
18% / 72%
En retard
99
20%
Chargé
11
Développeur 11
Évaluation
(266)
Projets
540
50%
Arbitrage
55
40% / 36%
En retard
224
41%
Travail
12
Développeur 12
Évaluation
(1857)
Projets
3460
88%
Arbitrage
73
40% / 15%
En retard
265
8%
Gratuit
13
Développeur 13
Évaluation
(10)
Projets
17
53%
Arbitrage
11
27% / 55%
En retard
4
24%
Gratuit
14
Développeur 14
Évaluation
(2434)
Projets
3066
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Gratuit
15
Développeur 15
Évaluation
(121)
Projets
134
66%
Arbitrage
36
25% / 56%
En retard
22
16%
Gratuit
16
Développeur 16
Évaluation
(491)
Projets
1017
58%
Arbitrage
29
28% / 24%
En retard
132
13%
Gratuit
17
Développeur 17
Évaluation
(2)
Projets
2
0%
Arbitrage
13
8% / 92%
En retard
1
50%
Gratuit
Commandes similaires
Equity chart generator 50 - 500 USD
Develop a bot that automatically generates and extracts equity charts, even for mt5 accounts with prior trade history. This chart will show the account’s performance over time, factoring in all previous trades
I want to modify my indicator to make it a scanner so it will be easier and not missed the signal alerted by the indicator for all the available currency no settings will be changed just adding the time frame selection. time frame selection has to have an option to select all timeframe or just the timeframe selected. the job is to make the indicator: 1. make it a scanner (window or table to show all signal produces
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Need a programmer 30 - 50 USD
I am seeking an experienced MQL programmer to develop a custom Expert Advisor for MetaTrader 5. The project involves creating a trading strategy that stops trading after 2 consecutive losses until 6 AM the next day. The ideal candidate should have: - Proficiency in MQL5 programming. - Strong understanding of trading strategies and market analysis. - Experience with backtesting and optimizing trading algorithms. If
Trendline expert 40 - 200 USD
My project is to put my strategy on the VCrush indicator. I already have the indicator, I just need to add the entry methods, take and stop rules. There are 5 lines in total, when these lines are aligned, the robot makes the entry. Below are two images of what the buy and sell entries would look like with the lines aligned
Description of the ScriptThis script is designed for MetaTrader 4 (MT4) to execute a Buy order based on a re-entry strategy using the BBMA (Bollinger Bands Moving Average) approach. The main timeframe used is H1 (1-hour), and the script employs the Classic Bullish Engulfing pattern as a validation criterion before placing a Buy order.Key Components of the Script:Input Parameters:Lots: Defines the lot size for the
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Expert Advisor para operar no par XAU/USD no gráfico de 30 minutos, com as seguintes especificações: Indicadores : Utilize uma mídia móvel simples (SMA) de 72 períodos. Utilize o indicador Money Flow Index (MFI) com um período de 7. Inclui um indicador para marcar suporte e resistência nas últimas duas semanas no gráfico H4. Critérios de Operação : Venda : Execute uma ordem de venda se o preço se poupar no mínimo 800
EA Robot 30 - 500 USD
I Shawn Mametsa wants to creat a robot that will help a lot of people to make money through trading and become successful through trading I want to help those who want to trade but don’t know how to analyse the market
This is a simple Martingale based EA with RSI indicator used as buy/sell order conditions Mandatory Inputs: extern double TakeProfit = 120.0; // self explanatory for first order, for martingale orders it will adjust TP of all orders of the same type (buy / sell) to one, for example if an order opened at 100, 2nd opens at 105, the both of their tps will be at the same point, if an order is manually closed, it will

Informations sur le projet

Budget
20 - 80 USD
Pour le développeur
18 - 72 USD
Délais
de 2 à 5 jour(s)