Hi James, I think this is what you want here. Just add another condition to your IF statements: if buy and close > BullMarket lbl = label.new(bar_index, low, "Buy") label.set_color(lbl, color.green) label.set_yloc(lbl, yloc.belowbar) label.set_style(lbl, label.style_label_up) if sell and close < Bul...