An EA openning trade instantly when the EMA is touched - tune up exisitng code that opens on

Tâche terminée

Temps d'exécution 4 jours
Commentaires du client
Available and helpful. Checking the effects of tests and providing more information any time when asked. Thank you for your help and providing the expected solution:)!
Commentaires de l'employé
Clear project specifications and swift communication, 5/5.

Spécifications

Hey, I would like to run EA on muliple symbols and on each symbol can have different preset depending on strategy optimation.  It should run on MT5. 
==
I am a beginner in mql5, tried to write it on my own so some code exists, but open positions on the next opened bar, and trailing stop is fixed, not ATR based.  It calculates SL as % of risk but doesn't work when position size is bigger than balance allows (so no max set);/  I can present the code to the one that decides to write it.
====
Description:
simple strategy that should open trades when EMA1 and EMA2 are in the right order, so basically it will work when the market is trending. 


Requirements

Buy postition:
Buy when price touches the faster EMA1 from above  AND EMA1 is above slower EMA2
It should open the trade instantly when EMA1 touched, not waiting for candle close
I shoud be able to set up timeframe on which EA operates for particular symbol (usually CFD indexes but might happen to trade forex, so points must be normalised



Short position:
Sell when price touches the faster EMA1 from below and EMA1 is below slower EMA2
It should open the trade instantly when EMA1 touched, not waiting for candle close
I shoud be able to set up timeframe on which EA operates for particular symbol (usually CFD for indexes but might happen to trade forex, so points must be normalised



General:
-Stoploss / TP  fixed (different for TP and SL)   OR based on ATR (range to define)  and it's multiplier     so example SL = 2 * ATR(14)  and TP = 3 * ATR(14)
-Should have possiblity to define moving SL to BE after x pips in your favor
-Should have true false flag if possible to open only one trade daily or can open multiple if signal appears 
-Should have ability to set trading hours
- Position size based on %of equity in risk as set for stop loss   OR fixed size 
- Shoud have Trailing stop (different for Buy and sell)  fixed   OR based on ATR (range to define)  and it's multiplier     so example Trailisng stop for Buy position = 2 * ATR(14)  and  Trailing stop for Sell = 3 * ATR(14)
- should alllow to set slippage parameter because bounce from the EMA can be fast


I should have possibility to avoid "false signals" . So for Buy position example: when price is above EMA2,  and crosses EMA1, and then falls again.  So strategy should have a parameter that in this particular day price was above EMA1  (if only one signal daily considered)








Répondu

1
Développeur 1
Évaluation
(374)
Projets
398
31%
Arbitrage
61
20% / 69%
En retard
50
13%
Chargé
2
Développeur 2
Évaluation
(8)
Projets
23
30%
Arbitrage
1
0% / 0%
En retard
1
4%
Chargé
3
Développeur 3
Évaluation
(144)
Projets
202
21%
Arbitrage
13
62% / 23%
En retard
1
0%
Occupé
4
Développeur 4
Évaluation
(400)
Projets
703
49%
Arbitrage
57
16% / 49%
En retard
129
18%
Gratuit
5
Développeur 5
Évaluation
(20)
Projets
24
8%
Arbitrage
6
17% / 17%
En retard
3
13%
Chargé
6
Développeur 6
Évaluation
(5)
Projets
5
0%
Arbitrage
0
En retard
0
Travail
7
Développeur 7
Évaluation
(1075)
Projets
1420
45%
Arbitrage
48
73% / 13%
En retard
35
2%
Gratuit
8
Développeur 8
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
9
Développeur 9
Évaluation
(42)
Projets
62
8%
Arbitrage
12
58% / 42%
En retard
1
2%
Gratuit
10
Développeur 10
Évaluation
(82)
Projets
101
35%
Arbitrage
8
88% / 0%
En retard
0
Gratuit
11
Développeur 11
Évaluation
(55)
Projets
163
69%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
12
Développeur 12
Évaluation
(2405)
Projets
3019
65%
Arbitrage
77
47% / 14%
En retard
340
11%
Travail
13
Développeur 13
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
14
Développeur 14
Évaluation
(545)
Projets
1324
59%
Arbitrage
28
82% / 0%
En retard
10
1%
Gratuit
15
Développeur 15
Évaluation
(29)
Projets
37
41%
Arbitrage
0
En retard
0
Gratuit
16
Développeur 16
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
17
Développeur 17
Évaluation
(13)
Projets
21
19%
Arbitrage
7
43% / 29%
En retard
3
14%
Travail
Commandes similaires
PLEASE NOT THAT MY BUDGET IS 60usd FOR BOTH MT4 AND MT4 PLATFORMS The EA should have 1. An option that I can change it parameters, that's the period, method and application 2. The EA should sell when on every bullish candle that closes under the MA 3. The EA should buy on every bearish candle that forms Above the EA. It's should close trades on reverse cross. I mean when it's in a buy trade and crosses the MA for a
MT4 to Telegram 30 - 50 USD
Hello, I want to add a system send messages to Telegram Send a message with a specific picture and details of the new signal When closing with a profit, send the details of the closing and profit with a specific picture And close with a loss and send a specific picture, in addition to the details of the closure and the amount of the loss
Hi Dear developpers, I've an EA that was working very well with the previous versions of MT4. But since, they have updated their platforms, my EA it's not working anymore. I've tried to use those old MT4 versions but there are just temporary. So i've decided to updated this EA so i can use it on the newest version of MT4 (1420) and those who will come after it. I also want to implement new inputs in it. I also want
I will like the indicator to send notification to mobile when the indicator changes color and is increase upward when positive and decreasing downwards when negative including fisplaying arrows on the chart ,red for negative and green for positive
Hey greetings My pleasure to met you all .I would like to convert a public tradingview pinescript indicator to MT5 Expert Advisor based on my. Requirements/specification.Kindly bid and let discuss about the project
Please convert the Pine Script below into MQL4 Indicator: // @version= 5 // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © KivancOzbilgic //created by: @Anil_Ozeksi //developer: ANIL ÖZEKŞİ //author: @kivancozbilgic strategy ( 'Twin Optimized Trend Tracker' , 'TOTT' , overlay = true ) src = input ( close , title = 'Source' ) length = input.int ( 40
A robot 30 - 65 USD
Hi I am looking for developer who can make me Mt4 Ea i have 2types of analysis methods i want to add and also want to attach image with Ea like when i attach my to any currency pair the chart changes to my picture Of robot which i attached to my Ea and for proper all settings i want add i will tell u message me
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file thanks very much in advance, Also there will be more project in front, so I need a very dedicated developer
I need an Expert Advisor that can read trade signals from a Telegram Channel and then execute those trades. My telegram bot has admin access to the Telegram Channel The EA needs the following functionality: Position Size: Auto: + Have fixed lot size set in settings. + Have lot size by % of account (set in settings) Manual: + From lot size set in trade signals message. + From lot size by % of account from trade
The ZONE RECOVERY/HEDGING STRATEGY will be on a timeframe where each strategy is independent and pending orders should be placed at the high and low of the candlestick. If it is a buy, then the pending order at the high of the candlestick will be triggered, and if it is a sell, then the pending order at the low of the candlestick will be triggered. If the market breaks the high of the candlestick, then the pending

Informations sur le projet

Budget
30 - 70 USD
TVA (23%): 6.9 - 16.1 USD
Total: 36.9 - 86.1 USD
Pour le développeur
27 - 63 USD
Délais
à 10 jour(s)