Discussion of article "How to create bots for Telegram in MQL5" - page 38

 

Hello!!

Please  Andrey Voytenko , can we add any button to get full windows screenshot? Instead, just CHART_ID


Will be nice for multy timframe strategies.

Also i am wondering if signal can be implemented with screenshots , so in that way we get also the picture when any indicator alert tiggered.

Thanks for all your stuff , you share an amazing tool!!


 
OrelMely:

can we add any button to get full windows screenshot? Instead, just CHART_ID

Will be nice for multy timframe strategies.

Only with DLL.

You can also make several screens and send them all as album.

 
Andrey Khatimlianskii:

Only with DLL.

You can also make several screens and send them all as album.

Really? , send as album would be really nice improvement !!


I have no idea of code , just i try to follow the step by step explanation and already get my telegram bot , but i would like to do this kind of improvement !!

Can i have some help? please

Thanks for your comment

 
OrelMely:

Really? , send as album would be really nice improvement !!


I have no idea of code , just i try to follow the step by step explanation and already get my telegram bot , but i would like to do this kind of improvement !!

Can i have some help? please

Thanks for your comment

https://core.telegram.org/bots/api#sendmediagroup

Telegram Bot API
  • core.telegram.org
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create and set up a bot, please consult our Introduction to Bots and Bot FAQ . Recent changes November 4, 2020 Introducing Bot API 5.0 Bot API source code is now available at telegram-bot-api. You can now run your own Bot API server...
 

Thanks !!! I wil try !!

I guess on mt5 code side, i need to change some parameters, rigth?

Or it is just on telegram side ?

I am wondering which line is calling just unique windows instead of full windows on mt5

 
OrelMely:

Thanks !!! I wil try !!

I guess on mt5 code side, i need to change some parameters, rigth?

Yes, you need to improve sending function.

 
Andrey Khatimlianskii:

Yes, you need to improve sending function.

Thanks for your help !!

I dont know about code , i hope someone can kindly help ...

My logic tell me there is a call about Chartopen , and maybe a need to change to some functions similar to full windows or similar ?

if someone can provide me some lines about where i need to check all the possible functions would be really appreciated .

Thanks


 

 
OrelMely:

Thanks for your help !!

I dont know about code , i hope someone can kindly help ...

My logic tell me there is a call about Chartopen , and maybe a need to change to some functions similar to full windows or similar ?

if someone can provide me some lines about where i need to check all the possible functions would be really appreciated .

It's not "fix some lines".

You need to make several screens, wait till they are ready, and send them all using SendMediaGroup function (you have to write it from the scratch).

Try to find someone in Freelance.

 

Thanks  Andrey !!!


Have a nice week

 

Hello Everyone!!
Can i know if there is any easy way to get different template buttons according to the chosen time frame?


Thanks!!