Here is a major TOS update that AddLabel() now has the Location parameter that eliminates the need to use spacing:
Ruby:
AddLabel(yes, "Bottom_Left", Color.GRAY, Location:Bottom_Left);
AddLabel(yes, "Bottom_Right", Color.GRAY, Location:Bottom_Right);
AddLabel(yes, "Top_Left", Color.GRAY, Location:Top_Left);
AddLabel(yes, "Top_Right", Color.GRAY, Location:Top_Right);
Last edited by a moderator: