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.3 Reply To: fundamentals capstone 3.3

  • megan_mcp

    Administrator
    April 10, 2024 at 2:58 pm

    Hi @kal8na

    I believe the problem is within your badTrades variable you do not provide the classifyTrades function with a parameter.

    To fix this, simply pass in the tradeContext table into the function:

    badTrades: select from classifyTrades[tradeContext] where exQuality = 0b;

    Let me know if this works!

    Thanks,

    Megan