KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy fundamentals capstone 3.4, 4.6 Reply To: fundamentals capstone 3.4, 4.6

  • Laura

    Administrator
    April 12, 2024 at 3:02 pm

    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