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 코드
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