Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
1 registered members (Grant), 999 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
DateTime Candel how can implement? #482201
01/10/21 22:32
01/10/21 22:32
Joined: Jun 2016
Posts: 30
F
faustf Offline OP
Newbie
faustf  Offline OP
Newbie
F

Joined: Jun 2016
Posts: 30
hi guys i want simply close the trade at midnight , how is possible implement this rule ?? exist some example ??
i read this https://manual.zorro-project.com/trade.htm but not exist and example , anyone can help me ?? thanks

Re: DateTime Candel how can implement? [Re: faustf] #482204
01/11/21 08:51
01/11/21 08:51
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
May be this help to you:

Code
    if(dow() == FRIDAY && hour() >= 19) { 
        exitLong("*");
        exitShort("*");
    }



Last edited by Grat; 01/11/21 08:51.
Re: DateTime Candel how can implement? [Re: Grat] #482206
01/11/21 21:45
01/11/21 21:45
Joined: Jun 2016
Posts: 30
F
faustf Offline OP
Newbie
faustf  Offline OP
Newbie
F

Joined: Jun 2016
Posts: 30
thanks so much i will try


Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1