PT_Scalper
Member
Does anyone know if you can have both AddLabel and AssignBackgroundColor in one line?
So here is my code;
Anyway to add the AssignBackgroundColor to this at the same time?
So here is my code;
Code:
AddLabel(isUp, “Buy”, Color.GREEN);
AddLabel(!isUp, “Sell”, Color.RED);
Anyway to add the AssignBackgroundColor to this at the same time?
Last edited: