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

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del cliente
Did a great job. My specifications on the movement of $ was not correct but he helped me sort it all out.
Feedback del dipendente
Patience enough to identify where his requirements are not rightly put Great Team work Thanks 😊

Specifiche

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.

Con risposta

1
Sviluppatore 1
Valutazioni
(131)
Progetti
152
22%
Arbitraggio
5
0% / 60%
In ritardo
4
3%
Occupato
2
Sviluppatore 2
Valutazioni
(152)
Progetti
212
22%
Arbitraggio
14
57% / 21%
In ritardo
1
0%
Occupato
3
Sviluppatore 3
Valutazioni
(13)
Progetti
21
0%
Arbitraggio
1
0% / 0%
In ritardo
0
In elaborazione
4
Sviluppatore 4
Valutazioni
(9)
Progetti
21
5%
Arbitraggio
1
0% / 0%
In ritardo
7
33%
Gratuito
5
Sviluppatore 5
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
6
Sviluppatore 6
Valutazioni
(31)
Progetti
41
20%
Arbitraggio
9
11% / 89%
In ritardo
5
12%
Gratuito
7
Sviluppatore 7
Valutazioni
(234)
Progetti
415
34%
Arbitraggio
52
37% / 40%
In ritardo
153
37%
Caricato
8
Sviluppatore 8
Valutazioni
(2412)
Progetti
3031
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
9
Sviluppatore 9
Valutazioni
(30)
Progetti
55
22%
Arbitraggio
12
67% / 8%
In ritardo
2
4%
Gratuito
10
Sviluppatore 10
Valutazioni
(439)
Progetti
545
25%
Arbitraggio
21
38% / 38%
In ritardo
83
15%
Gratuito
11
Sviluppatore 11
Valutazioni
(37)
Progetti
42
29%
Arbitraggio
4
25% / 25%
In ritardo
0
Gratuito
12
Sviluppatore 12
Valutazioni
(140)
Progetti
201
80%
Arbitraggio
17
29% / 47%
In ritardo
10
5%
In elaborazione
13
Sviluppatore 13
Valutazioni
(56)
Progetti
169
70%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
14
Sviluppatore 14
Valutazioni
(27)
Progetti
27
26%
Arbitraggio
2
0% / 50%
In ritardo
1
4%
Gratuito
15
Sviluppatore 15
Valutazioni
(28)
Progetti
34
15%
Arbitraggio
5
40% / 60%
In ritardo
5
15%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
100+ USD
Per lo sviluppatore
90 USD