KX Community

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

Home Forums KX Academy Fundamental Capstone 3.1/3.2

  • Fundamental Capstone 3.1/3.2

    Posted by jacob on November 27, 2023 at 12:00 am

    Hi everyone,

    My answer to 3.2 is failing, I think because of my output from 3.1

    Everything seems fine aside from a few table rows missing bid and ask values.

    Not sure why these are missing or how to fix it, I’m attaching my answers and results from 3.1 and 3.2 if anyone has any ideas.

    Thank you!

    jacob replied 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • megan_mcp

    Administrator
    November 27, 2023 at 12:00 am

    Hi ,

    I see you have sorted your trade table in ascending order by time and option_id, but as you can see by the sample data, the trade table isn’t sorted at all.

    However, if we look at the nbbo table, you can see it is sorted in ascending order by time.

    By sorting tables that do not require it and then preceding to join these tables together is where you can experience an overall table with an incorrect format.

    Hope this helps,

    Megan

  • jacob

    Member
    November 28, 2023 at 12:00 am

    Thank you! Removing the trade sorting fixed it

Log in to reply.