Could you please fix the time & sales display? Repeated trades on the same price always show up as green even if they were on the bid. But they should be only green when on the ask and red when on the bid.
The logic is: red = price is lower than the last trade, green = price is higher. But you're right, trades at a repeated price should stay the same color, but they are all green. I swear I thought I fixed that last week...
Anyway, pushed a change which fixes that. Repeated prices now maintain the color of the previous trade (red or green).
Thanks for saying something.