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

MQL5 Experts

Tâche terminée

Temps d'exécution 1 jour
Commentaires du client
Did a great job. My specifications on the movement of $ was not correct but he helped me sort it all out.
Commentaires de l'employé
Patience enough to identify where his requirements are not rightly put Great Team work Thanks 😊

Spécifications

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.

Répondu

1
Développeur 1
Évaluation
(131)
Projets
152
22%
Arbitrage
5
0% / 60%
En retard
4
3%
Occupé
2
Développeur 2
Évaluation
(152)
Projets
212
22%
Arbitrage
14
57% / 21%
En retard
1
0%
Occupé
3
Développeur 3
Évaluation
(13)
Projets
21
0%
Arbitrage
1
0% / 0%
En retard
0
Travail
4
Développeur 4
Évaluation
(9)
Projets
21
5%
Arbitrage
1
0% / 0%
En retard
7
33%
Gratuit
5
Développeur 5
Évaluation
(568)
Projets
641
41%
Arbitrage
21
57% / 29%
En retard
47
7%
Travail
6
Développeur 6
Évaluation
(31)
Projets
41
20%
Arbitrage
9
11% / 89%
En retard
5
12%
Gratuit
7
Développeur 7
Évaluation
(234)
Projets
415
34%
Arbitrage
52
37% / 40%
En retard
153
37%
Chargé
8
Développeur 8
Évaluation
(2412)
Projets
3031
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Gratuit
9
Développeur 9
Évaluation
(30)
Projets
55
22%
Arbitrage
12
67% / 8%
En retard
2
4%
Gratuit
10
Développeur 10
Évaluation
(439)
Projets
545
25%
Arbitrage
21
38% / 38%
En retard
83
15%
Gratuit
11
Développeur 11
Évaluation
(37)
Projets
42
29%
Arbitrage
4
25% / 25%
En retard
0
Gratuit
12
Développeur 12
Évaluation
(140)
Projets
201
80%
Arbitrage
17
29% / 47%
En retard
10
5%
Travail
13
Développeur 13
Évaluation
(56)
Projets
169
70%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
14
Développeur 14
Évaluation
(27)
Projets
27
26%
Arbitrage
2
0% / 50%
En retard
1
4%
Gratuit
15
Développeur 15
Évaluation
(28)
Projets
34
15%
Arbitrage
5
40% / 60%
En retard
5
15%
Gratuit
Commandes similaires
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

Informations sur le projet

Budget
100+ USD
Pour le développeur
90 USD