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

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 1 gün
Müşteri tarafından geri bildirim
Did a great job. My specifications on the movement of $ was not correct but he helped me sort it all out.
Geliştirici tarafından geri bildirim
Patience enough to identify where his requirements are not rightly put Great Team work Thanks 😊

İş Gereklilikleri

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.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(131)
Projeler
152
22%
Arabuluculuk
5
0% / 60%
Süresi dolmuş
4
3%
Meşgul
2
Geliştirici 2
Derecelendirme
(152)
Projeler
212
22%
Arabuluculuk
14
57% / 21%
Süresi dolmuş
1
0%
Meşgul
3
Geliştirici 3
Derecelendirme
(13)
Projeler
21
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Çalışıyor
4
Geliştirici 4
Derecelendirme
(9)
Projeler
21
5%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
7
33%
Serbest
5
Geliştirici 5
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
21
57% / 29%
Süresi dolmuş
47
7%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(31)
Projeler
41
20%
Arabuluculuk
9
11% / 89%
Süresi dolmuş
5
12%
Serbest
7
Geliştirici 7
Derecelendirme
(234)
Projeler
415
34%
Arabuluculuk
52
37% / 40%
Süresi dolmuş
153
37%
Yüklendi
8
Geliştirici 8
Derecelendirme
(2412)
Projeler
3031
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Serbest
9
Geliştirici 9
Derecelendirme
(30)
Projeler
55
22%
Arabuluculuk
12
67% / 8%
Süresi dolmuş
2
4%
Serbest
10
Geliştirici 10
Derecelendirme
(439)
Projeler
545
25%
Arabuluculuk
21
38% / 38%
Süresi dolmuş
83
15%
Serbest
11
Geliştirici 11
Derecelendirme
(37)
Projeler
42
29%
Arabuluculuk
4
25% / 25%
Süresi dolmuş
0
Serbest
12
Geliştirici 12
Derecelendirme
(140)
Projeler
201
80%
Arabuluculuk
17
29% / 47%
Süresi dolmuş
10
5%
Çalışıyor
13
Geliştirici 13
Derecelendirme
(56)
Projeler
169
70%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
14
Geliştirici 14
Derecelendirme
(27)
Projeler
27
26%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
1
4%
Serbest
15
Geliştirici 15
Derecelendirme
(28)
Projeler
34
15%
Arabuluculuk
5
40% / 60%
Süresi dolmuş
5
15%
Serbest
Benzer siparişler
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

Proje bilgisi

Bütçe
100+ USD
Geliştirici için
90 USD