Create an EA that can place trades using its own API and create a webserver to be able to talk to that API with a web-interface to allow the user to place trades or pending orders or cancel orders

MQL4 专家 PHP MySQL Python

指定

Hello, I'm interested in creating an EA and a Webserver which can place trades using the EA on a terminal window in MT4.

The EA will have a simple API it follows with the Server to understand what commands are to place different types of trades, buy/sell/limit order, or cancel a trade/limit order, or close a running trade manually.

On the Web interface (Webserver side) it will display the open/running trades and have buttons to modify current trades if needed, have a login/password as well so it is secured from tampering.

The web interface will also allow the user to place pending orders at a specific date/time (not a limit order), it will have a section that says "Pending order" and "Date to place order on" and "Time to place order on that date", The order will be sent to the MT4 terminal as a (buy/sell/limit) order on that specific date/time. it will have a way to control pending orders (like a database of orders) So the user can cancel any specific pending orders or edit them.

Web interface is anything of your choice, I like Python and Node.js but can also be made as a Plugin for Wordpress because it would make it easier and more portable for me.

Have fun coding this :)  Also the less latency we can get from Server to MT4 the better!


反馈

1
开发者 1
等级
(176)
项目
227
19%
仲裁
21
38% / 24%
逾期
0
工作中
2
开发者 2
等级
(57)
项目
72
22%
仲裁
13
46% / 15%
逾期
5
7%
空闲
相似订单
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
//+------------------------------------------------------------------+ //| XAUUSD Ultimate Institutional EA | //| Features: | //| - True swing-based market structure | //| - BOS sniper entries on M5 | //| - Liquidity sweep filter | //| - Partial TP + breakeven | //| - Visual BOS, swings, liquidity
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi

项目信息

预算
30 - 60 USD