KX Academy
Q+A on KX Academy, training sandboxes and Capstone projects
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! error: "test.testTab" (FP.Functions.test/classifyTrades.quke:3)

Hi, Is the classifyTrades.quke correct? I get the error: abort in before block due to error "test.testTab" (FP.Functions.test/classifyTrades.quke:3). My classifyTrades function is ok when I run it against tradeContext table. When I replaced test.expT...

bl by New Contributor II
  • 221 Views
  • 4 replies
  • 0 kudos

Resolved! fundamentals capstone 3.2

I am having issues finding what my error is with this code: {[tab]tab: update exQuality: $[side=`B & price <= ask; 1b; side=`S & price >= bid; 1b; 0b] from tab} I get a mismatched types error...but when I do a meta on the tab I get: c | t f a-----| -...