KX Community

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

Home Forums KX Academy Fundamental Capstone 4.6

  • Fundamental Capstone 4.6

    Posted by htip18 on April 4, 2024 at 3:44 pm
    /show timeSeries1: select edge,qty,numTrds from edge15
    /edgeSeries: edge15[`edge] /select edge from edge15 
    /qtySeries: edge15[`qty] /select qty from edge15
    /numTrdsS: edge15[`numTrds] /select numTrds from edge15
    
    /timeSeries:flip edgeqty`numTrds!timeSeries1;
    
    edgeSeries: edge15`edge;
    qtySeries: edge15`qty;
    numTrdsSeries: edge15`numTrds;
    timeSeries: edgeqty`numTrds!((edgeSeries; qtySeries; numTrdsSeries))
    
    
    /timeSeries: edgeqty`numTrds!(edgeSeries;qtySeries;numTrdsS)
    
    
    /show edge15 </code></pre><p><span style="background-color: rgb(240, 255, 248); font-family: "Courier New", courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; font-size: 11px; white-space-collapse: preserve; color: var(--bb-body-text-color);">/timeSeries:edge15[edge}qty,`numTrds]  

    I'm getting a mismatched type error can you see what im doing wrong


    megan_mcp replied 2 weeks, 6 days ago 2 Members · 1 Reply
  • 1 Reply
  • megan_mcp

    Administrator
    April 9, 2024 at 10:07 am

    Hi @Htip18

    Due to technical issues with our coding format, it makes it hard to understand.

    Would you be able to send me your code as just text?

    Thanks,

    Megan

Log in to reply.