Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,388 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Alert with Zorro #475131
11/24/18 09:48
11/24/18 09:48
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline OP
Member
tradingest  Offline OP
Member

Joined: Feb 2018
Posts: 236
Italy
Hi all,

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

thanks

Re: Alert with Zorro [Re: tradingest] #475132
11/24/18 11:02
11/24/18 11:02
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
There is an example script, look for "http_transfer".

Re: Alert with Zorro [Re: Spirit] #475133
11/24/18 11:25
11/24/18 11:25
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline OP
Member
tradingest  Offline OP
Member

Joined: Feb 2018
Posts: 236
Italy
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?

Re: Alert with Zorro [Re: tradingest] #475135
11/24/18 13:16
11/24/18 13:16
Joined: Feb 2017
Posts: 369
D
Dalla Offline
Senior Member
Dalla  Offline
Senior Member
D

Joined: Feb 2017
Posts: 369
Yes

Re: Alert with Zorro [Re: Dalla] #475139
11/24/18 15:57
11/24/18 15:57
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline OP
Member
tradingest  Offline OP
Member

Joined: Feb 2018
Posts: 236
Italy
Originally Posted By: Dalla
Yes


thanks Dalla,

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

thanks again

Re: Alert with Zorro [Re: tradingest] #475181
11/27/18 06:25
11/27/18 06:25
Joined: Aug 2018
Posts: 101
O
OptimusPrime Offline
Member
OptimusPrime  Offline
Member
O

Joined: Aug 2018
Posts: 101
You need to read the examples in the manual. See the chapter below

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


Thanks so much,

OptimusPrime

Re: Alert with Zorro [Re: OptimusPrime] #475911
01/13/19 11:17
01/13/19 11:17
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline OP
Member
tradingest  Offline OP
Member

Joined: Feb 2018
Posts: 236
Italy
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?

Re: Alert with Zorro [Re: tradingest] #475916
01/13/19 21:20
01/13/19 21:20
Joined: Apr 2008
Posts: 594
Austria
Petra Offline
Support
Petra  Offline
Support

Joined: Apr 2008
Posts: 594
Austria
Use an if() condition with the pattern for sending the email.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1