Topics concerning MT4 and MQL4 have their own section.
In future please post in the correct section.
I have moved your topic to the MQL4 and Metatrader 4 section.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi everybody,
I'm a beginner at MQL4 but I was able to make a little script that takes screenshots at certain intervals. I used ChartScreenShot() to take the pictures and save them into my Data Folder.
Now what I want to do is send those to another app such as a LINE chatbot. I think this is possible for other apps like Telegram, but I'm not sure what to put in my code to make the connection. What function is used to actually send data outside of MQL4? In what format could something like a LINE bot pick up this data?
Hope someone knows the answer.