if(hour(1) > hour(0))
file_append("Log\\BalanceDaily.dbl",&Balance,sizeof(var));

I'm not sure if the release version accepts a size parameter for file_append - maybe you need the beta version.