Hey guys,

I'm not a developer and I've tried some items to make this work however I've been unable to do so.
Since my efforts were pretty much useless I'm here asking for some help.

Is there some sort of template I can use to get it send an email to me when certain conditions are satisfied?
For instance:
Send email when:
(Close[1] gt; Top [2])
(Close[1] gt; Open[1])
(Close[2] lt; Open[two ])
OR
(Close[1] lt; Low[2])
(Close[1] lt; Open[1])
(Close[2] gt; Open[two ])


Any help will be appreciated.
Thanks!