Alert with Zorro

Posted By: tradingest

Alert with Zorro - 11/24/18 09:48

Hi all,

is it possible to create Alert (when the special condition is true) to send through email with Zorro?

thanks
Posted By: Spirit

Re: Alert with Zorro - 11/24/18 11:02

There is an example script, look for "http_transfer".
Posted By: tradingest

Re: Alert with Zorro - 11/24/18 11:25

Originally Posted By: Spirit
There is an example script, look for "http_transfer".


for istance:

when the price touch the sma(20) send an email to alert on this.

Is it possible?
Posted By: Dalla

Re: Alert with Zorro - 11/24/18 13:16

Yes
Posted By: tradingest

Re: Alert with Zorro - 11/24/18 15:57

Originally Posted By: Dalla
Yes


thanks Dalla,

is it possible to have a reference within manual to build these alert?

thanks again
Posted By: OptimusPrime

Re: Alert with Zorro - 11/27/18 06:25

You need to read the examples in the manual. See the chapter below

--------------------
HTTP functions
--------------------
// send an email when a trade is entered
Posted By: tradingest

Re: Alert with Zorro - 01/13/19 11:17

Originally Posted By: OptimusPrime
You need to read the examples in the manual. See the chapter below

--------------------
HTTP functions
--------------------
// send an email when a trade is entered



But is it possible to receive the email when is ready the pattern candle that I choose?
Posted By: Petra

Re: Alert with Zorro - 01/13/19 21:20

Use an if() condition with the pattern for sending the email.
© 2024 lite-C Forums