指定

The EA MT4 or 5 should read the Email  which contents all the Position informations and execute it.

If in the Email  is not set all informations where should be a option for automatic setting of the informations which are not given.


Perfect would be when the EA also could read Telegram



ファイル:

応答済み

1
開発者 1
評価
(206)
プロジェクト
333
35%
仲裁
66
12% / 58%
期限切れ
87
26%
2
開発者 2
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
3
開発者 3
評価
(204)
プロジェクト
326
43%
仲裁
34
32% / 29%
期限切れ
83
25%
4
開発者 4
評価
(4)
プロジェクト
5
0%
仲裁
5
0% / 80%
期限切れ
2
40%
類似した注文
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 () {

プロジェクト情報

予算
50+ USD