MT5 Full integration with Trading-View Platform

工作已完成

执行时间58 天
客户反馈
He was very helpful and knowledgeable about his job, and although we had been anxiously awaiting the developer, we were hopeful that he would complete our task successfully.
员工反馈
Team was supportive and provided all needed assistance and resources. I will be available for maintanance support and look forward to you enjoying your product.

指定

What actions do you need to take?

As we updated our package to the Charting & Trading Platform,we need to adjust it with all of the libraries we acquired from TradingView on Github, including the following features:


Here is the Demo Version: https://trading-terminal.tradingview-widget.com


Steps:

  • We should run the trading view charts and platform with our own price. 

  • We have chart and platform codes from TradingView on our GitHub Library.

  • We should see which APIs from the Metaqoute API are required with all the available APIs listed below.

  • To add the Buy and Sell option to the chart

  • The client needs to login with their MT5 login credentials, and any position open in the platform should be reflected in MT5 as well( in real time), There should not be any delay that will affect the clients' positions.

  • The trading platform should have all the features that the TradingView premium account has, such as Alert, Replay, Backtest , all time frames, even less than 1 minute.







APIs of Metaqoute
MetaTrader 5 Server API

MetaTrader 5 Server API is a set of tools for enhancing functionality and customizing the MetaTrader 5 server.


The Server API is a set of intercepted functions, descriptions of data structures, used identifiers, and the virtual interface of the server. To use these features, you need to write specially designed plugin files as DLLs.


MetaTrader 5 Manager API

The Manager API is a set of functions, a description of the data structure and identifiers used, as well as the manager and administrator interfaces. With the Manager API, you can develop our own administrator and manager tools or even your own manager terminal.


Manager API is a set of functions, a description of the data structure used, identifiers and virtual interfaces of the administrator and manager; supplied in the form of C++ interfaces, 32 and 64 bit DLL-libraries and source codes examples.


All technical details concerning interaction with the trading platform are hidden in DLL library, which gives the possibility to control integration using simple methods. Thus, developer's code does not depend on the internal changes and is always operable.


MetaTrader 5 Gateway API

MetaTrader 5 Gateway API is a set of tools for integrating the MetaTrader 5 platform with other trading systems. Using Gateway API, you can implement custom gateways and data sources.


Gateway API is a set of functions, a description of the data structure used, identifiers and virtual interface of gateways; supplied in the form of C++ interfaces, 32 and 64 bit DLL-libraries and source codes examples.


All technical details concerning interaction with the trading platform are hidden in DLL library, which gives the possibility to control integration using simple methods. Thus, developer's code does not depend on the internal changes and is always operable.


MetaTrader 5 Report API

MetaTrader 5 Report API — is a set of tools for enhancing the functionality of the MetaTrader 5 trade servers reports.


Report API is a set of functions, a description of the data structure used, identifiers and virtual interface of reports. To use these features, you need to write specially designed reports modules as DLLs.


MetaTrader 5 Web API

MetaTrader 5 Web API is used for platform integration with web resources and other services of a company. It allows arranging a trader's personal area, set up an online broadcast of quotes, as well as organize the opening of trading accounts directly on a website. The interface is represented by Rest API. All commands are sent to the trading platform using the standard GET and POST requests via the HTTPS protocol.


SQL Export

The MetaTrader 5 trading platform provides standard options for the real-time data export to MySQL, Microsoft SQL Server, FireBird, Oracle, MariaDB and PostgreSQL databases. This option enables the quick and easy deployment of data export to an external DBMS for using the platform data in any popular programming language and third-party applications. Thus, it is possible to create an intermediate layer between a trade server and broker's program services that regularly access trading data. This reduces the load on the trade server when it receives the current trading data.


The export function is enabled by simple specification of settings for connection to DBMS via MetaTrader 5 Administrator. After that, the backup server will immediately perform an initial synchronization of data from the DBMS. Further, new data will be exported to the DBMS in real time. The following data is exported:


Information about clients (general information and trading status)

Current active orders and positions

The history of orders and deals

Current prices

Virtually all settings of the trading platform (except for the working time, synchronization and spreads)



反馈

1
开发者 1
等级
(144)
项目
199
42%
仲裁
20
25% / 55%
逾期
10
5%
空闲
2
开发者 2
等级
(64)
项目
68
25%
仲裁
12
42% / 42%
逾期
4
6%
空闲
3
开发者 3
等级
(27)
项目
43
7%
仲裁
18
6% / 78%
逾期
26
60%
空闲
4
开发者 4
等级
(10)
项目
14
14%
仲裁
6
33% / 50%
逾期
2
14%
空闲
发布者: 1 代码
相似订单
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
I need a fully automated end-to-end system where a backend continuously runs my deterministic CORE EDGE validator on live market data, generates numeric JSON trade tickets (GO) or alert levels (NO-GO), and automatically pushes those instructions to the MT5 EA for execution. There are no manual signals. ROLE SPLIT (IMPORTANT) Backend (analysis & decision engine): Continuously evaluates live data using my CORE EDGE
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
i need an expert to help join 3 model i have in ninjatrader into one, kindly message me and i will be expecting from you and i need this work done in maximum of 4 days, so i need expert that can get it done
BitsoFx 40 - 10000 USD
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// 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+"\","

项目信息

预算
2000+ USD
截止日期
 1  14 天