Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
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
1 registered members (1 invisible), 672 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
Basic Zorro Questions #472450
04/28/18 05:50
04/28/18 05:50
Joined: Apr 2018
Posts: 1
C
cansel Offline OP
Guest
cansel  Offline OP
Guest
C

Joined: Apr 2018
Posts: 1
I just started playing with Zorro and am hoping someone can help me with a few questions. I opened a demo account at Oanda, selected the Z1 strategy and clicked trade. Zorro began giving various errors about non-tradeable instruments (e.g. "! ... invalid instrument ...")

From what I've read Zorro uses assetsFix.csv to determine what assets are available for trading. I renamed assetsOanda.csv to assetsFix.csv attempting to alleviate some errors, but I really don't know what I'm doing.


- I'm not clear as to why asset*.csv files are necessary, or how they're curated?

- Are asset files updated with each Zorro release? Do I need to build my own for each broker and/or strategy?

- Zorro allows a single asset type to be selected in the UI. Can a strategy only trade a single asset? How does the asset selected in the UI relate to the asset*.csv files?

- Why not just download the list of tradeable assets from the Oanda V2 API at the start of the trading session?

- Also, is the Zorro source code available for download?


Thanks

Re: Basic Zorro Questions [Re: cansel] #472532
05/03/18 11:20
05/03/18 11:20
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
I can at least answer the first question:

Every broker has different asset names and properties, so you need to adapt your script to them. That you do with selecting the right asset list, and/or editing the asset names and possibly other parameters. Details in the manual: http://manual.zorro-project.com/account.htm

Re: Basic Zorro Questions [Re: jcl] #472537
05/03/18 14:13
05/03/18 14:13
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Let's see if I can answer some of the other questions:

#3 - A strategy can trade an entire portfolio! Consider doing the Lite-C strategy workshop in the manual.

#4 - You don't want this. You would know why once you do the workshop.

#5 - No. But some of its miscellaneous components are open-source, such as the headers and some of the 3rd party broker plugins.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1