Open trade based on JSON webserver response

MQL5 Uzman Danışmanlar

İş 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 )

    1. On/Off (iONOFF) – enable/disable the EA
    2. 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
    3. 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]
    4. SLpips - when opening a new order use this number of pips to configure StopLoss;  0 = disable configure SL; allowed values: [0 - 10000]
    5. TPpips - when opening a new order use this number of pips to configure TakeProfit; 0 = disable configure TP; allowed values: [0 - 10000]
    6. 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]
    7. BreakTime - minutes for BreakNo; allowed values: [0 - 1000]
    8. SEC - numeric; allowed values: [0.1 - 100]
    9. 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
Geliştirici 1
Derecelendirme
(1235)
Projeler
2820
80%
Arabuluculuk
156
22% / 43%
Süresi dolmuş
487
17%
Serbest
2
Geliştirici 2
Derecelendirme
(117)
Projeler
138
41%
Arabuluculuk
30
7% / 77%
Süresi dolmuş
17
12%
Serbest
3
Geliştirici 3
Derecelendirme
(219)
Projeler
370
42%
Arabuluculuk
145
17% / 41%
Süresi dolmuş
124
34%
Serbest
Yayınlandı: 38 kod
4
Geliştirici 4
Derecelendirme
(38)
Projeler
51
20%
Arabuluculuk
15
27% / 67%
Süresi dolmuş
7
14%
Serbest
Yayınlandı: 1 kod
5
Geliştirici 5
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
Benzer siparişler
Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with the specified period
Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period
I am looking for a pre-built MetaTrader 5 (MT5) Expert Advisor (EA) that can fully automate trading on major currency pairs such as EURUSD, AUDUSD, EURCAD, and USDCAD. Requirements: Fully automated trading (no manual intervention required) Compatible with MT5 platform Designed for consistent, long-term performance Demonstrated average monthly return of at least 3% Verified backtest and/or live trading results showing
Project Title Freedom ORB – Fully Automated MT5 Expert Advisor (ORB + Structure + Liquidity) (MT5) Project Description I require a fully automated MT5 Expert Advisor based on a structured Opening Range Breakout (ORB) model with market structure and liquidity confirmation. The EA must: Detect ORB session range Wait for breakout (close-based) Wait for retrace Confirm M1 structure + displacement Execute trade
Hello, I am a serious buyer looking to acquire an existing, stable, and profitable Expert Advisor (EA) designed specifically for: 👉 primarily (XAUUSD) or any fx This is a full buyout request, ⚠️ I am NOT looking to build a new EA from scratch. Only ready-made, proven systems with real performance history. ✅ EA Requirements (Strict) 📌 Symbol & Strategy ✔️ Trades Gold only (XAUUSD) ✔️ Price Action logic preferred
I’m looking for a trading bot where I can use a balance of £1000 to make regular entries making £20-£40 per entry. obviously, I want to have minimum loss with a lot more profit being made
I want an mt5 advisor which use advanced strategies like Accumulation, manipulate, distribution plus ABC pattern Recognition , Smart filters, Rsi + Ema crossovers, Hidden SL, partialTPs and dynamic lot sizing , works on Forex and crypto fully automated no expiry
Gold robot for 1 minute 100 - 150 USD
I need a EA as per the attached video. I need the same type of EA, once it is ready share the video of any demo account. if everything is ok I will purchase immediately. thank you
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
It is better to spend thirty minutes to prepare a good text than to lose hours and days to resolve misunderstanding after concluding the Agreement or when accepting the order execution results

Proje bilgisi

Bütçe
20 - 200 USD
Son teslim tarihi
from 1 to 10 gün