Gamestudio Links
Zorro Links
Newest Posts
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
M1 Oversampling
by 11honza11. 04/20/24 20:57
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 177 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 4 1 2 3 4
Re: New Zorro version 1.50 [Re: jcl] #462329
09/21/16 13:56
09/21/16 13:56
Joined: Feb 2015
Posts: 652
Milano, Italy
M
MatPed Offline
User
MatPed  Offline
User
M

Joined: Feb 2015
Posts: 652
Milano, Italy
ok thanks!

Re: New Zorro version 1.50 [Re: MatPed] #462394
09/27/16 07:18
09/27/16 07:18
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Zorro 1.50.6 has now been officially released to the download page. Subscribers will receive updates to their subscribed modules in the next days. Thanks for testing!

Re: New Zorro version 1.50 [Re: Girb] #462424
09/29/16 00:38
09/29/16 00:38
Joined: Oct 2012
Posts: 16
Western Australia
4xBones Offline
Newbie
4xBones  Offline
Newbie

Joined: Oct 2012
Posts: 16
Western Australia
Hi JCL, for some reason can't download latest beta <above> or prerelease (1502) versions. Public link (http://server.conitec.net/down/Zorro_1502.exe) just downloads an old version 1402?

Cheers, N

Re: New Zorro version 1.50 [Re: 4xBones] #462436
09/29/16 16:59
09/29/16 16:59
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
Hi,

i maybe found next bug:

if is optimize(1,0,2) ... begining from 0

Quote:

function tradeCounterTrend()
{
TimeFrame = 4;
==> var Threshold = optimize(1,0,1.5);


vars Price = series(price());
vars Filtered = series(BandPass(Price,optimize(30,25,35),0.5));
vars Signal = series(Fisher(Filtered,500));

Stop = optimize(4,2,10) * ATR(100);
Trail = 4*ATR(100);

if(crossUnder(Signal,-Threshold))
enterLong();
else if(crossOver(Signal,Threshold))
enterShort();
}



get allways only 0
Quote:

Loop [1][2] p1 step 22: 0.00 => 0.86 177/123
Loop [1][2] p1 step 23: 0.00 => 0.86 177/123
Loop [1][2] p1 step 24: 0.00 => 0.86 177/123
Loop [1][2] p1 step 25: 0.00 => 0.86 177/123
Loop [1][2] p1 step 26: 0.00 => 0.86 177/123
Loop [1][2] p1 step 27: 0.00 => 0.86 177/123
Loop [1][2] p1 step 28: 0.00 => 0.86 177/123
Loop [1][2] p1 step 29: 0.00 => 0.86 177/123
Loop [1][2] p1 step 30: 0.00 => 0.86 177/123
Loop [1][2] p1 step 31: 0.00 => 0.86 177/123
Loop [1][2] p1 step 32: 0.00 => 0.86 177/123
Loop [1][2] p1 step 33: 0.00 => 0.86 177/123


Re: New Zorro version 1.50 [Re: Grat] #462444
09/30/16 07:11
09/30/16 07:11
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
What is 10% of 0?

laugh

Re: New Zorro version 1.50 [Re: jcl] #462445
09/30/16 08:37
09/30/16 08:37
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
Ok,

but I have an interval from <0,1.5>

1 step: 0
2 step 0.15
...
10 step 1.5

if a have 10 step.

I thinking the optimize work like regress line : y = kx+q
-----------
If want optimize from 0, must be defined the step value?



Last edited by Grat; 09/30/16 08:39.
Re: New Zorro version 1.50 [Re: Grat] #462466
10/02/16 14:31
10/02/16 14:31
Joined: Apr 2008
Posts: 585
Austria
Petra Offline
Support
Petra  Offline
Support

Joined: Apr 2008
Posts: 585
Austria
For y = kx+q, you need a step value k.

Re: New Zorro version 1.50 [Re: Petra] #462475
10/03/16 13:27
10/03/16 13:27
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
hi,

i trying download version 1.50.6 but downloaded version 1.06 (size 50MB)

Re: New Zorro version 1.50 [Re: Grat] #462491
10/04/16 16:27
10/04/16 16:27
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
New version is not for download?

Only version 1.06 and 1.42?

Re: New Zorro version 1.50 [Re: Grat] #462492
10/04/16 17:00
10/04/16 17:00
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Grat, this is an old thread. Version 1.50 is not in beta test anymore. It was released already a week ago.

Page 3 of 4 1 2 3 4

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1