Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 900 guests, and 9 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19058 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: 58
N
NorbertSz Offline OP
Junior Member
NorbertSz  Offline OP
Junior Member
N

Joined: Jan 2022
Posts: 58
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,731
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,731
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: 58
N
NorbertSz Offline OP
Junior Member
NorbertSz  Offline OP
Junior Member
N

Joined: Jan 2022
Posts: 58
Perfect, thanks!


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1