İş tamamlandı
Tamamlanma süresi: 7 gün
Müşteri tarafından geri bildirim
I'm pleased with the results and everything works as expected. The script source code looks clean and professional. Will work again with H.N.
İş Gereklilikleri
I need an EA that can be attached to multiple charts (EURUSD, GBPUSD, XAUUSD, etc..) at the same time and do the following:
- can run on Strategy Tester
- use on chart buttons/inputs ( similar design to: https://www.mql5.com/en/market/product/11738 )
- On/Off (iONOFF) – enable/disable the EA
- Sell (iSELL), Buy(iBUY) – by clicking Sell or Buy buttons, you can enable (green) or disable (red) opening a new order (position) for SELL and/or BUY
- iKLOT – lot ratio; when opening a new order the lot size will be calculated by minlot = balance/iKLOT; for example if balance is 1000 and iKLOT is 20000 the opening position will be 0.05 lot; allowed values: [1 - 10000000]
- SLpips - when opening a new order use this number of pips to configure StopLoss; 0 = disable configure SL; allowed values: [0 - 10000]
- TPpips - when opening a new order use this number of pips to configure TakeProfit; 0 = disable configure TP; allowed values: [0 - 10000]
- BreakNo - numeric - don't open new orders if we get [BreakNo] losses (orders that were closed by SL) in the last [BreakTime] minutes; allowed values: [0 - 10000]
- BreakTime - minutes for BreakNo; allowed values: [0 - 1000]
- SEC - numeric; allowed values: [0.1 - 100]
- PROB - numeric; is used to decide if the EA will open a new order or not; allowed values: [0 - 100]
- inputs that are not visible on chart:
all inputs on chart + the following 2:
URL - this will be the URL the EA uses to get actions
TOKEN - for security purposes - don't open new positions on that chart if one is already opened
- open URL: eg: http://localhost/getdecision.php?token=AAAAA11111&symbol=EURUSD&datetime=2017-05-01|23:59:59&ask=1.12075&bid=1.12085
every X seconds where X can be configured differently on each chart. X can be configured using on chart input (SEC) - the EA will open buy/sell orders based on URL response (JSON)
- the URL will respond with a JSON array with the following variables:
eg: { "action": "buy", "prob": 50, "status":"General message displayed on chart" } - action: buy / sell / wait - this tells us the direction for opening a new order; wait means we don't open a new order
- prob: 1-100 - if the JSON prob value >= PROB value in the chart configuration then we can open a new order; if JSON prob value < PROB we don't one a new order
- status - this is a text message we show on the
- based on JSON the EA will:
if action=buy/sell AND prob(json variable) > PROB(EA input) then: open position (minlot = balance/iKLOT), configure SL and TP
if action=wait then: don't do anything
Yanıtlandı
1
Derecelendirme
Projeler
2820
80%
Arabuluculuk
156
22%
/
43%
Süresi dolmuş
487
17%
Serbest
2
Derecelendirme
Projeler
138
41%
Arabuluculuk
30
7%
/
77%
Süresi dolmuş
17
12%
Serbest
3
Derecelendirme
Projeler
370
42%
Arabuluculuk
145
17%
/
41%
Süresi dolmuş
124
34%
Serbest
Yayınlandı: 38 kod
4
Derecelendirme
Projeler
51
20%
Arabuluculuk
15
27%
/
67%
Süresi dolmuş
7
14%
Serbest
Yayınlandı: 1 kod
5
Derecelendirme
Projeler
1
0%
Arabuluculuk
1
0%
/
100%
Süresi dolmuş
0
Serbest
Benzer siparişler
I need a developer to start robot from scratch based on existing EA that is running live. I do not have the source file as my previous coder did not give it to me. What I do have is the investor password which is running the EA from the coder side but not from my end. I like someone to monitor the account and re create the same system for me
MT5 Multi-Currency EA – Serious Buyer
30 - 200 USD
I am looking to purchase a professional MT5 Expert Advisor that can trade multiple currency pairs at the same time . I am not looking for a custom-built EA . I want to buy an already existing, fully developed EA with the complete source code (.mq5) . Important Conditions Please contact me only if : • You own the EA • You can provide the full source code (.mq5) • The EA is already developed and tested • You are
Project Overview: I am looking for a highly experienced MetaTrader 4 (MQL4) developer to build a sophisticated automated trading system. This is not a standard grid bot; it requires complex trade management, dynamic exposure rebalancing, and a custom "Salami" liquidation module for partial loss mitigation . Key Features to Implement: Virtual Grid & Dynamic Trend: Price-action-based grid triggers without pending
Spread filter: Do not trade if spread > 35 points Retest tolerance: 5 pips from breakout level Break structure defined as recent swing high / swing low on M5 Project Description: Project Description: I am looking for an experienced MT5 developer to build a professional Expert Advisor for XAUUSD based on a structured trend-following breakout strategy. This EA must be built with strict risk management rules (no
ищу разработчика для создания мультивалютного сетевого советника (желательно говорить на руском языке - для лучшего понимания моих технических задач) прошу обратить внимание я не торгуюсь в тех задание будет всё указанно и оговоренная сумма подразумевает выполнение задание а не торговля
Profitable Expert Advisor
300 - 500 USD
hi i am looking for profitable ea which can generate 4-5% a month with stable drawdown . no martingales or grid or dca method will be used ,should be based on price action with tp and sl
We are looking for a professional developer or trader who already has a proven profitable EA or strategy based mainly on price action logic. Important requirements: No Martingale No Grid No Micro-scalping Avoid heavy indicator-based strategies Strategy should be based mainly on price behavior / market structure We are not looking for aggressive systems that promise unrealistic returns. Our focus is on stable
Martingale Risk Manager EA
99 - 199 USD
I run an ea it makes good profits bit that one bad grid blows up the account. I want an EA which runs parallel to it which can intelligently close bad trades or grids. It shouldn't close recoverable trades but close very bad entries and grids. It can even close with hedging. The goal recover max and also not blow up the account
SIMPLEST BOT EVER
30+ USD
I need a bot that open a trade when I click on a button. the only use case is for prop firm to see that I am operating from a bot. It need only the lot size and direction input
I am looking for an expert MQL5 developer to build a high-precision Hedging System between two different MT5 brokers running on the same local PC. Core Objective: Execute opposite (inverse) trades between a Master and Slave account (e.g., Master BUY = Slave SELL, Master SELL = Slave BUY). The Challenge: Standard "Trade Copiers" are insufficient as they cannot prevent single-legged exposure when using manual trading
Proje bilgisi
Bütçe
20 - 200 USD
Son teslim tarihi
from 1 to 10 gün