Announcement

Collapse
No announcement yet.

Need help with alerts ...

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

  • Need help with alerts ...

    Hi iam new in esignal and i have got a question.
    1st - i coded a backtesting program but it only does show the 1st alert - is this normal ???
    2nd - i dont understand the email alert
    Alert.email( sText, [ sSubject ] )
    where will this email be sent ??? and how do i configurate that esignal sends the email to e.g. [email protected]

    much thanks and regards ... erilein

  • #2
    erilein
    In reply to your first question it depends on how the condition is set.
    As to where the email will be sent depends on the following settings.
    Click View->Alerts... and in the dialog box put a check in Email Alert and click the Settings button next to it



    The address in the To box is where email alerts generated by the formula will be sent.
    Alex

    Comment


    • #3
      thank you ... and sorry that i did not notice that ... but i was coding in the editor
      bye

      Comment


      • #4
        ok i did change the settings ... but it doesnt work anyway
        my command to send a email alert is
        ...
        Alert.email("es geht hoch", "HOCH!");
        vLastAlert = 1;
        ...
        when i run the backtesting the i can hear the alertsound but there is no mail :*(

        pls help again

        Comment


        • #5
          erilein
          Have you checked if a regular alert will send an email?
          If it does not you may want to click here to read the FAQs on email alerts.
          Alex

          Comment

          Working...
          X