İş 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 an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
Ninjatrader 8 indicator modification
100+ USD
attached is an nt8 indicator i would like modifications to. this will not be simple. once you review the indicator you will see it prints arrows and dots. the arrows print after the dots stop forming. i am using default settings, on the instrument es, using ninza renko 8:4 i want the arrow to be placed on the first dot. i do not want the arrow to just be backpainted into the past much like a swing indicator or
Build MT5 Expert Advisor – LadyKiller EA
1000 - 2000 USD
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
AN Experience Expert Advisor Developer
30 - 100 USD
I'm seeking an experienced developer to improve my current, complex MQL4 Expert Advisor. The primary focus of this project is to incorporate new trading strategies and rectify issues related to inaccurate trade execution. Key Responsibilities: - Integrate new trading strategies into the Expert Advisor. - Diagnose and fix issues causing inaccurate trade execution. - Potentially optimize the performance of the Expert
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Functional Requirements 1. Trading Instrument and Timeframe The EA must operate on XAUUSD . Timeframe should be configurable (default: 5‑minute depending on your scalping style). 2. Entry Logic (MACD-Based) The EA must generate trade entries using MACD conditions: Buy Entry MACD line crosses above the Signal line. Optional: MACD histogram flips from negative to positive. Optional: Price above a trend filter (e.g., 20
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
Gunts
30 - 50 USD
Modification of EA and addition of tradovate indicators to mt5 EA as part of signal generation. To improve entry, display and management of trades in my EA using signals from tradovate indicators count
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Proje bilgisi
Bütçe
20 - 200 USD
Son teslim tarihi
from 1 to 10 gün