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

 
Andrey Voytenko:

Please add this URLs:

  • https://api.telegram.org
  • https://search.mql5.com (only for Telegram_Search_EA)

in the "Expert Advisors" tab of the "Options" window.

I have a basic problem in first step. i recieve "unknown error 1001" in mt5 like the sc in my attach file. check and help me plz.. :(
Files:
dddd.PNG  58 kb
 
Hello is there any way to get alerts screenshots update with any indicator triggered?
 
mehran naghib:
I have a basic problem in first step. i recieve "unknown error 1001" in mt5 like the sc in my attach file. check and help me plz.. :(

MQ don't want to fix (or even investigate) this issue.

I started to use DLL (wininet.dll) for sending notifications to the Telegram.

So far so good.

 

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


 

Reason: