-
Fundamentals Capstone 5.2 length error
5.1 is correct and passes and I’m stuck with a length error for 5.2.
Here is my code:
avgEdgePerOption: select avgEdge: avg edge by option_id from trade where date = last date
edgeProfile: select numTrds: count i, avgEdge: avg edge, minQty: min qty, maxQty: max qty by option_id from trade where date = last date, edge > avgEdgePerOption[`avgEdge]
Log in to reply.