MQL EA for Restful API signals

仕事が完了した

実行時間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 codes
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