Need internal (Virtual) Trailing Stop-Loss in my EA to bypass Brokers Limits --- Complete EA provided

MQL4 Experts

Spécifications

Hi!

I made a simple internal trailing stop that doesnt work...

I don't want to officially include a stoploss in the order cause they don't allow stoploss below 200points...

I need it fast... please apply right away!

Thanks!

GAB

gabriel.brassard@hotmail.com

Répondu

1
Développeur 1
Évaluation
(48)
Projets
91
31%
Arbitrage
28
29% / 43%
En retard
42
46%
Gratuit
2
Développeur 2
Évaluation
(182)
Projets
342
42%
Arbitrage
118
12% / 73%
En retard
104
30%
Gratuit
3
Développeur 3
Évaluation
(548)
Projets
825
73%
Arbitrage
15
53% / 13%
En retard
193
23%
Travail
4
Développeur 4
Évaluation
(461)
Projets
902
77%
Arbitrage
25
16% / 68%
En retard
100
11%
Gratuit
5
Développeur 5
Évaluation
Projets
2
50%
Arbitrage
0
En retard
0
Gratuit
6
Développeur 6
Évaluation
(195)
Projets
395
28%
Arbitrage
155
20% / 52%
En retard
112
28%
Gratuit
7
Développeur 7
Évaluation
(263)
Projets
537
50%
Arbitrage
55
40% / 36%
En retard
224
42%
Travail
8
Développeur 8
Évaluation
(90)
Projets
159
61%
Arbitrage
40
18% / 63%
En retard
70
44%
Gratuit
9
Développeur 9
Évaluation
(15)
Projets
65
58%
Arbitrage
6
17% / 33%
En retard
39
60%
Gratuit
10
Développeur 10
Évaluation
(1235)
Projets
2820
80%
Arbitrage
156
22% / 43%
En retard
489
17%
Gratuit
11
Développeur 11
Évaluation
(7)
Projets
15
47%
Arbitrage
6
33% / 17%
En retard
4
27%
Gratuit
12
Développeur 12
Évaluation
(82)
Projets
150
29%
Arbitrage
9
44% / 11%
En retard
46
31%
Gratuit
13
Développeur 13
Évaluation
(488)
Projets
1014
58%
Arbitrage
29
28% / 24%
En retard
131
13%
Travail
14
Développeur 14
Évaluation
(62)
Projets
140
46%
Arbitrage
19
42% / 16%
En retard
32
23%
Gratuit
15
Développeur 15
Évaluation
(47)
Projets
140
49%
Arbitrage
9
56% / 0%
En retard
27
19%
Gratuit
16
Développeur 16
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
17
Développeur 17
Évaluation
(71)
Projets
254
53%
Arbitrage
16
50% / 38%
En retard
83
33%
Gratuit
18
Développeur 18
Évaluation
(272)
Projets
394
63%
Arbitrage
70
53% / 26%
En retard
198
50%
Gratuit
19
Développeur 19
Évaluation
(26)
Projets
45
29%
Arbitrage
2
0% / 50%
En retard
21
47%
Gratuit
20
Développeur 20
Évaluation
(9)
Projets
18
22%
Arbitrage
3
67% / 33%
En retard
4
22%
Gratuit
Commandes similaires
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info

Informations sur le projet

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