Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by clonman. 11/13/25 14:04
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Grant, AndrewAMD, ozgur, Quad, TipmyPip), 29,980 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sheliepaley, Blueguy, blobplayintennis, someone2, NotEBspark
19177 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Pass vaiables with AssetList and AccountList #486581
09/07/22 07:24
09/07/22 07:24
Joined: Jan 2022
Posts: 70
Budapest
N
NorbertSz Offline OP
Junior Member
NorbertSz  Offline OP
Junior Member
N

Joined: Jan 2022
Posts: 70
Budapest
Hello,

Is there a way to pass variables/arguments to the script, defined in AccountList and AssetList?

AccountList example:
I need to get some data from Binance API but only if I trade on Binance. I could do this way:
Code
if (strstr(Account, "binance"){...}

but if I don't have "binance" in the account name, I can't do that.

In the same way, it would be great if I could pass variables which are avaliable with the selected Asset.

AssetList example:
For example I don't want to analyze something with EURUSD: I check the "analyzeSomeStuff" argument (defined by the AssetList csv for example in a new column), and find out it's 0. But if the Asset is AUDUSD, in the "analyzeSomeStuff" column the value is 1.

Thank you!

Re: Pass vaiables with AssetList and AccountList [Re: NorbertSz] #486583
09/07/22 13:01
09/07/22 13:01
Joined: Feb 2017
Posts: 1,809
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,809
Chicago
You can configure up to eight AssetVars or AssetStrs per asset in the asset list:
https://zorro-project.com/manual/en/account.htm
https://zorro-project.com/manual/en/algovar.htm

Re: Pass vaiables with AssetList and AccountList [Re: AndrewAMD] #486592
09/08/22 13:53
09/08/22 13:53
Joined: Jan 2022
Posts: 70
Budapest
N
NorbertSz Offline OP
Junior Member
NorbertSz  Offline OP
Junior Member
N

Joined: Jan 2022
Posts: 70
Budapest
Perfect, thanks!


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1