Almost every Amibroker users know that it supports custom rule based alerts like Email Alert, Sound Alert, Even a push notification alert from Amibroker is possible. But how to send an alert to your twitter fans to alert your twitter followers about Buy/Sell Signal happenings in you trading system or Important Events like high volume alert notifications.
Tweetymail is a complete email interface to Twitter. Tweetymail allows you to use most of Twitter’s features by sending a quick email. You can tweet, view your timeline, send and reply to direct messages, follow users, and more. It’s just like a desktop or mobile app for Twitter – except that it works anywhere you have access to your email!
Amibroker Tweet Alert Settings
Amibroker tweet settings are quite similar to Amibroker Email Alert Settings
1. Register and Authorize your twitter handle with tweetymail.
2. Download and run SSL add-on for Amibroker
3. Configure (Tools->Preferences->Alerts) with SSL enabled as shown below.
4. Make sure the Recipient Email is tweet@tweetymail.com as shown above
5. Make sure the AlertIf function is added below your Buy,Sell,short,cover logic.
AlertIf( Buy, “EMAIL”, “Buy Alert in “+FullName()+ ” @”+BuyPrice,1 );
AlertIf( Short, “EMAIL”, “Short Alert in “+FullName()+ ” @”+ShortPrice,3 );
6. Use the Test function to check the test tweet from Amibroker.
7. Once the Test is successful you can start sending alerts from the trading system charts or from scan alerts.
You can also send notification alerts to your smartphone using tradesender
Related Readings and Observations
The post How to Send a Tweet Alert From Amibroker appeared first on Marketcalls.