Announcement

Collapse
No announcement yet.

BidAskSize.efs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BidAskSize.efs

    how do I increase the font size ?
    thanks

  • #2
    cassy
    To change the font size modify in every instance of drawTextAbsolute() the value shown in bold red in the following example
    Alex

    drawTextAbsolute(1, 16, barA,
    Color.green, Color.green, Text.BOLD|Text.BOTTOM|Text.RIGHT|Text.RELATIVETOBO TTOM,
    null, 10, "Ask bar");

    Comment

    Working...
    X