CopyTrading from Telegram Bot

指定

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 代码
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 天