当前位置:网站首页>Implementation mode and technical principle of MT4 cross platform merchandising system (API merchandising, EA merchandising, nj4x Merchandising)
Implementation mode and technical principle of MT4 cross platform merchandising system (API merchandising, EA merchandising, nj4x Merchandising)
2022-07-04 12:48:00 【DoFollowFx】
1、 What is foreign exchange MT4 Cross platform merchandising ?
foreign exchange MT4 Cross platform merchandising means that the accounts of different securities trading platforms can conduct one to many or many to many merchandising transactions .
2、 Current cross platform merchandising technology classification
MT4 Foreign exchange documentary is fundamentally divided into 4 Kind of : 1. EA documentary 2. NJ4X documentary 3. ManagerApi documentary 4. MetaQuotes API documentary
3、 The principle of documentary Technology :
EA documentary : That is to say, use the... Officially provided by midak MQL The documentary script written by the platform runs , It's also a tradition EA The main way of documentary ;
NJ4X documentary : adopt MQL + C# + JAVA Provide external documentary interface and MT4 Terminal Server . Can be realized EA, offer , Order and other operations ;
ManagerApi documentary : Through official mt4ManagerApi Use c++ Order and other services written .
MetaQuotes API documentary : The principle is to simulate mt4 Client information and signal sending order operation , The current is c++、c#、java、php、python Such as the interface .
4、 Advantages and disadvantages of various merchandising technologies
EA documentary , The biggest limitation is that midak officially defines that a single computer cannot be started at the same time greater than 32 Number of terminals ;
NJ4X documentary , Breakthrough by changing single user desktop memory and multi-user login 32 Terminal limitations . At the same time, you can use MT4 indicators , It can be realized without calculation EA documentary , Cross platform merchandising and so on , The disadvantage is also resource constraints ;
ManagerAPI, adopt manager Account permissions to achieve orders and other operations , Disadvantages: cross platform requires multiple securities companies to provide accounts ;
MetaQuotes API, Use general official MT4 Client and analog signal login , The advantage is protocol connection , Fast , Disadvantages require high development ability , Currently on the market API Most merchandising systems are developed in this way , such as : Dufu foreign exchange documentary 、 Rich documentary 、 And some merchandising communities are also developed on this basis , Professional teams are advised to use professional software .
边栏推荐
- Entity framework calls Max on null on records - Entity Framework calling Max on null on records
- [notes] in depth explanation of assets, resources and assetbundles
- Can Console. Clear be used to only clear a line instead of whole console?
- priority_ queue
- Bottom Logic -- Mind Map
- 【Android Kotlin】lambda的返回语句和匿名函数
- Xshell's ssh server rejected the password, failed to skip publickey authentication, and did not register with the server
- ArcGis利用栅格处理工具进行影像裁剪
- Iterm tab switching order
- Play Sanzi chess easily
猜你喜欢

0x15 string

French Data Protection Agency: using Google Analytics or violating gdpr

Bottom Logic -- Mind Map

nn. Exploration and experiment of batchnorm2d principle

vim 出现 Another program may be editing the same file. If this is the case 的解决方法

22 API design practices

Play Sanzi chess easily

Jetson TX2 configures common libraries such as tensorflow and pytoch

Concepts and theories related to distributed transactions

C language array
随机推荐
Googgle guava ImmutableCollections
R language -- readr package reads and writes data
[data clustering] section 3 of Chapter 4: DBSCAN performance analysis, advantages and disadvantages, and parameter selection methods
Concepts and theories related to distributed transactions
Iframe to only show a certain part of the page
ArcGis利用栅格处理工具进行影像裁剪
AI 绘画极简教程
When synchronized encounters this thing, there is a big hole, pay attention!
nn. Exploration and experiment of batchnorm2d principle
[directory] search
Understand bloomfilter in one article
Global and Chinese market of piston rod 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese market of cardiac monitoring 2022-2028: Research Report on technology, participants, trends, market size and share
面试官:Redis 过期删除策略和内存淘汰策略有什么区别?
Detailed explanation of NPM installation and caching mechanism
Sort merge sort
[Yu Yue education] 233 pre school children's language education reference questions in the spring of 2019 of the National Open University
0x15 string
Cadence physical library lef file syntax learning [continuous update]
BackgroundWorker用法示例