This code doesn’t work, I’m assuming that is because it is not setting tradeContext to be the new table.
Is this the issue how should I fix it?
classifer:{[bit] $[((get bitside)=
B);[((bitask)\>=(bit
price))];[((bitprice)\>=(bit
bid))]]}
classifyTrades:{[tc] a:update exQuality:(classifer each tc) from tc; tradeContext set a}
classifyTrades[tradeContext]
tradeContext