Hi I am trying to complete the capstone level 2 project but there are two failures in excercise but Im sure my coding is correct, please help me on this.
exercise4.7 Fail "edgeCor Has Correct Format" ""
code: edgeCor:flip select edge cor edge,edge cor qty,edge cor numTrds from (flip timeSeries)
exercise5.2 Fail "edgeProfile Has Correct Format And Values" ""
code: edgeProfile:select numTrds:count i,avgEdge: avg edge,minQty: min qty,maxQty: max qty by option_id from trade where date=last date,edge >= (avg;edge) fby option_id
please guide me what should be correct on this to complete the project.