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 (Fail "tradeContext Has Correct Format") Re: Capstone Project Issue| 3. Data Analytics and Reporting (Fail "tradeContext Has Correct Format")

  • ziong

    Member
    September 27, 2022 at 12:00 am

    Dear all,

    I fixed it.

    for those who encounter the same issue, there is the correct schema:

    meta tradeContext

     

    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 
    bid      | f 
    ask      | f

     

    good luck