sS buySellText(double direction) { ret direction > 0 ? "BUY" : direction < 0 ? "SELL" : ""; }