Zorro 1.34

Posted By: jcl

Zorro 1.34 - 08/24/15 08:01

A new Zorro version is available for a beta test:

http://server.conitec.net/down/Zorro_1340.exe

A description of the new features can be found here:

http://manual.zorro-trader.com/new.htm

The two main features are multiple cores for WFO training, and user-defined bars. Also the Z systems have been improved and a new algorithm was added.
Posted By: boatman

Re: Zorro 1.34 - 08/24/15 15:18

Great stuff jcl and team. Looking forward to exploring the new version.
Posted By: killerkhan

Re: Zorro 1.34 - 08/24/15 23:41

I closed my FXCM account and stopped all zorro trading till the IB API plugins comes out. so awaiting next version.
Posted By: jcl

Re: Zorro 1.34 - 08/31/15 08:09

A slightly newer version:

http://server.conitec.net/down/Zorro_1341.exe

A crash bug was fixed and the Z7 system now included.
Posted By: Sphin

Re: Zorro 1.34 - 08/31/15 18:56

Zorro 1.34.1 crashes on my Windows 2012 server immediately after clicking "Trade" (all strategies) with the following entries in event viewer. Strange: Although Zorro's GUI displays "Zorro 1.34.1" (Zorro.exe with time stamp 29.08.2015 10:22, 637 KB) the version event viewer sees is 1.3.2.1 (?). UAC is of course disabled on this machine.

Code:
Event Viewer Entry 1 "Application Error"

Register "allgemein" / general

Name der fehlerhaften Anwendung: Zorro.exe, Version: 1.3.2.1, Zeitstempel: 0x55e16ba8
Name des fehlerhaften Moduls: unknown, Version: 0.0.0.0, Zeitstempel: 0x00000000
Ausnahmecode: 0xc0000005
Fehleroffset: 0x0993bbc1
ID des fehlerhaften Prozesses: 0x47c
Startzeit der fehlerhaften Anwendung: 0x01d0e419551ede52
Pfad der fehlerhaften Anwendung: D:\Zorro\V_1.34\Zorro.exe
Pfad des fehlerhaften Moduls: unknown
Berichtskennung: 95c1c0d7-500c-11e5-93fc-001bc640c8a1
Vollständiger Name des fehlerhaften Pakets: 
Anwendungs-ID, die relativ zum fehlerhaften Paket ist: 

Register "Details"

System 

  - Provider 

   [ Name]  Application Error 
 
  - EventID 1000 

   [ Qualifiers]  0 
 
   Level 2 
 
   Task 100 
 
   Keywords 0x80000000000000 
 
  - TimeCreated 

   [ SystemTime]  2015-08-31T18:17:49.000000000Z 
 
   EventRecordID 8763 
 
   Channel Application 
 
   Computer h2345663 
 
   Security 
 

- EventData 

   Zorro.exe 
   1.3.2.1 
   55e16ba8 
   unknown 
   0.0.0.0 
   00000000 
   c0000005 
   0993bbc1 
   47c 
   01d0e419551ede52 
   D:\Zorro\V_1.34\Zorro.exe 
   unknown 
   95c1c0d7-500c-11e5-93fc-001bc640c8a1 


Event Viewer Entry 2 "Windows Error Reporting"

Register "allgemein" / general

Fehlerbucket , Typ 0
Ereignisname: BEX
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: Zorro.exe
P2: 1.3.2.1
P3: 55e16ba8
P4: StackHash_5861
P5: 0.0.0.0
P6: 00000000
P7: PCH_0B_FROM_ntdll+0x0002DF8C
P8: c0000005
P9: 00000008
P10: 

Angefügte Dateien:

Diese Dateien befinden sich möglicherweise hier:
C:\Users\Administrator\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Zorro.exe_c7a98df9cc8026cbd425922b3f8d6a5e6855a_0a9a468e

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 95c1c0d7-500c-11e5-93fc-001bc640c8a1
Berichtstatus: 2048
Bucket mit Hash: 


Register "Details"

 System 

  - Provider 

   [ Name]  Windows Error Reporting 
 
  - EventID 1001 

   [ Qualifiers]  0 
 
   Level 4 
 
   Task 0 
 
   Keywords 0x80000000000000 
 
  - TimeCreated 

   [ SystemTime]  2015-08-31T18:41:01.000000000Z 
 
   EventRecordID 8770 
 
   Channel Application 
 
   Computer h2345663 
 
   Security 
 

- EventData 

    
   0 
   BEX 
   Nicht verfügbar 
   0 
   Zorro.exe 
   1.3.2.1 
   55e16ba8 
   StackHash_5861 
   0.0.0.0 
   00000000 
   PCH_0B_FROM_ntdll+0x0002DF8C 
   c0000005 
   00000008 
    
    
   C:\Users\Administrator\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Zorro.exe_c7a98df9cc8026cbd425922b3f8d6a5e6855a_0b9f72f7 
    
   0 
   d25b9fa0-500f-11e5-93fc-001bc640c8a1 
   2048



If you need any other information please tell me.
Posted By: jcl

Re: Zorro 1.34 - 09/01/15 05:27

This is not UAC, but DEP. It causes usually a BEX exception on script execution. For running scripts, such as Zorro strategies, you must disable DEP - look here:

http://manual.zorro-trader.com/brokers.htm#vps

DEP is normally disabled, but sometimes enabled on VPS. It then can crash, dependent on whether the Windows kernel detects that Zorro is running compiled code. If it crashes, then it does so immediately at script start.
Posted By: GPEngine

Re: Zorro 1.34 - 09/01/15 05:43

Is Z7 deterministic?
Posted By: jcl

Re: Zorro 1.34 - 09/01/15 08:27

What do you mean by "deterministic"? All computer programs are deterministic.
Posted By: GPEngine

Re: Zorro 1.34 - 09/01/15 14:48

of course there are non-deterministic programs. For example, a program which consumes random numbers, and does not use a fixed RNG seed.
Posted By: jcl

Re: Zorro 1.34 - 09/01/15 15:00

Random numbers are 100% deterministic, and this with any seed. They are in fact often used as classic examples of determinism.

But aside from the philosophical arguments, what did you mean with your original question?
Posted By: Sphin

Re: Zorro 1.34 - 09/01/15 16:56

After switching DEP the way you told me Zorro does not crash anymore. But this fact refers to 1.34 only because 1.32 was running on this VE as it was until upgrading to 1.34.
Posted By: Sphin

Re: Zorro 1.34 - 09/01/15 17:16

The parameter "WebFolder" in Zorro.ini seems to be ignored, zorro prints html-files always in its log folder.
Posted By: jcl

Re: Zorro 1.34 - 09/01/15 17:42

There's nothing changed with Webfolder. Did it never work for you or did it work previously?
Posted By: Sphin

Re: Zorro 1.34 - 09/01/15 18:11

It worked in 1.32 on this machine, but not in 1.34. I tried it with

WebFolder = "C:\\inetpub\\wwwroot" and
WebFolder = "C:\inetpub\wwwroot"

but Zorro writes in log only.
Posted By: jcl

Re: Zorro 1.34 - 09/01/15 18:41

This looks wrong. I have this in my ini file:

WebFolder = C:\inetpub\wwwroot\zorro

Make sure that the folder exists. It probably also works with double quotes, but most likely not with double backslashes. The "\\" is used for string constants in C source code, not for file names in an ini file.

Also when changing the .ini file make sure to restart Zorro - the .ini file is only read once at the begin.
Posted By: Sphin

Re: Zorro 1.34 - 09/01/15 20:32

Ah ... okay, 1.34 doesn't like quotes, it must be

WebFolder = C:\inetpub\wwwroot

The original line in Zorro.ini of 1.34 looks like:

WebFolder = "" // for the trade status page, f.i. "C:\inetpub\wwwroot" for IIS

So the quotes were not an idea of mine and in 1.32 no problem, too. laugh
Posted By: GPEngine

Re: Zorro 1.34 - 09/02/15 02:55

If two people Trade Z7 will they enter all the same positions?
Why is Z7 released as .x? same reason as the others, or a different reason?
Posted By: GPEngine

Re: Zorro 1.34 - 09/02/15 02:58

when i asked the question I thought that Z7 used RBridge + SVM . I now see that it is an iteration on Workshop7.
Posted By: GPEngine

Re: Zorro 1.34 - 09/02/15 05:08

I started Trade mode for Z7 on a Windows Server on a FXCM Demo account.

Error 070 - possibly orphaned trade

Code:
Trade: Z7 portfolio 01.09.2015
Lookback period (480 bars)
[94: Mon 03.08.15 19:00]  1.55880
Read Z7.c
[95: Mon 03.08.15 20:00]  1.55837
[96: Mon 03.08.15 21:00]  1.55831
[97: Mon 03.08.15 22:00]  1.55906
[98: Mon 03.08.15 23:00]  1.55865
[99: Tue 04.08.15 00:00]  1.55882.
[100: Tue 04.08.15 01:00]  1.55897
[101: Tue 04.08.15 02:00]  1.55741
[102: Tue 04.08.15 03:00]  1.55940
[103: Tue 04.08.15 04:00]  1.55979
[104: Tue 04.08.15 05:00]  1.55895
[105: Tue 04.08.15 06:00]  1.55965
[106: Tue 04.08.15 07:00]  1.56050
[107: Tue 04.08.15 08:00]  1.56025
[108: Tue 04.08.15 09:00]  1.56146
[109: Tue 04.08.15 10:00]  1.55844
[110: Tue 04.08.15 11:00]  1.55926
[111: Tue 04.08.15 12:00]  1.55956
[112: Tue 04.08.15 13:00]  1.56204
[113: Tue 04.08.15 14:00]  1.56078
[114: Tue 04.08.15 15:00]  1.56040
[115: Tue 04.08.15 16:00]  1.55975
[116: Tue 04.08.15 17:00]  1.56108
[117: Tue 04.08.15 18:00]  1.56307
[118: Tue 04.08.15 19:00]  1.55825
[119: Tue 04.08.15 20:00]  1.55678
[120: Tue 04.08.15 21:00]  1.55734
[121: Tue 04.08.15 22:00]  1.55667
[122: Tue 04.08.15 23:00]  1.55686
[123: Wed 05.08.15 00:00]  1.55667
[124: Wed 05.08.15 01:00]  1.55663
[125: Wed 05.08.15 02:00]  1.55691
[126: Wed 05.08.15 03:00]  1.55419
[127: Wed 05.08.15 04:00]  1.55398
[128: Wed 05.08.15 05:00]  1.55379
[129: Wed 05.08.15 06:00]  1.55423
[130: Wed 05.08.15 07:00]  1.55465
[131: Wed 05.08.15 08:00]  1.55586
[132: Wed 05.08.15 09:00]  1.55837
[133: Wed 05.08.15 10:00]  1.55828
[134: Wed 05.08.15 11:00]  1.55797
[135: Wed 05.08.15 12:00]  1.55916
[136: Wed 05.08.15 13:00]  1.56299
[137: Wed 05.08.15 14:00]  1.56370
[138: Wed 05.08.15 15:00]  1.56323
[139: Wed 05.08.15 16:00]  1.56069
[140: Wed 05.08.15 17:00]  1.56048
[141: Wed 05.08.15 18:00]  1.56051
[142: Wed 05.08.15 19:00]  1.56121
[143: Wed 05.08.15 20:00]  1.55979
[144: Wed 05.08.15 21:00]  1.56005
[145: Wed 05.08.15 22:00]  1.56050
[146: Wed 05.08.15 23:00]  1.56007
[147: Thu 06.08.15 00:00]  1.56017
[148: Thu 06.08.15 01:00]  1.56036
[149: Thu 06.08.15 02:00]  1.56156
[150: Thu 06.08.15 03:00]  1.56173
[151: Thu 06.08.15 04:00]  1.56167
[152: Thu 06.08.15 05:00]  1.56205
[153: Thu 06.08.15 06:00]  1.56202
[154: Thu 06.08.15 07:00]  1.56234
[155: Thu 06.08.15 08:00]  1.56249
[156: Thu 06.08.15 09:00]  1.55973
[157: Thu 06.08.15 10:00]  1.56095
[158: Thu 06.08.15 11:00]  1.56116
[159: Thu 06.08.15 12:00]  1.55878
[160: Thu 06.08.15 13:00]  1.54917
[161: Thu 06.08.15 14:00]  1.55273
[162: Thu 06.08.15 15:00]  1.55210
[163: Thu 06.08.15 16:00]  1.55029
[164: Thu 06.08.15 17:00]  1.55188
[165: Thu 06.08.15 18:00]  1.55331
[166: Thu 06.08.15 19:00]  1.55128
[167: Thu 06.08.15 20:00]  1.55157
[168: Thu 06.08.15 21:00]  1.55216
[169: Thu 06.08.15 22:00]  1.55136
[170: Thu 06.08.15 23:00]  1.55159
[171: Fri 07.08.15 00:00]  1.55115
[172: Fri 07.08.15 01:00]  1.55129
[173: Fri 07.08.15 02:00]  1.55175
[174: Fri 07.08.15 03:00]  1.55017
[175: Fri 07.08.15 04:00]  1.55110
[176: Fri 07.08.15 05:00]  1.55136
[177: Fri 07.08.15 06:00]  1.55141
[178: Fri 07.08.15 07:00]  1.55185
[179: Fri 07.08.15 08:00]  1.55029
[180: Fri 07.08.15 09:00]  1.55017
[181: Fri 07.08.15 10:00]  1.55238
[182: Fri 07.08.15 11:00]  1.55188
[183: Fri 07.08.15 12:00]  1.55098
[184: Fri 07.08.15 13:00]  1.55167
[185: Fri 07.08.15 14:00]  1.54736
[186: Fri 07.08.15 15:00]  1.54321
[187: Fri 07.08.15 16:00]  1.54707
[188: Fri 07.08.15 17:00]  1.54644
[189: Fri 07.08.15 18:00]  1.54780
[190: Fri 07.08.15 19:00]  1.54866
[191: Sun 09.08.15 23:00]  1.54941
[192: Mon 10.08.15 00:00]  1.54965
[193: Mon 10.08.15 01:00]  1.54874
[194: Mon 10.08.15 02:00]  1.54848
[195: Mon 10.08.15 03:00]  1.54949
[196: Mon 10.08.15 04:00]  1.54873
[197: Mon 10.08.15 05:00]  1.54864
[198: Mon 10.08.15 06:00]  1.54897
[199: Mon 10.08.15 07:00]  1.54881.
[200: Mon 10.08.15 08:00]  1.54960
[201: Mon 10.08.15 09:00]  1.54788
[202: Mon 10.08.15 10:00]  1.54717
[203: Mon 10.08.15 11:00]  1.54643
[204: Mon 10.08.15 12:00]  1.54720
[205: Mon 10.08.15 13:00]  1.54923
[206: Mon 10.08.15 14:00]  1.55108
[207: Mon 10.08.15 15:00]  1.55197
[208: Mon 10.08.15 16:00]  1.55435
[209: Mon 10.08.15 17:00]  1.55449
[210: Mon 10.08.15 18:00]  1.55945
[211: Mon 10.08.15 19:00]  1.55950
[212: Mon 10.08.15 20:00]  1.56045
[213: Mon 10.08.15 21:00]  1.55883
[214: Mon 10.08.15 22:00]  1.55990
[215: Mon 10.08.15 23:00]  1.55884
[216: Tue 11.08.15 00:00]  1.55870
[217: Tue 11.08.15 01:00]  1.55852
[218: Tue 11.08.15 02:00]  1.55996
[219: Tue 11.08.15 03:00]  1.55673
[220: Tue 11.08.15 04:00]  1.55614
[221: Tue 11.08.15 05:00]  1.55686
[222: Tue 11.08.15 06:00]  1.55684
[223: Tue 11.08.15 07:00]  1.55728
[224: Tue 11.08.15 08:00]  1.55582
[225: Tue 11.08.15 09:00]  1.56052
[226: Tue 11.08.15 10:00]  1.56050
[227: Tue 11.08.15 11:00]  1.55822
[228: Tue 11.08.15 12:00]  1.55768
[229: Tue 11.08.15 13:00]  1.55955
[230: Tue 11.08.15 14:00]  1.55801
[231: Tue 11.08.15 15:00]  1.55847
[232: Tue 11.08.15 16:00]  1.55686
[233: Tue 11.08.15 17:00]  1.55707
[234: Tue 11.08.15 18:00]  1.55709
[235: Tue 11.08.15 19:00]  1.55715
[236: Tue 11.08.15 20:00]  1.55611
[237: Tue 11.08.15 21:00]  1.55814
[238: Tue 11.08.15 22:00]  1.55769
[239: Tue 11.08.15 23:00]  1.55758
[240: Wed 12.08.15 00:00]  1.55817
[241: Wed 12.08.15 01:00]  1.55836
[242: Wed 12.08.15 02:00]  1.55851
[243: Wed 12.08.15 03:00]  1.55597
[244: Wed 12.08.15 04:00]  1.55599
[245: Wed 12.08.15 05:00]  1.55479
[246: Wed 12.08.15 06:00]  1.55607
[247: Wed 12.08.15 07:00]  1.55749
[248: Wed 12.08.15 08:00]  1.55744
[249: Wed 12.08.15 09:00]  1.55906
[250: Wed 12.08.15 10:00]  1.55723
[251: Wed 12.08.15 11:00]  1.55667
[252: Wed 12.08.15 12:00]  1.55869
[253: Wed 12.08.15 13:00]  1.55936
[254: Wed 12.08.15 14:00]  1.56194
[255: Wed 12.08.15 15:00]  1.56112
[256: Wed 12.08.15 16:00]  1.56381
[257: Wed 12.08.15 17:00]  1.56396
[258: Wed 12.08.15 18:00]  1.56470
[259: Wed 12.08.15 19:00]  1.56226
[260: Wed 12.08.15 20:00]  1.56130
[261: Wed 12.08.15 21:00]  1.56234
[262: Wed 12.08.15 22:00]  1.56181
[263: Wed 12.08.15 23:00]  1.56184
[264: Thu 13.08.15 00:00]  1.56170
[265: Thu 13.08.15 01:00]  1.56108
[266: Thu 13.08.15 02:00]  1.56187
[267: Thu 13.08.15 03:00]  1.56117
[268: Thu 13.08.15 04:00]  1.56171
[269: Thu 13.08.15 05:00]  1.56223
[270: Thu 13.08.15 06:00]  1.56160
[271: Thu 13.08.15 07:00]  1.56221
[272: Thu 13.08.15 08:00]  1.56261
[273: Thu 13.08.15 09:00]  1.56165
[274: Thu 13.08.15 10:00]  1.56106
[275: Thu 13.08.15 11:00]  1.56282
[276: Thu 13.08.15 12:00]  1.56266
[277: Thu 13.08.15 13:00]  1.56290
[278: Thu 13.08.15 14:00]  1.56119
[279: Thu 13.08.15 15:00]  1.55825
[280: Thu 13.08.15 16:00]  1.55840
[281: Thu 13.08.15 17:00]  1.55962
[282: Thu 13.08.15 18:00]  1.56068
[283: Thu 13.08.15 19:00]  1.56061
[284: Thu 13.08.15 20:00]  1.56145
[285: Thu 13.08.15 21:00]  1.56152
[286: Thu 13.08.15 22:00]  1.56151
[287: Thu 13.08.15 23:00]  1.56141
[288: Fri 14.08.15 00:00]  1.56099
[289: Fri 14.08.15 01:00]  1.56145
[290: Fri 14.08.15 02:00]  1.56178
[291: Fri 14.08.15 03:00]  1.56110
[292: Fri 14.08.15 04:00]  1.56090
[293: Fri 14.08.15 05:00]  1.56133
[294: Fri 14.08.15 06:00]  1.56161
[295: Fri 14.08.15 07:00]  1.56122
[296: Fri 14.08.15 08:00]  1.56099
[297: Fri 14.08.15 09:00]  1.55908
[298: Fri 14.08.15 10:00]  1.56088
[299: Fri 14.08.15 11:00]  1.56211.
[300: Fri 14.08.15 12:00]  1.56300
[301: Fri 14.08.15 13:00]  1.56349
[302: Fri 14.08.15 14:00]  1.56325
[303: Fri 14.08.15 15:00]  1.56342
[304: Fri 14.08.15 16:00]  1.56078
[305: Fri 14.08.15 17:00]  1.56234
[306: Fri 14.08.15 18:00]  1.56496
[307: Fri 14.08.15 19:00]  1.56427
[308: Sun 16.08.15 23:00]  1.56517
[309: Mon 17.08.15 00:00]  1.56499
[310: Mon 17.08.15 01:00]  1.56483
[311: Mon 17.08.15 02:00]  1.56486
[312: Mon 17.08.15 03:00]  1.56481
[313: Mon 17.08.15 04:00]  1.56491
[314: Mon 17.08.15 05:00]  1.56484
[315: Mon 17.08.15 06:00]  1.56476
[316: Mon 17.08.15 07:00]  1.56536
[317: Mon 17.08.15 08:00]  1.56688
[318: Mon 17.08.15 09:00]  1.56533
[319: Mon 17.08.15 10:00]  1.56477
[320: Mon 17.08.15 11:00]  1.56357
[321: Mon 17.08.15 12:00]  1.56311
[322: Mon 17.08.15 13:00]  1.56246
[323: Mon 17.08.15 14:00]  1.56333
[324: Mon 17.08.15 15:00]  1.56292
[325: Mon 17.08.15 16:00]  1.55981
[326: Mon 17.08.15 17:00]  1.55962
[327: Mon 17.08.15 18:00]  1.55888
[328: Mon 17.08.15 19:00]  1.55911
[329: Mon 17.08.15 20:00]  1.55855
[330: Mon 17.08.15 21:00]  1.55862
[331: Mon 17.08.15 22:00]  1.55921
[332: Mon 17.08.15 23:00]  1.55863
[333: Tue 18.08.15 00:00]  1.55844
[334: Tue 18.08.15 01:00]  1.55818
[335: Tue 18.08.15 02:00]  1.55828
[336: Tue 18.08.15 03:00]  1.55877
[337: Tue 18.08.15 04:00]  1.55889
[338: Tue 18.08.15 05:00]  1.55923
[339: Tue 18.08.15 06:00]  1.55813
[340: Tue 18.08.15 07:00]  1.55829
[341: Tue 18.08.15 08:00]  1.55689
[342: Tue 18.08.15 09:00]  1.55879
[343: Tue 18.08.15 10:00]  1.56702
[344: Tue 18.08.15 11:00]  1.56897
[345: Tue 18.08.15 12:00]  1.57032
[346: Tue 18.08.15 13:00]  1.56939
[347: Tue 18.08.15 14:00]  1.56850
[348: Tue 18.08.15 15:00]  1.56902
[349: Tue 18.08.15 16:00]  1.56525
[350: Tue 18.08.15 17:00]  1.56566
[351: Tue 18.08.15 18:00]  1.56539
[352: Tue 18.08.15 19:00]  1.56584
[353: Tue 18.08.15 20:00]  1.56639
[354: Tue 18.08.15 21:00]  1.56641
[355: Tue 18.08.15 22:00]  1.56654
[356: Tue 18.08.15 23:00]  1.56605
[357: Wed 19.08.15 00:00]  1.56591
[358: Wed 19.08.15 01:00]  1.56634
[359: Wed 19.08.15 02:00]  1.56721
[360: Wed 19.08.15 03:00]  1.56699
[361: Wed 19.08.15 04:00]  1.56732
[362: Wed 19.08.15 05:00]  1.56691
[363: Wed 19.08.15 06:00]  1.56697
[364: Wed 19.08.15 07:00]  1.56690
[365: Wed 19.08.15 08:00]  1.56762
[366: Wed 19.08.15 09:00]  1.56880
[367: Wed 19.08.15 10:00]  1.56800
[368: Wed 19.08.15 11:00]  1.56690
[369: Wed 19.08.15 12:00]  1.56698
[370: Wed 19.08.15 13:00]  1.56627
[371: Wed 19.08.15 14:00]  1.56587
[372: Wed 19.08.15 15:00]  1.56564
[373: Wed 19.08.15 16:00]  1.56406
[374: Wed 19.08.15 17:00]  1.56429
[375: Wed 19.08.15 18:00]  1.56470
[376: Wed 19.08.15 19:00]  1.56880
[377: Wed 19.08.15 20:00]  1.56898
[378: Wed 19.08.15 21:00]  1.56888
[379: Wed 19.08.15 22:00]  1.56811
[380: Wed 19.08.15 23:00]  1.56835
[381: Thu 20.08.15 00:00]  1.56797
[382: Thu 20.08.15 01:00]  1.56827
[383: Thu 20.08.15 02:00]  1.56966
[384: Thu 20.08.15 03:00]  1.56855
[385: Thu 20.08.15 04:00]  1.56775
[386: Thu 20.08.15 05:00]  1.56815
[387: Thu 20.08.15 06:00]  1.56826
[388: Thu 20.08.15 07:00]  1.56812
[389: Thu 20.08.15 08:00]  1.56778
[390: Thu 20.08.15 09:00]  1.56651
[391: Thu 20.08.15 10:00]  1.56215
[392: Thu 20.08.15 11:00]  1.56164
[393: Thu 20.08.15 12:00]  1.56485
[394: Thu 20.08.15 13:00]  1.56632
[395: Thu 20.08.15 14:00]  1.56623
[396: Thu 20.08.15 15:00]  1.56604
[397: Thu 20.08.15 16:00]  1.56636
[398: Thu 20.08.15 17:00]  1.56863
[399: Thu 20.08.15 18:00]  1.56803.
[400: Thu 20.08.15 19:00]  1.56758
[401: Thu 20.08.15 20:00]  1.56772
[402: Thu 20.08.15 21:00]  1.56937
[403: Thu 20.08.15 22:00]  1.56933
[404: Thu 20.08.15 23:00]  1.56943
[405: Fri 21.08.15 00:00]  1.56898
[406: Fri 21.08.15 01:00]  1.56888
[407: Fri 21.08.15 02:00]  1.56892
[408: Fri 21.08.15 03:00]  1.56832
[409: Fri 21.08.15 04:00]  1.56910
[410: Fri 21.08.15 05:00]  1.56896
[411: Fri 21.08.15 06:00]  1.56958
[412: Fri 21.08.15 07:00]  1.57000
[413: Fri 21.08.15 08:00]  1.57098
[414: Fri 21.08.15 09:00]  1.57041
[415: Fri 21.08.15 10:00]  1.57175
[416: Fri 21.08.15 11:00]  1.56929
[417: Fri 21.08.15 12:00]  1.56870
[418: Fri 21.08.15 13:00]  1.56717
[419: Fri 21.08.15 14:00]  1.56782
[420: Fri 21.08.15 15:00]  1.56933
[421: Fri 21.08.15 16:00]  1.56700
[422: Fri 21.08.15 17:00]  1.56961
[423: Fri 21.08.15 18:00]  1.57108
[424: Fri 21.08.15 19:00]  1.56947
[425: Sun 23.08.15 23:00]  1.56998
[426: Mon 24.08.15 00:00]  1.56859
[427: Mon 24.08.15 01:00]  1.56758
[428: Mon 24.08.15 02:00]  1.56673
[429: Mon 24.08.15 03:00]  1.56753
[430: Mon 24.08.15 04:00]  1.56809
[431: Mon 24.08.15 05:00]  1.56838
[432: Mon 24.08.15 06:00]  1.56871
[433: Mon 24.08.15 07:00]  1.56598
[434: Mon 24.08.15 08:00]  1.56335
[435: Mon 24.08.15 09:00]  1.56693
[436: Mon 24.08.15 10:00]  1.57122
[437: Mon 24.08.15 11:00]  1.57069
[438: Mon 24.08.15 12:00]  1.57178
[439: Mon 24.08.15 13:00]  1.57422
[440: Mon 24.08.15 14:00]  1.57697
[441: Mon 24.08.15 15:00]  1.57704
[442: Mon 24.08.15 16:00]  1.57397
[443: Mon 24.08.15 17:00]  1.57303
[444: Mon 24.08.15 18:00]  1.57418
[445: Mon 24.08.15 19:00]  1.57599
[446: Mon 24.08.15 20:00]  1.57759
[447: Mon 24.08.15 21:00]  1.57788
[448: Mon 24.08.15 22:00]  1.57823
[449: Mon 24.08.15 23:00]  1.57588
[450: Tue 25.08.15 00:00]  1.57557
[451: Tue 25.08.15 01:00]  1.57609
[452: Tue 25.08.15 02:00]  1.57620
[453: Tue 25.08.15 03:00]  1.57532
[454: Tue 25.08.15 04:00]  1.57647
[455: Tue 25.08.15 05:00]  1.57700
[456: Tue 25.08.15 06:00]  1.57752
[457: Tue 25.08.15 07:00]  1.57662
[458: Tue 25.08.15 08:00]  1.57742
[459: Tue 25.08.15 09:00]  1.57794
[460: Tue 25.08.15 10:00]  1.57873
[461: Tue 25.08.15 11:00]  1.58073
[462: Tue 25.08.15 12:00]  1.57927
[463: Tue 25.08.15 13:00]  1.57880
[464: Tue 25.08.15 14:00]  1.57813
[465: Tue 25.08.15 15:00]  1.57608
[466: Tue 25.08.15 16:00]  1.56971
[467: Tue 25.08.15 17:00]  1.56978
[468: Tue 25.08.15 18:00]  1.56962
[469: Tue 25.08.15 19:00]  1.56881
[470: Tue 25.08.15 20:00]  1.56843
[471: Tue 25.08.15 21:00]  1.56921
[472: Tue 25.08.15 22:00]  1.56885
[473: Tue 25.08.15 23:00]  1.56929
[474: Wed 26.08.15 00:00]  1.56978
[475: Wed 26.08.15 01:00]  1.56969
[476: Wed 26.08.15 02:00]  1.56940
[477: Wed 26.08.15 03:00]  1.56942
[478: Wed 26.08.15 04:00]  1.57133
[479: Wed 26.08.15 05:00]  1.57177
[480: Wed 26.08.15 06:00]  1.56998
[481: Wed 26.08.15 07:00]  1.56984
[482: Wed 26.08.15 08:00]  1.56960
[483: Wed 26.08.15 09:00]  1.56929
[484: Wed 26.08.15 10:00]  1.56799
[485: Wed 26.08.15 11:00]  1.56514
[486: Wed 26.08.15 12:00]  1.56252
[487: Wed 26.08.15 13:00]  1.55807
[488: Wed 26.08.15 14:00]  1.55781
[489: Wed 26.08.15 15:00]  1.55667
[490: Wed 26.08.15 16:00]  1.55408
[491: Wed 26.08.15 17:00]  1.54908
[492: Wed 26.08.15 18:00]  1.54875
[493: Wed 26.08.15 19:00]  1.54763
[494: Wed 26.08.15 20:00]  1.54674
[495: Wed 26.08.15 21:00]  1.54749
[496: Wed 26.08.15 22:00]  1.54676
[497: Wed 26.08.15 23:00]  1.54700
[498: Thu 27.08.15 00:00]  1.54771
[499: Thu 27.08.15 01:00]  1.54796.
[500: Thu 27.08.15 02:00]  1.54808
[501: Thu 27.08.15 03:00]  1.54983
[502: Thu 27.08.15 04:00]  1.54970
[503: Thu 27.08.15 05:00]  1.55026
[504: Thu 27.08.15 06:00]  1.54978
[505: Thu 27.08.15 07:00]  1.54985
[506: Thu 27.08.15 08:00]  1.54887
[507: Thu 27.08.15 09:00]  1.54818
[508: Thu 27.08.15 10:00]  1.54838
[509: Thu 27.08.15 11:00]  1.54899
[510: Thu 27.08.15 12:00]  1.54531
[511: Thu 27.08.15 13:00]  1.54647
[512: Thu 27.08.15 14:00]  1.54256
[513: Thu 27.08.15 15:00]  1.54170
[514: Thu 27.08.15 16:00]  1.53724
[515: Thu 27.08.15 17:00]  1.54095
[516: Thu 27.08.15 18:00]  1.54075
[517: Thu 27.08.15 19:00]  1.54097
[518: Thu 27.08.15 20:00]  1.54279
[519: Thu 27.08.15 21:00]  1.54151
[520: Thu 27.08.15 22:00]  1.54041
[521: Thu 27.08.15 23:00]  1.54077
[522: Fri 28.08.15 00:00]  1.54110
[523: Fri 28.08.15 01:00]  1.54106
[524: Fri 28.08.15 02:00]  1.54129
[525: Fri 28.08.15 03:00]  1.54237
[526: Fri 28.08.15 04:00]  1.54308
[527: Fri 28.08.15 05:00]  1.54380
[528: Fri 28.08.15 06:00]  1.54336
[529: Fri 28.08.15 07:00]  1.54320
[530: Fri 28.08.15 08:00]  1.54178
[531: Fri 28.08.15 09:00]  1.54197
[532: Fri 28.08.15 10:00]  1.53913
[533: Fri 28.08.15 11:00]  1.54053
[534: Fri 28.08.15 12:00]  1.53886
[535: Fri 28.08.15 13:00]  1.53855
[536: Fri 28.08.15 14:00]  1.53677
[537: Fri 28.08.15 15:00]  1.53827
[538: Fri 28.08.15 16:00]  1.53543
[539: Fri 28.08.15 17:00]  1.53615
[540: Fri 28.08.15 18:00]  1.53897
[541: Fri 28.08.15 19:00]  1.53969
[542: Sun 30.08.15 23:00]  1.53907
[543: Mon 31.08.15 00:00]  1.54161
[544: Mon 31.08.15 01:00]  1.54156
[545: Mon 31.08.15 02:00]  1.54215
[546: Mon 31.08.15 03:00]  1.54315
[547: Mon 31.08.15 04:00]  1.54271
[548: Mon 31.08.15 05:00]  1.54273
[549: Mon 31.08.15 06:00]  1.54309
[550: Mon 31.08.15 07:00]  1.54331
[551: Mon 31.08.15 08:00]  1.54199
[552: Mon 31.08.15 09:00]  1.54155
[553: Mon 31.08.15 10:00]  1.54241
[554: Mon 31.08.15 11:00]  1.54029
[555: Mon 31.08.15 12:00]  1.54198
[556: Mon 31.08.15 13:00]  1.54089
[557: Mon 31.08.15 14:00]  1.54195
[558: Mon 31.08.15 15:00]  1.54001
[559: Mon 31.08.15 16:00]  1.53768
[560: Mon 31.08.15 17:00]  1.53617
[561: Mon 31.08.15 18:00]  1.53461
[562: Mon 31.08.15 19:00]  1.53417
[563: Mon 31.08.15 20:00]  1.53521
[564: Mon 31.08.15 21:00]  1.53452
[565: Mon 31.08.15 22:00]  1.53460
[566: Mon 31.08.15 23:00]  1.53457
[567: Tue 01.09.15 00:00]  1.53517
[568: Tue 01.09.15 01:00]  1.53626
[569: Tue 01.09.15 02:00]  1.53784
[570: Tue 01.09.15 03:00]  1.53921
[571: Tue 01.09.15 04:00]  1.54027
[572: Tue 01.09.15 05:00]  1.54001
[573: Tue 01.09.15 06:00]  1.53920
[574: Tue 01.09.15 07:00]  1.53977
[575: Tue 01.09.15 08:00]  1.53992
[576: Tue 01.09.15 09:00]  1.53787
[577: Tue 01.09.15 10:00]  1.53330
[578: Tue 01.09.15 11:00]  1.53553
[579: Tue 01.09.15 12:00]  1.53535
[580: Tue 01.09.15 13:00]  1.53383
[581: Tue 01.09.15 14:00]  1.53179
[582: Tue 01.09.15 15:00]  1.53409
[583: Tue 01.09.15 16:00]  1.53247
[584: Tue 01.09.15 17:00]  1.53403
[585: Tue 01.09.15 18:00]  1.53206
[586: Tue 01.09.15 19:00]  1.53106
[587: Tue 01.09.15 20:00]  1.53066
[588: Tue 01.09.15 21:00]  1.53036
Error 070 - possibly orphaned trade
1000 USD/JPY at 21:00:42 UTC
(USD/JPY:PA:L) 20:59 Can't open 1@119.38
[589: Tue 01.09.15 22:00]  1.53046
[USD/JPY:PA:L6344] Long 1@119.39 Risk 13$ tl at 21:59

[Tue 01.09.15 23:00]  50002 +0 +2 /
[USD/JPY:PA:L6344] Trail 1@119.39 Stop 119.54 at 23:27

[Wed 02.09.15 00:00]  50003 +0 +3 !

Wednesday 02.09.15  Profit +2.75 ----
[USD/JPY:PA:L6344] Trail 1@119.39 Stop 119.58 at 00:00

[Wed 02.09.15 01:00]  50008 +0 +8 !
[Wed 02.09.15 02:00]  50007 +0 +7 !
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@119.92 at 02:58
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@119.92 at 02:58
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@119.94 at 02:59

[Wed 02.09.15 03:00]  50005 +0 +5 !
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@119.97 at 03:01
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.00 at 03:04
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.02 at 03:08
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.01 at 03:13
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.09 at 03:19
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.17 at 03:26
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.27 at 03:34
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.19 at 03:43
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.26 at 03:53

[Wed 02.09.15 04:00]  50007 +0 +7 !
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.28 at 04:04
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.15 at 04:16
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.21 at 04:29
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.17 at 04:43
Broker: Close order failed 131756344
[USD/JPY:PA:L6344] Can't close 1@120.19 at 04:58

[Wed 02.09.15 05:00]  50007 +0 +7 !

Posted By: GPEngine

Re: Zorro 1.34 - 09/02/15 05:19

Oh, I think I need to set NFA=1 in Z.ini.
Posted By: GPEngine

Re: Zorro 1.34 - 09/02/15 05:54

I have a script which uses RBridge, r.h. It uses Rstart, Rset, and Rd. But not neural().

Test completes successfully in 1.32. In 1.34 it dies immediately for
Code:
atj compiling.....................
Undefined function called!
NEURAL_INIT: failed (0)
Quit

I confirmed that RTermPath is set correctly to the same path in both installations. The RTest script has affirmative output in both 1.32 and 1.34. This happens on both Linux+wine and a Windows 7 virtualbox.
Posted By: GPEngine

Re: Zorro 1.34 - 09/02/15 06:05

Reproducible with a skeleton script:
Code:
#include <r.h>

function run() {}



Someone added a function named neural to r.h. I guess core Zorro calls it at some point even though RULES is not set? Anyway, I don't have the files it's looking for, namely Neural.r. Looks like a debugging artifact.
Posted By: jcl

Re: Zorro 1.34 - 09/02/15 06:14

-Sphin: Strange, it works here also with quotes. I'll look into it - until then, use a path name without quotes.

-GPEngine: No, Z7 does not open always the same trades, it has slightly different behaviour as described under "Z systems". And indeed, you need to define a "neural" function when using the R bridge, or alternatively remove the "neural" function from r.h. This was indeed a leftover from tests. I've uploaded a new version where this is removed.
Posted By: Sundance

Re: Zorro 1.34 - 09/02/15 06:41

Hi jcl.

Under 'Starting with Zorro' I just posted a problem I have with the new version.
Posted By: jcl

Re: Zorro 1.34 - 09/02/15 07:12

-Sphin: I've tested it several times and it definitely also works with double quotes. Maybe there is some non-ASCII character in your ini file, or something like that? Can you upload the Zorro.ini version that did not work, or send it to Support?
Posted By: Sphin

Re: Zorro 1.34 - 09/02/15 09:45

Okay, now it's really more strange.

Quote:
Maybe there is some non-ASCII character in your ini file, or something like that?

It must have been something like this, if I add the quotes manually now Zorro accepts it too.
Posted By: Sundance

Re: Zorro 1.34 - 09/02/15 12:37

When using the new Z7 strategy within Z1.341 it just took a EURUSD trade. The manual states under 'Trade assets': EUR, GBP, JPY. So I thought it would only trade currency pairs which are based on those three currency's!?
Posted By: jcl

Re: Zorro 1.34 - 09/02/15 12:44

No, it trades EUR/USD, GBP/USD, USD/JPY. It's always a pair with USD.
Posted By: Sundance

Re: Zorro 1.34 - 09/02/15 12:46

:-)
Okay. Haven't seen this in the manual.
Posted By: GPEngine

Re: Zorro 1.34 - 09/05/15 15:47

So , Z7's :PA Algo only uses EUR/USD and USD/JPY. There are no rules for GBP/USD:PA.

:PG doesn't use PATTERN. What does it do? I guess G stands for Gap?
Posted By: jcl

Re: Zorro 1.34 - 09/06/15 11:25

Yes, PA uses no GBP, and PG trades weekend gaps. And no, PG uses patterns as well, although much fewer patterns than PA. I don't know what the "G" stands for.
Posted By: GPEngine

Re: Zorro 1.34 - 09/15/15 13:52

My Zorro 1.34 instance Trading Z7 on a FXCM Demo acct did not resume trading after the weekend. I noticed it today, and logged into the vps. I found that the Zorro app was frozen, "Unresponsive".

Z7demo.log
Code:
[EUR/USD:PA:S2611] Short 2@1.1284 Risk 30$ tl at 06:59

[Fri 11.09.15 08:00]  50012 -5 -0 \'''
[Fri 11.09.15 09:00]  50010 -5 -2 \'''
[Fri 11.09.15 10:00]  50015 -5 +3 /'''
[Fri 11.09.15 11:00]  50015 -5 +3 /'''
[Fri 11.09.15 12:00]  50016 -5 +4 /'''
[Fri 11.09.15 13:00]  50013 -5 +1 /'''
[Fri 11.09.15 14:00]  50011 -5 -1 \'''
[Fri 11.09.15 15:00]  50013 -5 +1 /'''
[Fri 11.09.15 16:00]  50002 -5 -11 \'''
[Fri 11.09.15 17:00]  50000 -5 -12 \'''
[Fri 11.09.15 18:00]  50000 -5 -13 \'''
[Fri 11.09.15 19:00]  50002 -5 -11 \'''
Weekend at 11.09. 20:00..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
		
Posted By: GPEngine

Re: Zorro 1.34 - 09/15/15 14:08


htm
Code:
Z7 Trading Status

System Start: 02.09. 05:19 UTC (22:19 Local)
Last Update: 11.09. 20:58 UTC (13:58 Local)
System State: 50001 -5 -11 \'''

[Fri 11.09.15 03:00] 50012 -5 +0 '''
[Fri 11.09.15 04:00] 50012 -5 +0 '''
[Fri 11.09.15 05:00] 50012 -5 +0 '''
[Fri 11.09.15 06:00] 50012 -5 +0 '''
[Fri 11.09.15 07:00] 50012 -5 +0 '''
[EUR/USD:PA:S2611] Short 2@1.1284 Risk 30$ tl

[Fri 11.09.15 08:00] 50012 -5 -0 \'''
[Fri 11.09.15 09:00] 50010 -5 -2 \'''
[Fri 11.09.15 10:00] 50015 -5 +3 /'''
[Fri 11.09.15 11:00] 50015 -5 +3 /'''
[Fri 11.09.15 12:00] 50016 -5 +4 /'''
[Fri 11.09.15 13:00] 50013 -5 +1 /'''
[Fri 11.09.15 14:00] 50011 -5 -1 \'''
[Fri 11.09.15 15:00] 50013 -5 +1 /'''
[Fri 11.09.15 16:00] 50002 -5 -11 \'''
[Fri 11.09.15 17:00] 50000 -5 -12 \'''
[Fri 11.09.15 18:00] 50000 -5 -13 \'''
[Fri 11.09.15 19:00] 50002 -5 -11 \'''
Weekend at 11.09. 20:00


Trade	ID	Lots	Entry Time	Entry	Price	Stop	Trail	Target	Risk	Profit	Pips
(EUR/USD:PG:L)	- - - -	
3
- - - -	1.1557	1.1341	- - - -	- - - -	- - - -	- - - -	- - - -	- - - -
(USD/JPY:PG:S)	- - - -	
3
- - - -	118.51	120.57	- - - -	- - - -	- - - -	- - - -	- - - -	- - - -
(GBP/USD:PG:S)	- - - -	
2
- - - -	1.5169	1.5427	- - - -	- - - -	- - - -	- - - -	- - - -	- - - -
[EUR/USD:PA:S2611]	132492611	
2
11.09. 06:59	1.1284	1.1339	1.1415	1.1254	- - - -	
-27$
-11$
-55.4p


This is a Windows Server 2012 R2 instance on ec2. DEP is off. UAC is off.
Posted By: jcl

Re: Zorro 1.34 - 09/15/15 14:11

We had also observed that effect two times last year - an API function did not return when the server went down. Apparently it still happens.

You must manually restart it. Some details about the crash were good, so if you had by chance Zorro running in diagnostics mode please post the diag.txt.
Posted By: DdlV

Re: Zorro 1.34 - 09/15/15 20:52

Is this affected by Weekend? I've been using the default of Weekend=2 - is that correct for FXCM?

Thanks.
Posted By: GPEngine

Re: Zorro 1.34 - 09/16/15 03:09

Is there a way to set diag / Verbose in Z.ini ? laugh
Posted By: DdlV

Re: Zorro 1.34 - 09/16/15 11:38

Hi GPEngine. From the manual, have you tried Verbose=14 or 30?

I don't actually use those so can't comment on how they work. I start Zorro via a .cmd that does -diag (and also sets lower priority since I use the machine for other stuff while Testing)...

HTH.
Posted By: GPEngine

Re: Zorro 1.34 - 09/17/15 04:49

Now I have a
Code:
[Wed 16.09.15 21:00]  50014 -0 +0 
Error 070 - possibly orphaned trade
1000 USD/JPY at 21:00:42 UTC
(USD/JPY:PA:L) 20:59 Can't open 1@120.57

[Wed 16.09.15 22:00]  50014 -0 +0 
[Wed 16.09.15 23:00]  50014 -0 +0 
[Thu 17.09.15 00:00]  50014 -0 +0 
[Thu 17.09.15 01:00]  50014 -0 +0 
[Thu 17.09.15 02:00]  50014 -0 +0 
[Thu 17.09.15 03:00]  50014 -0 +0 
[Thu 17.09.15 04:00]  50014 -0 +0

Posted By: Sphin

Re: Zorro 1.34 - 09/17/15 08:49

My Demo-Z7 did the same:

Quote:
[Wed 16.09.15 21:00] 49257 -34 +0
Error 070 - possibly orphaned trade
4000 USD/JPY at 21:00:42 UTC
(USD/JPY:PA:L) 20:59 Can't open 4@120.57
Posted By: jcl

Re: Zorro 1.34 - 09/17/15 10:36

Mine too. There was obviously a server glitch yesterday at nine. The position should be in profit, you should close it now.

Verbose can be set in Z.ini or Z7.ini. The Weekend settings should normally not be changed.
Posted By: GPEngine

Re: Zorro 1.34 - 09/21/15 14:01

Code:
[Mon 21.09.15 05:00]  49948 -46 +0 
[Mon 21.09.15 06:00]  49945 -46 +0 
BrokerBuy EUR/USD: 42170 ms
Error 070 - possibly orphaned trade
-3000 EUR/USD at 06:00:40 UTC
(EUR/USD:PA:S) 05:59 Can't open 3@1.1307

[Mon 21.09.15 07:00]  49946 -46 +0 
BrokerBuy EUR/USD: 622 ms
[EUR/USD:PA:S3659] Short 3@1.1303 Risk 45$ tl at 06:59

Posted By: GPEngine

Re: Zorro 1.34 - 09/29/15 02:32

Another.
Code:
[Mon 28.09.15 20:00] 50013 +20 +0 
[Mon 28.09.15 21:00] 50013 +20 +0 
Error 070 - possibly orphaned trade
3000 USD/JPY at 21:00:40 UTC
(USD/JPY:PA:L) 20:59 Can't open 3@119.94

[Mon 28.09.15 22:00] 50013 +20 +0

Posted By: GPEngine

Re: Zorro 1.34 - 09/29/15 03:54

There is a 3@119.936 USD/JPY open in the account. So I guess it did go through. I can't tell whether to manually close it. What do you think?

Anyway, you asked for Verbose diag stuff. I hope this helps you diagnose the issue.

Attached File
Z7diag.txt  (186 downloads)
Attached File
Z7demo.log.txt  (160 downloads)
Posted By: jcl

Re: Zorro 1.34 - 09/29/15 10:11

All fine in your diags as far as I see. Orphaned trades must always be manually closed.
Posted By: GPEngine

Re: Zorro 1.34 - 09/29/15 15:25

Zorro should have a dedicated mode where it aggressively closes trades that don't belong to the current strategy, and naturally repeatedly attempts to close its own orphan positions. It should just always try to align the net positions in the account with the strategy's intentions.
Posted By: Sphin

Re: Zorro 1.34 - 09/29/15 17:47

This might lead to chaos if one trades more than one strategy on one account. But maybe a switch could be a solution.
Posted By: GPEngine

Re: Zorro 1.34 - 09/30/15 02:30

I can't really trade two strats in an NFA mode account anyway
Posted By: jcl

Re: Zorro 1.34 - 09/30/15 06:58

There is no real solution for orphaned trades.

The FXCM API has internal lists of opened and rejected trades. A trade becomes orphaned when Zorro opens one, but it does not appear in either of the two lists. So Zorro does not know if it was opened or rejected, and does not have its trade ID. Without trade ID, Zorro can not close the trade. This must be done manually. You could theoretically read the ID on the FXCM platform and enter it manually in Zorro, but that would obviously make not much sense.

The FXCM API is the only API that I know where such a situation can happen, apparently due to a bug.
Posted By: GPEngine

Re: Zorro 1.34 - 09/30/15 15:27

That's terrible!
Thanks for the explanation.
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 06:07

I also have the orphaned trade entrys in my logs.
I have trades open but can't see which trade is now orphaned. Where can I get a list of trades which Zorro handles? The 'Result' TAb doesn't help...


I also would vote for updating the ugly Zorro GUI. I really would like to see more info when I take a direct glance at the GUI.

PS: I set verbose to 3 and restarted Z. I see no other way of getting the info I need.
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 06:32

Ups. After restarting Zorro with verbose 3 I see this when I hit the 'Result button'


Trade Z7 portfolio

Bar period 1 hour (avg 86 min)
Trade period 01.10.2015-01.10.2015


That's it. What does this mean? I have no open trades? But under MT4 on my smartphone I still see three open trades.




The GUI shows the following:

Z7.36: PH Max 65 Hedg 5 Wknd 2 Verb 3
Loading EUR/USD prices.. 35445 min
Loading USD/JPY prices.. 35310 min
Loading GBP/USD prices.. 35520 min

Trade: Z7 portfolio 01.10.2015
Lookback period (480 bars)
Read Z7.c.....
Chart - please wait.. ok
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 06:42

I opened the Z7.htm file under the log folder and this is what I see:


Z7 Trading Status
System Start: 02.09. 07:12 UTC (09:12 Local)
Last Update: 01.10. 06:38 UTC (08:38 Local)
System State: 1129 +0 +0


Read Z7.c.....
Chart - please wait.. ok

Chart - please wait.. ok

Copied to Clipboard!
Logout... ok

Z7 (oP group) ..
Login FXCM........... at UTC 01.10. 06:34
Z7.36: PH Max 65 Hedg 5 Wknd 2 Verb 22
Loading EUR/USD prices.. 35325 min
Loading USD/JPY prices.. 35325 min
Loading GBP/USD prices.. 35520 min

Trade: Z7 portfolio 01.10.2015
Lookback period (480 bars)
Read Z7.c.....
Chart - please wait.. ok





Trade ID Lots Entry Time Entry Price Stop Trail Target Risk Profit Pips

Trade Z7 portfolio

Bar period 1 hour (avg 86 min)
Trade period 01.10.2015-01.10.2015




So I really gues I have no more open trades. Zorro did close the three open trades without asking me to close them!?
I remember when stopping trading Zorro did at first ask me if I really wan't to stop trading and then asked me if I wan't to close all open trades. But it hasn't done so... Is this some kind of new behaviour?
Posted By: jcl

Re: Zorro 1.34 - 10/01/15 07:27

No, Zorro always asks you to close the open trades - but if there are no trades open by its script, it naturally does not ask.

When you have an orphaned trade, you open the broker platform, the FXCM Trade Station, and compare Zorro's list of trades with the trades in the platform. If there is really an orphaned trade, it appears in the platform list, but not in the Zorro list.

Thus I can not see any problem with closing orphaned trades, or at least I can not see a method to make that easier. But I'll post a remark of Z7 orphaned trades on the forum.
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 07:39

Than this is some kind of bug. I closed the three open trades manually and 1.34 did not ask me when stopping trading.

When I scroll through the LOG within the GUI I can't see any info that Zorro did close any trades. There are silently gone. At least in Zorro but stayed open in MT4.
Posted By: jcl

Re: Zorro 1.34 - 10/01/15 07:48

Can you post the log?
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 07:50

I have a Z7real.log in the Log folder. Do you mean this file?

This is the beginning of the log:

Trade: Z7 portfolio 01.10.2015
Lookback period (480 bars)
[91: Wed 02.09.15 19:00] 1.12447
Read Z7.c
[92: Wed 02.09.15 20:00] 1.12383
[93: Wed 02.09.15 21:00] 1.12277
[94: Wed 02.09.15 22:00] 1.12283
[95: Wed 02.09.15 23:00] 1.12248


These are the last lines from 30.09.2015. I can't see anything...

[540: Wed 30.09.15 00:00] 1.12574
[541: Wed 30.09.15 01:00] 1.12535
[542: Wed 30.09.15 02:00] 1.12476
[543: Wed 30.09.15 03:00] 1.12493
[544: Wed 30.09.15 04:00] 1.12557
[545: Wed 30.09.15 05:00] 1.12589
[546: Wed 30.09.15 06:00] 1.12554
[547: Wed 30.09.15 07:00] 1.12409
[548: Wed 30.09.15 08:00] 1.12206
[549: Wed 30.09.15 09:00] 1.12297
[550: Wed 30.09.15 10:00] 1.12284
[551: Wed 30.09.15 11:00] 1.12175
[552: Wed 30.09.15 12:00] 1.12155
[553: Wed 30.09.15 13:00] 1.12103
[554: Wed 30.09.15 14:00] 1.11942
[555: Wed 30.09.15 15:00] 1.11862
[556: Wed 30.09.15 16:00] 1.11655
[557: Wed 30.09.15 17:00] 1.11618
[558: Wed 30.09.15 18:00] 1.11823
[559: Wed 30.09.15 19:00] 1.11704
[560: Wed 30.09.15 20:00] 1.11665
[561: Wed 30.09.15 21:00] 1.11756
[562: Wed 30.09.15 22:00] 1.11774
[563: Wed 30.09.15 23:00] 1.11735
[564: Thu 01.10.15 00:00] 1.11723
[565: Thu 01.10.15 01:00] 1.11707
[566: Thu 01.10.15 02:00] 1.11730
[567: Thu 01.10.15 03:00] 1.11591
[568: Thu 01.10.15 04:00] 1.11657
[569: Thu 01.10.15 05:00] 1.11475
[570: Thu 01.10.15 06:00] 1.11499
[571: Thu 01.10.15 07:00] 1.11485
BrokerBuy EUR/USD: 732 ms
[EUR/USD:PA:S6890] Short 5@1.1141 Risk 68$ tl at 06:59

Posted By: jcl

Re: Zorro 1.34 - 10/01/15 07:56

Hmm, I see no 3 open trades. The only trade that I see is a trade opened today at 7:00.

Do you have by chance kept a screenshot or something of Zorro's trade list with the 3 open trades? I'd like to see the open dates of those trades. Or can you give me their open dates from the trade list of the FXCM platform?

- BTW, I would not use Verbose=3. That's normally for developing API plugins and backwards compatibility, and will clutter the window with unneccessary messages. Use Verbose = 1 for a clean log.
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 08:17

I have the trades.csv. Does it help?

Name,Type,Asset,ID,Lots,Open,Close,Entry,Exit,Profit,Rollover,ExitType
PA,Short,EUR/USD,18124589,5,02.09.15 10:59,02.09.15 11:59,1.1268,1.1266,0.89,0.30,Sold
PA,Long,EUR/USD,18125469,5,02.09.15 11:59,02.09.15 20:00,1.1266,1.1227,-17.06,0.30,Time
PA,Short,EUR/USD,18155695,5,03.09.15 10:59,03.09.15 12:33,1.1224,1.1210,6.07,0.30,Stop
PA,Short,EUR/USD,18187494,5,04.09.15 05:59,04.09.15 06:59,1.1136,1.1131,2.25,0.30,Sold
PA,Long,EUR/USD,18188654,5,04.09.15 06:59,04.09.15 09:59,1.1131,1.1141,4.67,0.30,Sold
PA,Short,EUR/USD,18192619,5,04.09.15 09:59,04.09.15 12:37,1.1141,1.1117,10.97,0.30,Stop
PG,Short,GBP/USD,18188717,7,04.09.15 07:01,04.09.15 15:58,1.5224,1.5195,18.13,0.42,Stop
PA,Short,EUR/USD,18221604,5,07.09.15 11:59,07.09.15 20:00,1.1145,1.1164,-8.60,0.30,Time
PA,Long,USD/JPY,18236406,5,07.09.15 22:59,08.09.15 06:00,119.25,119.12,-4.88,0.30,Time
PA,Short,EUR/USD,18246990,5,08.09.15 07:59,08.09.15 10:59,1.1179,1.1156,10.17,0.30,Sold
PA,Long,EUR/USD,18251954,5,08.09.15 10:59,08.09.15 16:05,1.1156,1.1176,8.99,0.30,Stop
PA,Short,EUR/USD,18282568,5,09.09.15 05:59,09.09.15 20:00,1.1155,1.1206,-22.93,0.30,Time
PA,Long,USD/JPY,18309281,5,09.09.15 19:59,10.09.15 04:55,120.49,120.86,13.76,0.39,Stop
PA,Short,EUR/USD,18329016,5,10.09.15 06:59,10.09.15 10:13,1.1211,1.1192,8.26,0.30,Stop
PA,Short,EUR/USD,18371348,5,11.09.15 06:59,11.09.15 12:01,1.1284,1.1270,6.39,0.30,Stop
PA,Short,EUR/USD,18406356,5,14.09.15 05:59,14.09.15 13:53,1.1338,1.1319,8.66,0.30,Stop
PA,Short,USD/JPY,18427467,5,14.09.15 19:59,15.09.15 03:00,120.15,120.31,-5.84,0.23,Time
PA,Short,EUR/USD,18447663,5,15.09.15 08:59,15.09.15 16:59,1.1304,1.1282,9.40,0.30,Stop
PA,Long,USD/JPY,18463136,5,15.09.15 19:59,16.09.15 06:00,120.40,120.13,-10.18,0.33,Time
PA,Short,EUR/USD,18481528,5,16.09.15 07:59,16.09.15 12:30,1.1265,1.1250,6.62,0.30,Stop
PA,Long,USD/JPY,18503138,5,16.09.15 20:59,17.09.15 04:00,120.59,120.53,-2.20,0.30,Time
PA,Short,EUR/USD,18517254,5,17.09.15 05:59,17.09.15 15:00,1.1291,1.1308,-7.34,0.30,Time
PA,Short,EUR/USD,18562358,5,18.09.15 06:59,18.09.15 09:59,1.1397,1.1450,-23.19,0.30,Sold
PA,Long,EUR/USD,18569613,5,18.09.15 09:59,18.09.15 18:00,1.1449,1.1360,-39.26,0.30,Time
PG,Long,EUR/USD,18565050,10,18.09.15 08:01,18.09.15 19:38,1.1437,1.1288,-132.09,0.60,Stop
PA,Short,EUR/USD,18610958,5,21.09.15 11:59,21.09.15 20:00,1.1252,1.1194,25.82,0.30,Time
PA,Long,USD/JPY,18623657,5,21.09.15 19:59,22.09.15 03:00,120.52,120.37,-5.46,0.30,Time
PA,Short,EUR/USD,18637420,5,22.09.15 05:59,22.09.15 06:50,1.1185,1.1171,6.22,0.30,Stop
PA,Short,EUR/USD,18639731,5,22.09.15 06:59,22.09.15 14:00,1.1173,1.1155,7.80,0.30,Stop
PA,Long,USD/JPY,18673288,5,22.09.15 21:59,23.09.15 06:00,120.14,119.83,-11.51,0.30,Time
PA,Short,EUR/USD,18681263,5,23.09.15 06:59,23.09.15 08:05,1.1141,1.1127,6.34,0.30,Stop
PA,Long,EUR/USD,18691677,5,23.09.15 11:59,23.09.15 19:07,1.1163,1.1185,9.92,0.30,Stop
PA,Short,EUR/USD,18728661,5,24.09.15 07:59,24.09.15 08:59,1.1213,1.1199,6.12,0.30,Sold
PA,Long,EUR/USD,18730716,5,24.09.15 08:59,24.09.15 16:01,1.1199,1.1247,21.34,0.30,Stop
PA,Long,USD/JPY,18766779,5,24.09.15 19:59,24.09.15 21:35,120.00,120.14,5.03,0.35,Stop
PG,Short,GBP/USD,18798819,7,25.09.15 11:14,25.09.15 12:21,1.5205,1.5180,15.83,0.42,Stop
PA,Long,EUR/USD,18796989,5,25.09.15 09:59,25.09.15 13:42,1.1159,1.1176,7.87,0.30,Stop
PG,Short,GBP/USD,18808024,7,25.09.15 15:30,28.09.15 00:00,1.5158,1.5202,-27.94,0.35,Sold
PA,Long,EUR/USD,18826256,5,28.09.15 05:00,28.09.15 07:00,1.1184,1.1167,-7.66,0.30,Sold
PA,Short,EUR/USD,18828487,5,28.09.15 07:00,28.09.15 16:00,1.1169,1.1235,-29.46,0.30,Time
PA,Long,EUR/USD,18868320,5,29.09.15 05:59,29.09.15 08:59,1.1265,1.1227,-16.75,0.30,Sold
PA,Short,EUR/USD,18875415,5,29.09.15 08:59,29.09.15 12:54,1.1228,1.1212,7.36,0.30,Stop
PA,Long,USD/JPY,18895879,5,29.09.15 19:59,30.09.15 03:00,119.74,119.77,1.12,0.40,Time
PA,Long,EUR/USD,18912640,5,30.09.15 05:59,30.09.15 09:59,1.1239,1.1217,-9.94,0.30,Sold
PA,Long,EUR/USD,18922096,5,30.09.15 10:59,30.09.15 11:59,1.1215,1.1210,-2.41,0.30,Sold
PA,Long,USD/JPY,18949188,5,30.09.15 21:59,30.09.15 22:59,119.88,119.93,1.87,0.30,Sold
PA,Short,USD/JPY,18949883,5,30.09.15 22:59,01.10.15 06:00,119.93,120.22,-10.75,0.30,Time
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 08:18

I did set verbose to 22 to see more info. I thought more info is better then less...
Posted By: jcl

Re: Zorro 1.34 - 10/01/15 08:22

The CSV would help if you could tell me which of all those trades are the 3 trades that mysteriously disappeared. Can you not find the trades anymore in the FXCM platform? If you closed them manually, you should still see them in the table of closed trades.
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 08:25

At the MT4 at my smartphone i see the following:

USDJPY, sell 0.05 120.148 -> 120.184
USDJPY, buy 0.05 119.936 -> 120.181
USDJPY, buy 0.05 119.896 -> 120.180

These are the trades i closed manually at 06:43 broker time.
At 06:00 Zorro did close one trade:
USDJPY, sell 0.05 119.934 -> 120.222
Posted By: jcl

Re: Zorro 1.34 - 10/01/15 08:29

Do you have the open dates of those trades?

And do you know if they ever appeared in Zorro's trade list? Or were they all orphaned trades?
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 08:40

I see the following in the GUI. (newest first). I wrote this manually cause I can't see any way of getting the whole info in the GUI to copy it to clipboard.

30.09. 21:00
Error 070 - possibly orphaned trade
-5000 USD/JPY at 21:00:43 UTC
[USD/JPY:PAL:L] 20:59 Can't open 5@119.90

30.09. 12:00
Error 070 - possibly orphaned trade
-5000 EUR/USD at 12:00:41 UTC
[EUR/USD:PA:S] 11:59 Can't open 5@1.1210

30.09. 10:00
Error 070 - possibly orphaned trade
-5000 EUR/USD at 10:00:41 UTC
[EUR/USD:PA:S] 09:59 Can't open 5@1.1218


28.09. 21:00
Error 070 - possibly orphaned trade
-5000 USD/JPY at 21:00:43 UTC
[USD/JPY:PAL:L] 20:59 Can't open 5@119.94
Posted By: jcl

Re: Zorro 1.34 - 10/01/15 08:50

Ok, then the IDs of those trades are lost since you overwrote the old log by starting the new Zorro session, But you can still identify the trades from their opening dates. Check in the MT4 platform if 2 of the 3 trades were in fact the two orphaned USD/JPY trades. If so, then it's explained why Zorro did not ask you to close the trades. Zorro did not know of those trades.

This is a large number of orphaned trades. We also had an orphaned trade yesterday, but not 3. We'll do something about it in the next Z7 update. Until then it is recommended that you observe Z7 messages and trade list regularly, f.i. on your smartphone if Z7 runs on a VPS.
Posted By: Sundance

Re: Zorro 1.34 - 10/01/15 09:04

I have no MT4 session for that account. Only running Zorro and the MT4 app on my smartphone. I will look into and also check more oftenly the trade situation.

Thanks jcl
© 2024 lite-C Forums