- Usually people who cannot code do not receive free help on this forum, although it could happen if you are lucky. Be patient.
- If you show your attempts and describe your problem clearly, you will most probably receive an answer from the community.
- If you do not want to learn to code, that is not a problem. You can either look at the Codebase if something free already exists, or in the Market for paid products (also sometimes free).
- Finally, you also have the option to hire a programmer in the Freelance 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
I've found a code here on the forums using webrequest to read messages on a telegram public channel.
It works great but I am wanting to only print the last message posted.
So I need a check added that will check the data from the webrequest and store the date/time in a variable maybe?
Then the next time the webrequest is executed check the data for the date/time and if it matches the last skip that message so that it will only print the last message posted and skip all the others.
I'm pretty new to coding in mql4 so I don't know where to even begin on this. The actual MSG_Add function looks pretty complicated
so I am not sure how to parse the time from that or from the ReadPublicChannelScrap function.
Since each part of the message is being pushed to the MSG_Add function I am not sure where I should interrupt it and how to stop the rest of the code from executing if it is found true.
I honestly do not know how to title this question. If there is a better title I should use for this thread let me know and I'll try to change it. Thanks.