Announcement

Collapse
No announcement yet.

Alert set up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Alert set up

    Hi. Is there any way I can set up an email alert for this?

    I have a list of stock:
    X
    Y
    Z
    etc.

    I want to set up an email alert for each:
    if X breaks $50 AND volume last 5 bars in 5 minute chart is larger than volume last 30 bars in 5 min chart, then email alert
    if Y breaks $30 AND volume last 5 bars in 5 minute chart is larger than volume last 30 bars in 5 min chart, then email alert
    ....
    ...

    Thanks

  • #2
    Hello ssg10,

    You can accomplish such alert conditions using Alert.email() from a custom EFS. For a basic code example using the EFS Alert object, please see the formulas installed to your \eSignal\Formulas\Alerts\ folder. You may also try a forum search on the keyword phrase Alert.email* to find other code examples posted here in the forums.

    To reference the price and volume data in EFS you would use the close() and volume() series.

    If you are not familiar with programming in EFS and would like to begin learning, please visit the resources listed below my signature.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X