Posted By: Grat
AssetFloat not work? - 05/08/21 09:41
Be carefull, with the version Zorro not work
Zorro S 2.37.4b
(c) oP group Germany 2021
have output:
Zorro S 2.37.4b
(c) oP group Germany 2021
Code
function run()
{
asset("EUR/USD");
AssetFloat[0]=1234.56;
printf("\n%s = %f",Asset,AssetFloat[0]);
quit("ok!");
}
have output:
Code
testIN compiling........... EUR/USD = 0.000000 Test: testIN EUR/USD 2016..2021 Assets Assets4 ok!