指定

Dear Developers

I would like a expert advisor which executes, modifies and closes all trades from a Telegram Group.
I already saw a possible Script which is sending all trades to a telegram group. Please use the format of those messages

https://www.mql5.com/en/market/product/29518

Now I would need to have a copytrader which is scanning in the telegram group for a new message and then modifies, executes, closes these trades.

Is this possible to do?

Thanks a lot and best regards
nico

応答済み

1
開発者 1
評価
(885)
プロジェクト
1410
67%
仲裁
123
32% / 41%
期限切れ
217
15%
パブリッシュした人: 1 code
2
開発者 2
評価
(258)
プロジェクト
396
28%
仲裁
70
19% / 49%
期限切れ
121
31%
仕事中
3
開発者 3
評価
(119)
プロジェクト
127
41%
仲裁
3
33% / 67%
期限切れ
0
類似した注文
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 () {

プロジェクト情報

予算
100 - 150 USD
締め切り
最高 5 日