Rajandran R Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, USDINR and High Liquid Stock Derivatives. Trading the Markets Since 2006 onwards. Using Market Profile and Orderflow for more than a decade. Designed and published 100+ open source trading systems on various trading tools. Strongly believe that market understanding and robust trading frameworks are the key to the trading success. Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in)

How to Send a Tweet Alert From Amibroker

1 min read

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.

Tweet Alert
[wp_ad_camp_5]

 

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.

Amibroker Tweet Settings

4. Make sure the Recipient Email is [email protected] 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

You can apply the methodology to any Trading Analysis platform which support Email Alert functionality. However if your trading analysis platform doesn’t supports SSL Encryption functionality then you may try opening an email account with gmx.com. Checkout tweet alert settings from one of the hardcore Multichart user using gmx mail to send Tweet alerts using Tweetymail from his multicharts terminal.

Rajandran R Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, USDINR and High Liquid Stock Derivatives. Trading the Markets Since 2006 onwards. Using Market Profile and Orderflow for more than a decade. Designed and published 100+ open source trading systems on various trading tools. Strongly believe that market understanding and robust trading frameworks are the key to the trading success. Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in)

[Live Coding Webinar] Build Your First Trading Bridge for…

In this course, you will be learning to build your own trading bridge using Python. This 60-minute session is perfect for traders, Python enthusiasts,...
Rajandran R
1 min read

[Webinar] Understanding and Mitigating Curve Fitting in System Trading

"Understanding and Mitigating Curve Fitting in System Trading"! This dynamic session aims to equip novice to intermediate traders, quantitative analysts, and financial engineers with...
Rajandran R
1 min read

P-Signal Strategy Long Only Strategy – Amibroker AFL Code

This tutorial provides an overview of the P-Signal reversal strategy, a quantitative trading strategy that utilizes statistical parameters and error functions to generate probabilistic...
Rajandran R
2 min read

7 Replies to “How to Send a Tweet Alert From Amibroker”

  1. Hello Rajan,

    I am using the alertif function to generate email messages from amibroker to my gmail account and it is working fine, but only for the script that I have focus on once I view other scripts then no signal is generated. Can you help me on how can I send messages from multiple scirpt to gmail.

    rgds
    rahul

    1. Try performing a scan it will send multiple alerts to your gmail. Just create a watchlist of your favorite stock and perform a scan.

  2. I am not able to send Email alerts can you plz.. tell me what need to be done.

    Thank you.

    Best Regards
    SHaran

  3. I have read this artical today… I have configure Tweet alert & email Alert. I want to know How can I receive or customize alert massage email example :

    Buy nifty at 8400 dt 13.12.2014 time 3.15pm target 8450 Stop loss 8350

    if possible pls sent syntex to customize email

Leave a Reply

Get Notifications, Alerts on Market Updates, Trading Tools, Automation & More