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

Trabajo finalizado

Plazo de ejecución 4 días
Comentario del Cliente
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:)!
Comentario del Ejecutor
Clear project specifications and swift communication, 5/5.

Tarea técnica

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)








Han respondido

1
Desarrollador 1
Evaluación
(374)
Proyectos
396
31%
Arbitraje
61
20% / 67%
Caducado
49
12%
Trabajando
2
Desarrollador 2
Evaluación
(8)
Proyectos
23
30%
Arbitraje
1
0% / 0%
Caducado
1
4%
Trabaja
3
Desarrollador 3
Evaluación
(140)
Proyectos
196
21%
Arbitraje
13
54% / 23%
Caducado
1
1%
Ocupado
4
Desarrollador 4
Evaluación
(400)
Proyectos
703
49%
Arbitraje
57
16% / 49%
Caducado
129
18%
Libre
5
Desarrollador 5
Evaluación
(18)
Proyectos
22
5%
Arbitraje
6
17% / 17%
Caducado
3
14%
Trabajando
6
Desarrollador 6
Evaluación
(2)
Proyectos
3
0%
Arbitraje
0
Caducado
0
Trabaja
7
Desarrollador 7
Evaluación
(1067)
Proyectos
1409
45%
Arbitraje
47
72% / 13%
Caducado
35
2%
Libre
8
Desarrollador 8
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
9
Desarrollador 9
Evaluación
(42)
Proyectos
62
8%
Arbitraje
12
58% / 42%
Caducado
1
2%
Libre
10
Desarrollador 10
Evaluación
(81)
Proyectos
99
34%
Arbitraje
8
88% / 0%
Caducado
0
Trabaja
11
Desarrollador 11
Evaluación
(54)
Proyectos
159
69%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
12
Desarrollador 12
Evaluación
(2397)
Proyectos
3010
65%
Arbitraje
76
47% / 14%
Caducado
340
11%
Trabaja
13
Desarrollador 13
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
14
Desarrollador 14
Evaluación
(543)
Proyectos
1322
59%
Arbitraje
28
82% / 0%
Caducado
10
1%
Libre
15
Desarrollador 15
Evaluación
(29)
Proyectos
37
41%
Arbitraje
0
Caducado
0
Libre
16
Desarrollador 16
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
17
Desarrollador 17
Evaluación
(13)
Proyectos
20
20%
Arbitraje
6
33% / 33%
Caducado
3
15%
Trabaja
Solicitudes similares
Hello I need an ea based on indicator from trading view name "Support and resistance leveles with breaks [lux algo]" Ee should draw support and resistance levels the same way as this incidator in trading view and tp,sl, trailing sl, breakeven, partial tp etc
I'm looking for someone who can create an expert advisor based on an indicator which will be provided by me. It will execute a trade based on signals generated by the indicator. A few money management parameter settings like breakeven, trailing stop are to be included. Thanks
I need opinions if it is possible to develop a panel for managing multiple orders for 28 Forex currency pairs for Metatrader 5. The main features should include: - Symbol selection for manual opening of multiple orders. - Stop-Loss/Take-Profit. - Option to close all open orders manually or automatically (by stop loss/take profit). The panel should allow you to select various currency pairs with different lot sizes to
GIOVA 30 - 50 USD
I need a skillful programmer that can Automate my trading indicator into an EA . System has 2 indicators. One of the Indicator is to know the Direction of Trend on H1 and the second indicator is to be use to enter trade on M5 in line with the H1 Trend The EA must have 1. TP and SL, 2. Trailing Stop Loss, 3. ability to add more trade when there is signal in line with H1
Hello developers here, I need a professional developer that can help me to develop an mt5 trading bot that works according to my strategy, I will be sharing my strategy in the inbox, Let me know if you can develop it, I will be waiting for your response
I need to Convert the TradingView Indicator to the MT5 Indicator with some custom padding. This EA is done(open source) on TradingView and must be created identically for MT5 from the start(so will not have bugs). The name of the indicator on TradingView is Smart Money Concept done by LuxAlgo, this indicator must be converted and work identically in MT5 Indicator additional requirements: -Non-repaint - Must work on
Strategy To Be Used 1. Order Blocks (4HR, Daily And Weekly) 2. FVG (For Entry) 3. Fibonacci Levels (TP) 4. HH/LL ( SL) Works in 1HR & 4HR (TF) Risk to reward minimum 2:1 (Default) Winrate 53.21% (Accuracy) tested on Live account of 1000$ May 14th to May 31st You can change the risk per trade percent Per day DD Limit *it should takes multiple entries at the same price point when the price touches weekly/ daily
### Strategy Description for Developer: **Objective**: Develop a profitable Inner Circle Trader (ICT) strategy for the 1-minute and 5-minute time frames. **Components**: 1. **Market Structure**: Identify market structure using swing highs and lows. 2. **Order Blocks**: Utilize bullish and bearish order blocks for potential entry points. 3. **Fair Value Gaps**: Use Fair Value Gaps (FVG) as alternative or complementary
Looking for a profitable universal scalping custom indicator. Needs to have SL and TP with high win rate with notifications for ENTRY, SL and TP. Preferably to work with all pairs. Please don't sell me widely available indicators from tradingview. Needs to be custom indicator or a personal indicator
MetaTrader MT4 to MT5 Conversion I'm on the lookout for a skilled developer proficient in MetaTrader who can assist me in converting my custom indicators and Expert Advisors (EAs) from MT4 to MT5. The primary goal of this project is to ensure that my tools are seamlessly compatible with both platforms. Key Requirements: - Proven experience in MetaTrader programming - A deep understanding of the differences between

Información sobre el proyecto

Presupuesto
30 - 70 USD
IVA (23%): 6.9 - 16.1 USD
Total: 36.9 - 86.1 USD
Para el ejecutor
27 - 63 USD
Plazo límite de ejecución
a 10 día(s)