I am experiencing a persistent "Fail - edge15 Table Format Is Correct" error in Exercise 4.1 Here is the code:
edge15: 0!select
edge: sum edge,
qty: sum qty,
numTrds: count i
by minute: 15 xbar time.minute
from trade
where date = last date, time >= "t"$09:30:00.000;
Even though the output values match the expected results, the format test continues to fail. Could you please check if there is a specific attribute or data type requirement I am missing? minute edge qty numTrds
09:30:00.000 2946.818 3193 58
09:45:00.000 721.9481 905 21
10:00:00.000 564.0584 499 11
10:15:00.000 563.706 870 14
10:30:00.000 670.9859 1222 21
10:45:00.000 784.223 1002 21
11:00:00.000 134.2699 957 17
11:15:00.000 230.7435 728 14
11:30:00.000 560.6381 528 11
11:45:00.000 306.1817 769 14