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 (AndrewAMD), 600 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 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,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
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