Gamestudio Links
Zorro Links
Newest Posts
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
Data from CSV not parsed correctly
by jcl. 04/20/24 08:32
Zorro FIX plugin - Experimental
by jcl. 04/20/24 08:30
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (7th_zorro, 1 invisible), 581 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Existing asset not found #462406
09/27/16 20:07
09/27/16 20:07
Joined: May 2016
Posts: 180
Prague
pcz Offline OP
Member
pcz  Offline OP
Member

Joined: May 2016
Posts: 180
Prague
I tried to run Z12 strategy in the newest Zorro version. I edited the AssetsFix.csv accordingly to reflect different symbol names. All the assets work fine except UK100. I get Error 053: UK100 unavailable at this time. The broker's corresponding symbol is called '100GBP'. Maybe a symbol starting with a number is parsed in a wrong way somehow?

Re: Existing asset not found [Re: pcz] #462407
09/28/16 07:45
09/28/16 07:45
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Maybe - we have to check. Is this with the MT4 bridge or a direct broker connection?

Re: Existing asset not found [Re: jcl] #462409
09/28/16 08:15
09/28/16 08:15
Joined: May 2016
Posts: 180
Prague
pcz Offline OP
Member
pcz  Offline OP
Member

Joined: May 2016
Posts: 180
Prague
MT4 bridge

Re: Existing asset not found [Re: pcz] #462410
09/28/16 09:58
09/28/16 09:58
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Can you check in the MT4 Experts log if the '100GBP' appears there, or if the symbol was modified in some way?

Re: Existing asset not found [Re: jcl] #462417
09/28/16 17:58
09/28/16 17:58
Joined: May 2016
Posts: 180
Prague
pcz Offline OP
Member
pcz  Offline OP
Member

Joined: May 2016
Posts: 180
Prague
It's the log file in MetaQuotes\Terminal\[the_long_code]\MQL4\Logs I assume?

In the file there's no mention of 100GBP or anything similar. All the other Z12 symbols are there.

Re: Existing asset not found [Re: pcz] #462428
09/29/16 08:50
09/29/16 08:50
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Hmm, strange. I can at a glance not see in the code where a number is parsed differently, but I've forwarded this to the developers for looking into it. Thanks for reporting!

Re: Existing asset not found [Re: jcl] #462432
09/29/16 11:37
09/29/16 11:37
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Ok, I was informed that a symbol must indeed begin with a letter. Otherwise it is not used.

This will be fixed in the next update. Until then, you can either remove UK100 from the .fac file, or edit the "assetFix" function in the Zorro EA for replacing 'UK100' with '100GBP'.

if(Asset == "UK100") return "100GBP";

Re: Existing asset not found [Re: jcl] #462467
10/02/16 18:03
10/02/16 18:03
Joined: May 2016
Posts: 180
Prague
pcz Offline OP
Member
pcz  Offline OP
Member

Joined: May 2016
Posts: 180
Prague
Thank you for the advice!

(I don't want to spam it here but I feel like I have to thank you from time to time for all your work - a "thank you" button would be nice:))

Re: Existing asset not found [Re: pcz] #462472
10/03/16 03:38
10/03/16 03:38
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline
Senior Member
boatman  Offline
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
+1 for johan's thank you button!

Re: Existing asset not found [Re: boatman] #462505
10/05/16 12:48
10/05/16 12:48
Joined: May 2016
Posts: 180
Prague
pcz Offline OP
Member
pcz  Offline OP
Member

Joined: May 2016
Posts: 180
Prague
FYI - I edited the EA as proposed, compiled and reattached but now Zorro hangs during MT4 login when running Z12. With the other strategies I'm using it works fine even after stopping and resuming the trading. So maybe there's something else besides assetFix function that has to be taken into account. I guess I'll wait for the next release.

Page 1 of 2 1 2

Moderated by  Petra 

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

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

Powered by UBB.threads™ PHP Forum Software 7.7.1