Hi,

Are you running multiple strategies in parallell with Z7?
There are two errors here:
error.public-api.exceeded-account-historical-data-allowance
and
error.public-api.exceeded-api-key-allowance

The first is saying that you are trying to download more ticks than you are allowed each week (default 10000 per week).

The second is same as before, too many API calls during 1 minute.
Since this shows up directly when you start this strategy, it must mean you have something else running that is already consuming your API quota.