Build an EA that gets data in JSON in real time

MQL5 积分 收集网络数据 股票

工作已完成

执行时间17 天
员工反馈
Thank you for this awesome project. You are the best!

指定

I have a signal provider and I'm currently building an API that will generate trading signals using the HTTP protocol.

I'm looking for an EA developer to build a robot that will read these signals using the MQL5's rest API function and execute the trades with a given risk amount. The data will be in JSON format, so it should listen to

GET "http://myapp.com/open/{symbol}"

to get :

{

  symbol: "PETR4",

  direction: "buy",

  stopLoss: 21.04,

  takeProfit: 22.00,

  priceLimit: 21.5,

  timestamp: 999999999,

  executed: false    

}

where "symbol" is the current symbol, "priceLimit" is the maximum price that keeps signal valid for "buy" trades, or the minimum price that keeps the signal valid for trades in "sell" direction. After opening a trade, the robot will call

POST "http://myapp.com/open/{symbol}" { executed: true }

to update the signal, and then listen for the close signal:

GET "http://myappcom/close/{symbol}".

I will provide a demo account so you can test it. NOTE: It's not an FX robot, it's for the Brazilian stocks market. The robot should be compatible with MT5.

反馈

1
开发者 1
等级
(885)
项目
1410
67%
仲裁
123
32% / 41%
逾期
217
15%
空闲
发布者: 1 代码
2
开发者 2
等级
(91)
项目
144
38%
仲裁
67
15% / 48%
逾期
55
38%
空闲
相似订单
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
AWFX 69+ USD
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity

项目信息

预算
30 - 60 USD