Real.time Twitter alert

Is there any way i can send real time alerts from amibroker traders to Twitter..

I already tried Tweetymail...its compromise n closed

Do u.give me any guidance for sending my real time alerts from internetopenurl() to my Twitter Account in real time ...

I already gone through many websites but they dnt send realtime alerts

Have you tried looking at the Twitter APIs?

They do support POSTing tweets
POST statuses/update | Docs | Twitter Developer

and AB also has AFL Function Reference - InternetPostRequest (amibroker.com)

2 Likes

you'll probably need some external logic to handle Twitter API

theoretically you could do all in AFL, but preparing Twitter API URLs and calculating HMAC-SHA signatures will not be easy to write in AFL

I suggest setting up external proxy or using custom plugin to handle Twitter integration

Consider using AmiPy to send the alerts

3 Likes

Tx a lot ,will call my developer ( i m a dr , can't code perfectly ) n we will.work on tht

Ok ,tx for help ,i will consider this to going forward

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.