Rolling EA

MQL4 Experts

Tâche terminée

Temps d'exécution 12 heures
Commentaires du client
Amazing quality!
Commentaires de l'employé
Excellent customer! Very thanks for order!

Spécifications

The EA will be very simple based on standard Bollinger Bands indicator. It will open sell position when the price pass and go outside the top bollinger line and buy position, when it pass and go outside the bottom bollinger line.

I want to have TP snd SL to manually entered in the settings.

The only specific is that I want manual option (in the settings), so that I manually define how many pips after the price pass the bollinger line to open the trade. I may want to open trade not exactly when the price cross the bollinger line, but maybe 2 pips after, so this option mush be variable in the settings.





Dossiers :

JPG
BB.JPG
48.3 Kb

Répondu

2
Développeur 2
Évaluation
(590)
Projets
789
71%
Arbitrage
9
33% / 33%
En retard
22
3%
Gratuit
4
Développeur 4
Évaluation
(365)
Projets
412
36%
Arbitrage
35
26% / 57%
En retard
63
15%
Gratuit
5
Développeur 5
Évaluation
(14)
Projets
23
17%
Arbitrage
3
0% / 100%
En retard
5
22%
Gratuit
6
Développeur 6
Évaluation
(84)
Projets
149
31%
Arbitrage
32
34% / 41%
En retard
43
29%
Gratuit
7
Développeur 7
Évaluation
(488)
Projets
1014
58%
Arbitrage
29
28% / 24%
En retard
131
13%
Travail
8
Développeur 8
Évaluation
(584)
Projets
916
46%
Arbitrage
31
39% / 29%
En retard
93
10%
Gratuit
9
Développeur 9
Évaluation
(1123)
Projets
1425
62%
Arbitrage
21
57% / 10%
En retard
43
3%
Gratuit
10
Développeur 10
Évaluation
(97)
Projets
128
40%
Arbitrage
19
16% / 53%
En retard
19
15%
Occupé
11
Développeur 11
Évaluation
(562)
Projets
931
47%
Arbitrage
301
59% / 25%
En retard
123
13%
Travail
12
Développeur 12
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
13
Développeur 13
Évaluation
(769)
Projets
1033
44%
Arbitrage
50
8% / 50%
En retard
117
11%
Gratuit
14
Développeur 14
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
15
Développeur 15
Évaluation
(196)
Projets
318
35%
Arbitrage
64
13% / 56%
En retard
82
26%
Gratuit
16
Développeur 16
Évaluation
(251)
Projets
400
54%
Arbitrage
9
67% / 22%
En retard
36
9%
Gratuit
17
Développeur 17
Évaluation
(1089)
Projets
1767
61%
Arbitrage
14
64% / 7%
En retard
82
5%
Travail
18
Développeur 18
Évaluation
(49)
Projets
134
27%
Arbitrage
62
13% / 53%
En retard
58
43%
Gratuit
19
Développeur 19
Évaluation
(356)
Projets
632
26%
Arbitrage
89
73% / 13%
En retard
12
2%
Gratuit
21
Développeur 21
Évaluation
(546)
Projets
1327
59%
Arbitrage
28
82% / 0%
En retard
10
1%
Gratuit
23
Développeur 23
Évaluation
(195)
Projets
395
28%
Arbitrage
155
20% / 52%
En retard
112
28%
Gratuit
24
Développeur 24
Évaluation
(586)
Projets
1046
49%
Arbitrage
39
28% / 41%
En retard
49
5%
Travail
25
Développeur 25
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
26
Développeur 26
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
Commandes similaires
PLEASE PROGRAMMER WITH ARBITRAGE EA KNOWLEDGE REUIRED; I want a programmer to make the EA ,MAIN EA to work with the arbitrage master. i will provide all eas, 1. make setting PULLBACK in MAIN EA to be considered before an order is opened.if in use. *please i need a trial first before we proceed ,other programmers couldnt do this and it led to Arbitration.please i dont want this
1. Include the following input variables of the Support_Demand indicator in the EA in order to be able to change them for trading. - Fib_Period - Timeframe (The EA should be able to work with different timeframes of the Support_Demand indicator, regardless of the timeframe displayed in the chart) 2. Modify EA - Prevent EA from opening a buy trade if the current price (current candle) is in or touches the SellZonee
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Here's a trading bot code in Python using the Backtrader framework, specifically designed for the NAS100 index, executing trades only at 15:35 every day, and using the Smart Money Concept (SMC) strategy: ``` import backtrader as bt import backtrader.feeds as btfeeds class NAS100SMCBot(bt.Strategy): def __init__(self): self.data = btfeeds.PandasData(dataname=NAS100_data) self.timer =
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
I have a script from ThinkorSwim. I would like to convert it to Ninja Trader. The code generates buy/sell signals on a price reversal. Would like those signals to trigger actual automated trades on Ninja Trader. Let me know if you would be interested in this project. Thanks
Currently, this indicator that I am sharing with the coder uses the current market price and the open price of the candle that is chosen to make the calculations. for example, if the daily candle is selected in the indicator input, then the calculation is based on the difference between current price minus the daily open price. I would like to coder to modify the indicator so that the when daily is chosen in the
Hello. I have a mql4 ea using SuperTrend and "Absolute Strength Histogram" indicators. I need a small modification. It has missing Entry condition. If you're intereseted in it, let me know. Thanks
Adapt the following TradingView strategy for MT5, where the following values must also be modifiable: 1. **Values for Fibo calculation**: Parameters for `lenSMA`, `lenATR`, and the Fibonacci factor (`firstFactor`). 2. **Values of LenSSL**: Length for calculating SSL (`lenSSL`). 3. **Value of the LSMA**: Length of the window for calculating the LSMA (`lenLSMA`). 4. **Degree of inclination of the LSMA**: Threshold for
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

Informations sur le projet

Budget
30+ USD
TVA (20%): 6 USD
Total: 36 USD
Pour le développeur
27 USD
Délais
de 1 à 2 jour(s)