CopyTrading from Telegram Bot

Specification

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

Responded

1
Developer 1
Rating
(885)
Projects
1410
67%
Arbitration
123
32% / 41%
Overdue
217
15%
Free
Published: 1 code
2
Developer 2
Rating
(258)
Projects
396
28%
Arbitration
70
19% / 49%
Overdue
121
31%
Working
3
Developer 3
Rating
(119)
Projects
127
41%
Arbitration
3
33% / 67%
Overdue
0
Free
Similar orders
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 () {

Project information

Budget
100 - 150 USD
Deadline
to 5 day(s)