Create an EA with buttons on chart

İş Gereklilikleri

I am looking for an experienced developer to create an  MT5 EA for any FX pair, that if is applied to a chat, will show the following buttons which perform the following actions:

Buy now button: places a buy order[ or orders [more than one] explained later] with the lot, SL and TP defined in the EA configuration prompt 

Sell now button: places a sell order[ or orders [more than one] explained later] with the lot, SL and TP defined in the EA configuration prompt

Close all sell orders button: closes all sell orders

Close all buy orders button: closes all buy orders


In the EA configuration prompt, the variables are:

Lot size: any lot size from 0.01lot

TP1: numeric value, distance in pips from order price

SL1: numeric value, distance in pips from order price

Multi layer: yes/no

Number of layers: numeric value, from 1 and on

Layer distance: numeric value, in pips, from 1 and on

Progresive layers: yes/no

Progresive Layer starting distance: numeric value, in pips, from 1 and on


Magic number: random number with 8 characters, to avoid conflict if there are multiple charts from different pairs in the same mt5 instance

**multi layer function meaning: if multi layer is enables ["yes" in the EA config] this bot will place the number of layers defined, depending if the "progressive layer" value is "no", all the layers are placed at the same time order one is placed, and if its set to "yes" the "progresive Layer starting distance" defines at how many pips from the first order entry price, the next layer has to be placed; for example if the progresive Layer starting distance" is set to 200 [pips] and the entry price in order 1 wa 1500.00, order 2 has to be placed when the 1520.00 price is reached, and so on with next layers. [If all orders from a "set of orders/layers" is closed, the cache of next orders has to be cleaned in order to not enter new orders later in the future if the price of order 1 + progresive layer starting distance is reached. 

For example: if the variable "multi layer" is set to "yes" and the variable "number of layers" is set to o "5", the bot will place 5 orders, the first one will use the TP and SL set in the EA config [TP1 and SL1] and from  order 2 and on the SL value will be the same as SL1 value, 

TP value for order 2 and on, will be set with the "layer distance" variable. Example

XAUUSD price 1500.00

Order 1 placed at 1500.00

TP1 set at 200pips - 1520.00

SL1 set at 500pips - 1450.00

Multi layer YES

Layer distance: 100

Layers 3 -- which leads to:

Order 2 TP 1530.00 SL 1450.00

Order 3 TP 1540.00 SL 1450.00


Special rules for layers:

If TP2 [order 2 TP] is reached, the SL of order 2 and on, has to be changed and set in the entry price of order 2 and so on with order 3, 4, etc.

If TP3 [order 3 TP] is reached, SL of order 3 and so on, has to be changed and set in the entry price or order 3 and so on with next layers. 


If any mistake is found in this logic please let me know. Otherwise please send me aquote of this bot and the time it will take. 

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(1)
Projeler
3
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Çalışıyor
2
Geliştirici 2
Derecelendirme
(32)
Projeler
40
38%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(10)
Projeler
25
28%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
4%
Yüklendi
4
Geliştirici 4
Derecelendirme
(333)
Projeler
452
52%
Arabuluculuk
22
50% / 27%
Süresi dolmuş
5
1%
Meşgul
5
Geliştirici 5
Derecelendirme
(90)
Projeler
110
37%
Arabuluculuk
8
88% / 0%
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(17)
Projeler
22
36%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
7
Geliştirici 7
Derecelendirme
(179)
Projeler
297
15%
Arabuluculuk
20
40% / 35%
Süresi dolmuş
16
5%
Yüklendi
8
Geliştirici 8
Derecelendirme
(12)
Projeler
16
44%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(4)
Projeler
7
14%
Arabuluculuk
0
Süresi dolmuş
1
14%
Serbest
10
Geliştirici 10
Derecelendirme
(56)
Projeler
172
70%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
11
Geliştirici 11
Derecelendirme
(41)
Projeler
88
14%
Arabuluculuk
29
31% / 55%
Süresi dolmuş
36
41%
Çalışıyor
12
Geliştirici 12
Derecelendirme
(474)
Projeler
503
53%
Arabuluculuk
10
60% / 20%
Süresi dolmuş
3
1%
Serbest
13
Geliştirici 13
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
14
Geliştirici 14
Derecelendirme
(162)
Projeler
164
77%
Arabuluculuk
2
100% / 0%
Süresi dolmuş
0
Serbest
Benzer siparişler
Busco um desenvolvedor que faça um EA do Larry Williams 9.1, que execute com um parametro, um filtro que será uma média. Qualquer coisa me chame no email: thalyssontrader@gmail.com Interessados no propjeto, é só me contactar
Tradingview developer 30 - 35 USD
Hey greetings. I am in need of tradingview developer that can modify an open source PineScript indicator code to add additional features. Kindly bid for this project if it is what you handle and let proceed with the project
Hello, I am looking for someone to convert my well defined MQL4 code project to MQL5 (EAs) A brief description of my current strategy: MT4 'Spreadsheet' EA collects data from 28 FX currency pairs -> sends it to Excel, then Excel calculates and makes a decision -> Excel sends a signal to MT4 'Trading' EA and manages trades I want the MT4 EA to be converted into MT5. For Back testing purposes, I want to withdraw from
I want my own bot for trading, an effective bot that I do not want to lose, and if it has artificial intelligence, it will be better for trading on a platform
Hello expert developer, I am looking for a skilled and experienced developer to help me create an auto trading bot that integrates signals from three Telegram channels and automatically transcribes them onto MetaTrader 4 (MT4). The bot must be able to receive and process trading signals (opening/closing positions) from three specified Telegram channels. If you have expertise in developing such integrations and
HFT 100 - 200 USD
As soon as possible URGENTLY HFT the most profitable without any losses can make 50 to 100% daily that can work on XAUUSD GBPUSD XAGUSD EURUSD works on mt4 mt5 Demo and live account
Are you a skilled MQL4/MQL5 developer with a passion for creating cutting-edge Forex Trading EAs? We are looking for an experienced freelancer to join our team and help us build a powerful and efficient trading bot. Responsibilities: Develop, test, and optimize automated trading strategies in MQL4/MQL5. Collaborate with our team to refine requirements and implement advanced trading logic. Ensure the EA/bot operates
I need a AI signal generating and executing bot for forex trading. The bot should operate such that when i put it in a chart it will analyze the market, after several minutes it will display whether the trade is buying or selling and then execute a trade. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the
I have an EA or would create a new one if necessary, but the overall goal is to extract data=,cum delta, delta bar, volume data from Orderflow Kinetick provider I use via Ninjatrader. I want that data to be used to decide what trades to take and when to close or reverse
HFT 100 - 200 USD
Searching for the HFT ( the most profitable ) which can make 50 to 100 % a day 0 losses for both mt4, mt5 Demo and live account i will test it first if it is good i will buy

Proje bilgisi

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