KX Community

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

Home Forums KX Academy Capstone Project Issue | 3. Data Analytics and Reporting Re: Capstone Project Issue | 3. Data Analytics and Reporting

  • Laura

    Administrator
    May 5, 2022 at 12:00 am

    The structure does seem ok at a glance.

    One thing it might be is this 3.1 test does have a dependency on the trade table remaining unchanged :

    q)meta trade 
    c        | t f a 
    ---------| ----- 
    date     | d 
    option_id| s   p 
    trade_id | C 
    time     | t 
    price    | f 
    qty      | j 
    side     | s 
    edge     | f 
    exch_id  | j 
    broker_id| j

     

    If that also looks correct on your side can you please share your definition of tradeContext so I can further assist?

    Thanks