Looking for a trading bot that trades on the New York open with an simple EMA indicator with some parameters

MQL5 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 1 día
Comentario del Cliente
Did a great job. My specifications on the movement of $ was not correct but he helped me sort it all out.
Comentario del Ejecutor
Patience enough to identify where his requirements are not rightly put Great Team work Thanks 😊

Tarea técnica

Need a bot and all source code must be included.

RULES ARE SIMPLE
Indicator: EMA 200 SMA5 Offset 1 

CANDLE TYPE
Bars

EXCHANGE
New York Session

SYMBOL
XAUUSD (default but you need to be able to change the symbol)

TIME OF TRADE
8:00AM

TIME FRAME
M15

TRADE DETAILS
TP: $5
SL: $5
Trailing Stop: $4.20  (0.20c increments)

IDEOLOGY OF TRADE
The concept is simple you are trading with the trend using the EMA 200. 

LONG TRADE RULES

IDEAL TRADE SCENARIO
1. If the first M15 candle opens above the EMA and the trend is LONG and closes as a GREEN candle then a trade is put on on the next candle 8:15am. The trade continues until profit has been hit or the New York Session ends and then trade should be closed.

TRADE CLOSES ON A RED CANDLE
2. If the 8:00am LONG trade closes on a RED candle then you wait for two consecutive GREEN candles before you enter on the third candle regardless of what candle colour it ends up being.  

SHORT TRADE RULES

IDEAL TRADE SCENARIO
1. If the first M15 candle below the EMA and the trend is SHORT and closes as a RED candle then a trade is put on on the next candle 8:15am. The trade continues until profit has been hit or the New York Session ends and then trade should be closed.

2. If the 8:00am SHORT trade closes on a GREEN candle then you wait for two consecutive RED candles before you enter on the third candle regardless of what candle colour it ends up being. 


DO I GET OUT OF THE TRADE IN ANY SCENARIO
Yes, if the after the first candles and the trade is going the wrong way and come back down on a LONG or goes back up on a SHORT and hits the EMA then you close the trade. Now you can watch it play out and resume the rules if you want to do a re-entry.

Han respondido

1
Desarrollador 1
Evaluación
(131)
Proyectos
152
22%
Arbitraje
5
0% / 60%
Caducado
4
3%
Ocupado
2
Desarrollador 2
Evaluación
(152)
Proyectos
212
22%
Arbitraje
14
57% / 21%
Caducado
1
0%
Ocupado
3
Desarrollador 3
Evaluación
(13)
Proyectos
21
0%
Arbitraje
1
0% / 0%
Caducado
0
Trabaja
4
Desarrollador 4
Evaluación
(9)
Proyectos
21
5%
Arbitraje
1
0% / 0%
Caducado
7
33%
Libre
5
Desarrollador 5
Evaluación
(568)
Proyectos
641
41%
Arbitraje
21
57% / 29%
Caducado
47
7%
Trabaja
6
Desarrollador 6
Evaluación
(31)
Proyectos
41
20%
Arbitraje
9
11% / 89%
Caducado
5
12%
Libre
7
Desarrollador 7
Evaluación
(234)
Proyectos
415
34%
Arbitraje
52
37% / 40%
Caducado
153
37%
Trabajando
8
Desarrollador 8
Evaluación
(2412)
Proyectos
3031
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Libre
9
Desarrollador 9
Evaluación
(30)
Proyectos
55
22%
Arbitraje
12
67% / 8%
Caducado
2
4%
Libre
10
Desarrollador 10
Evaluación
(439)
Proyectos
545
25%
Arbitraje
21
38% / 38%
Caducado
83
15%
Libre
11
Desarrollador 11
Evaluación
(37)
Proyectos
42
29%
Arbitraje
4
25% / 25%
Caducado
0
Libre
12
Desarrollador 12
Evaluación
(140)
Proyectos
201
80%
Arbitraje
17
29% / 47%
Caducado
10
5%
Trabaja
13
Desarrollador 13
Evaluación
(56)
Proyectos
169
70%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
14
Desarrollador 14
Evaluación
(27)
Proyectos
27
26%
Arbitraje
2
0% / 50%
Caducado
1
4%
Libre
15
Desarrollador 15
Evaluación
(28)
Proyectos
34
15%
Arbitraje
5
40% / 60%
Caducado
5
15%
Libre
Solicitudes similares
I have one table (Google Sheets) in my Google account. I need the MQL5 EA to be able to read this table and write to it. Please clarify immediately: can MQL5 EA access my table with my Google login and password or do I need to create some kind of service account
I would like a trading robot / Expert Advisor that simply operates on two basic trading view indicators to enter trades. Everything happens on the 1 minute time frame for this robot. Make the settings of both indicators full customization enabled from my end and also the risk percentage must be adjustable from my end but the risk-to-reward ratio must be fixed to 1:1.5. The scalping robot must operate based on two
I require an English speaking programmer to create the following robot: Brief overview: The program primarily operates just after the open of a new candle on the chart it is attached to. On new candle opening, previous candles over a user defined period are checked. If the number of candles closing with a price rise equal or exceed a given number, the market is considered “Overbought” and the program opens a buy or
Ezeana 40+ USD
i would like to have high frequency trading strategy bot that opens and close multiple trades in short calculated period of time . the expert adviser should be able to full run automatically on its own with 99% winning rate
i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols: input string symbol2 = "DXY"; input string symbol3 = "US10Y"; i have made a very basic sketch on chatgpt but it needs professional code work. Indicators and Settings Used: Commodity Channel
The goal of this project is to catch positions which are moving in the right direction, while locking / hedging the ones that do not. Positions are only opened when price has been moving according to the predominant trend, and wins are used to buy down existing locked positions as required. Please see the attached files for full explanation of the requirements and anticipated solution
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: 1. Use the input function to be processed in the code so that it can be manually set all indicators, like stoploss, trailing stop, partial close, trading time zones, lot size, RSI levels, take profit, choosing buy stop or limit order, etc. 2. The EA trades on the pair it is attached to, include this in the script. For example DAX
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
Excellent trade 30 - 50 USD
I need an expert robot developer that will create a robot using 4 indicators to generate signal for the robot to execute,it should be solely based on candle stick period analysis and the robot will be made to allow indicators parameters adjustment and user input example "parameters optimization" or "hyperparameter optimization as the terminology might be, please I need it urgently, the interested developer should

Información sobre el proyecto

Presupuesto
100+ USD
Para el ejecutor
90 USD