Home › Forums › KX Academy › fundamentals capstone 3.4, 4.6 › Reply To: fundamentals capstone 3.4, 4.6
-
Hi @kal8na ,
There is a typo in your line
save `:getenv[`AX_WORKSPACE],"/badTrades.csv"
You’re missing the $ operator.
I can help clarify what’s being asked in 4.6.
You will need to use the xbar function to create the edge15 table, and then use exec to extract the fields you need for the timeseries dictionary. It should be a simple
timeseries: exec ... from edge15
Hope this helps!
Laura