email Alert

markf
Can I use an email alert to trigger Orders
  • Kailash
    Sure, why not. This is indeed possible.
  • markf
    can you Give me some idea as to how to go about this ...
  • Kailash
    Run a client (daemon) process that subscribes to the instruments you want to track using the WebSocket API. Using our Python client for this will make things easier.

    Every time you receive a tick, you run it against your price conditions, and if they match, you initiate an SMTP connection to a mail server to trigger e-mails.
  • asif8qureshi
    I want to ask that is it a violation if I build a paid service which sends alerts via sms, messenger, etc using kite data?
  • sujith
    @asif8qureshi,
    Please write to talk(at)rainmatter.com for compliance related queries.
Sign In or Register to comment.