An Expert Advisor with simple candle based signals needed

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 23 saat
Müşteri tarafından geri bildirim
Job very well done! The developer delivered exactly as per my requirements in a very short span of time. Communication, execution, and delivery is an easy overall 10/10.
Geliştirici tarafından geri bildirim
He is a very good customer, polite and precise. Looking forward to have more jobs from him.

İş Gereklilikleri

The main idea of the EA is to open stacking positions in a strong trend.

Main EA function:

1. Buy rules 'signal':
- If on tick its a new candle and the previous candle closed ABOVE its open (bullish).

2. Sell rules 'signal':
- If on tick its a new candle and the previous candle closed BELOW its open (bearish).

***The EA has to be precise in its entries as it will be exclusively used in M1.

Parameters:

1. Order Type:
- This parameter will have 2 options. 'Buy' and 'Sell'. If set to buy, then the EA will only follow the 'Buy' rules as the signal to open buy orders, if set to sell it will only follow the 'Sell' rules as the signal to open sell orders.

2. Lot Size:
- This parameter will have a numeric value for lot sizing of the placed order. Default at 0.1.
 
3. Max Trades Per Signal: 
- This parameter will have a numeric value for the number of orders it will place per given 'signal' according to the 'Order Type' parameter. Default at 1.

4. Close Ratio:
- This parameter will have a numeric value which is the ratio of the equity to the balance, and if reached, will close all orders. For example, if set to 2 and account balance is 1000, if the equity reaches 2000 (1:2, balance:equity ratio respectively) then the EA will close ALL open orders. If set to 0, the EA will ignore this parameter regardless of floating equity. Default at 0.

5. Only Open Below Previous:
- 'True' or 'False' parameter that is associated with the 'Order Type' parameter 'Sell'. If set to true, then the EA will only open SELL orders if the 'signal' is BELOW the previous order. If set to false, the EA will open SELL orders as per 'signal' regardless of previous order position. If Order Type parameter is set to 'BUY', the EA will ignore this parameter.

6. Only Open Above Previous
- 'True' or 'False' parameter that is associated with the 'Order Type' parameter 'Buy'. If set to true, then the EA will only open BUY orders if the 'signal' is ABOVE the previous order. If set to true, the EA will open BUY orders as per 'signal' regardless of the previous order position. If Order Type parameter is set to 'SELL', the EA will ignore this parameter.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(177)
Projeler
292
15%
Arabuluculuk
20
40% / 35%
Süresi dolmuş
16
5%
Yüklendi
2
Geliştirici 2
Derecelendirme
(16)
Projeler
17
12%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(42)
Projeler
62
8%
Arabuluculuk
12
58% / 42%
Süresi dolmuş
1
2%
Serbest
4
Geliştirici 4
Derecelendirme
(1126)
Projeler
1428
62%
Arabuluculuk
21
57% / 10%
Süresi dolmuş
43
3%
Serbest
5
Geliştirici 5
Derecelendirme
(52)
Projeler
97
24%
Arabuluculuk
10
20% / 20%
Süresi dolmuş
12
12%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(1)
Projeler
2
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
(7)
Projeler
14
21%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
3
21%
Serbest
8
Geliştirici 8
Derecelendirme
(153)
Projeler
169
42%
Arabuluculuk
5
0% / 80%
Süresi dolmuş
8
5%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(9)
Projeler
14
14%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
7%
Çalışıyor
10
Geliştirici 10
Derecelendirme
(45)
Projeler
74
49%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
1%
Serbest
Benzer siparişler
Requirement : v Build an EA for MT5 terminal to do the following: a. To Open Trades and Close Trades (Market execution/ Limit Orders) when a specific condition is met. b. To set SL according to the condition met. c. To set BE to the trade, individual trade and to add Trailing function. v Need the below Input Parameters: a. Should be able to select the timings as ( M5/M15/M30/H1/H4/D1) in the
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
35+ USD
Geliştirici için
31.5 USD