MQL EA for Restful API signals

MQL5 专家 向网站上传数据

工作已完成

执行时间82 天

指定

Hello everyone,

The idea: We want expert for trading from Restful API methods and feedback of trades and accounts.

Methods:

1. Sign in and get access token. 

2. Send account information such as balance, account number and etc.

3. Get Signals in every tick and if signal with new token, order it.

4. Send trades and results to API

Notice: Every signal has token and expert must be save signals token and if any new signal has new token order can be open.

Notice: Access token and account number must be send as header for get signals and trade results.

Notice: All of data process format is Restful standards and JSON send and receive.  

For more information and details you can check API document.

反馈

1
开发者 1
等级
(119)
项目
127
41%
仲裁
3
33% / 67%
逾期
0
空闲
2
开发者 2
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
3
开发者 3
等级
(49)
项目
77
43%
仲裁
6
33% / 50%
逾期
22
29%
空闲
4
开发者 4
等级
(3)
项目
3
33%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
6
开发者 6
等级
(69)
项目
93
34%
仲裁
10
40% / 30%
逾期
5
5%
空闲
相似订单
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— 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 () {

项目信息

预算
30 - 50 USD