Hello all,
I am having the same issue as in Solved: Fundscap 3.1 - tradeContext - KX Community - 11050 but the posted solution of ordering the bid before the ask does not work for me. I have even tried copying the author’s original code, with bid placed before ask, but that also has not worked. Having ask before bid also does not work in either case. Perhaps my solution is unorthodox in that I have created new tables for trade and nbbo containing a datetime column, and aj-ed those (that made more sense to me to have a single time-based column). But the remaining tests still pass so I’m not sure that should be problematic. Please let me know if anyone else has gotten around this!