Create a Robot for Chart Trend Line Object

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 1 gün
Müşteri tarafından geri bildirim
Great Developer and very fast turnaround.
Geliştirici tarafından geri bildirim
Thanks a lot

İş Gereklilikleri

Hi All,

Looking for someone who will write an EA that will open positions when price touches or is near a trend line object present on the chart. The object type is a Trendline and the trend line is reset automatically for every new session close/open (USA session close - Asia session open creates new trend lines).  

Entry:
- When the price reaches the [ADR] ADR High Line (this is the label used on the chart), open short position.
When the price reaches the [ADR] ADR Low Line (this is the label used on the chart), open long position.

- Set entry parameter if price within pip range of High or Low line.

Position Management:
- Open new positions until the price reversal. 
- Allow Step setting for gaps between positions - if step = 0 only single position entry.

- bot should manage only the pair from the chart it is set on, to allow another instance of the bot to trade on a different chart. 

MM:

- Set position size setting.

- Set position size multiplier (Martingale) setting. 

- Set Take profits averaged for all positions (TP are averaged for all positions to be profitable to close -i.e. all TP are set to a single price point)

- Set permitted Equity Loss - if running P/L > than - close all positions.

 

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(55)
Projeler
80
54%
Arabuluculuk
9
33% / 33%
Süresi dolmuş
7
9%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(167)
Projeler
192
11%
Arabuluculuk
37
38% / 35%
Süresi dolmuş
5
3%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(88)
Projeler
107
37%
Arabuluculuk
8
88% / 0%
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(1086)
Projeler
1436
45%
Arabuluculuk
48
73% / 13%
Süresi dolmuş
35
2%
Serbest
5
Geliştirici 5
Derecelendirme
(333)
Projeler
452
52%
Arabuluculuk
22
50% / 27%
Süresi dolmuş
5
1%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(375)
Projeler
473
40%
Arabuluculuk
82
37% / 33%
Süresi dolmuş
13
3%
Yüklendi
7
Geliştirici 7
Derecelendirme
(585)
Projeler
917
46%
Arabuluculuk
31
39% / 29%
Süresi dolmuş
93
10%
Serbest
8
Geliştirici 8
Derecelendirme
(563)
Projeler
931
47%
Arabuluculuk
301
59% / 25%
Süresi dolmuş
123
13%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(6)
Projeler
6
33%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
0
Çalışıyor
10
Geliştirici 10
Derecelendirme
(13)
Projeler
16
19%
Arabuluculuk
0
Süresi dolmuş
2
13%
Serbest
11
Geliştirici 11
Derecelendirme
(447)
Projeler
506
33%
Arabuluculuk
25
40% / 48%
Süresi dolmuş
7
1%
Yüklendi
12
Geliştirici 12
Derecelendirme
(473)
Projeler
502
53%
Arabuluculuk
10
60% / 20%
Süresi dolmuş
3
1%
Serbest
13
Geliştirici 13
Derecelendirme
(67)
Projeler
76
7%
Arabuluculuk
33
9% / 55%
Süresi dolmuş
6
8%
Çalışıyor
14
Geliştirici 14
Derecelendirme
(546)
Projeler
1327
59%
Arabuluculuk
28
82% / 0%
Süresi dolmuş
10
1%
Serbest
Benzer siparişler
Hi, i want to create EA that using martingale and hedge system working on metatrader 4 and has some options to be manually changed in the bot options i need expert in this strategy to do this job note that strategy is very simple no indicator needed unless moving average
Hi there, I have an MT5 EA with its source code that I would like to convert to MT4 and enhance with additional features. Currently, the EA functions as a cost-averaging and martingale EA. When I want to trade only buy or only sell, I place the EA on one chart. To trade both buy and sell, I place the EA on two charts. Each leg (buy and sell) operates independently with its own parameters. The EA does not use any
looking for someone to create an EA based on the OHLC of the last x candles, calculate lot size and place limit and stop orders with partial close. some other features
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

Proje bilgisi

Bütçe
30 - 500 USD
Geliştirici için
27 - 450 USD